Page 2 of 10 FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 98

Thread: Heroes of Har campaign - Download

  
  1. #11
    Spider UnknownMaster21's Avatar
    Join Date
    Jul 2010
    Location
    Finland
    Posts
    201

    Default Re: Heroes of Har campaign - Download

    Like this how?:

    Code:
    [map03665]
    NAME_TEXT = Brumtal
    ;NAME_ID = 202
    ENSIGN_POS = 191 747
    ENSIGN_ZOOM = 191 747
    PLAYERS = 1
    SPEECH = hohgood01 hohbad01
    LAND_VIEW = rgmap00 viframe00
    OPTIONS =

    EDIT: Works, thanks
    Last edited by UnknownMaster21; March 5th, 2015 at 14:34.

  2. #12
    Spider
    Join Date
    Mar 2013
    Location
    Cardiff, UK
    Posts
    206

    Default Re: Heroes of Har campaign - Download

    Quote Originally Posted by YourMaster View Post
    - Check your log file for errors. Load a map, close the game, look in your log, fix all the errors and continue with the next map.
    I don't think you've done this? For level 1 I can't slap my creatures, and the logfile says this:

    Error: command_magic_available(line 90): Unknown magic, 'SLAP'

    dayokay

  3. #13

    Default Re: Heroes of Har campaign - Download

    1. Like I said, it broke for me so I got stuck. Before that there was not enough to do, I could have walled in with enough gold, no rooms to build and just train my creatures until I decided to kill the heroes.
      The aesthetics of the map could use some work, make dirt/rocks/ground/gold look more naturally placed to give it an underground look.
    2. It worked and I finished the level. I felt it took a bit too long, giving the player the create imp spell to research would help the flow of this map and wouldn’t make it any less of a challenge I think.
      Also you could have made it in such a way the player only needed to cast destroy walls once and not wait for enough gold to be mined to break through twice.
    3. Did you do this on purpose somehow, or is it a bug:
      Click image for larger version. 

Name:	har3.JPG 
Views:	39 
Size:	23.7 KB 
ID:	1584

      On the map it looks like rock, in the center screen it looks like dirt, but I cannot select it to be dug out and the tiles to the right will not be claimed by imps.
      I cannot do anything on this map,... not even pick up my creatures, so I have no idea how to proceed.

  4. #14
    Spider UnknownMaster21's Avatar
    Join Date
    Jul 2010
    Location
    Finland
    Posts
    201

    Default Re: Heroes of Har campaign - Download

    It is a secret, accidentally indented one... But I try for myself as well, to be sure,


    if it is broken, I fix it!

    EDIT1: What I have been thinking? : MAGIC_AVAILABLE(ALL_PLAYERS,POWER_HAND,0,0)

    it should be MAGIC_AVAILABLE(ALL_PLAYERS,POWER_HAND,1,0) or MAGIC_AVAILABLE(ALL_PLAYERS,POWER_HAND,1,1), if cannot be researched

    EDIT2: I will fix it the power hand thing, I think it was about the time bomb spell thing, which occurred by a bug, it was on hold, but laterly changed the idea...

    Damn, Another wrongly made.

    But the good news is: The secret thing, works. So yes, it is done by a fancy glitch. I will quickfix the power_hand spell

    EDIT3: yeah, aethestetic look would do a good thing, I will fix this, if more aethestetic looks is needed.
    Last edited by UnknownMaster21; March 5th, 2015 at 18:15.

  5. #15

    Default Re: Heroes of Har campaign - Download

    Ok, how did you do it?

  6. #16
    Spider UnknownMaster21's Avatar
    Join Date
    Jul 2010
    Location
    Finland
    Posts
    201

    Default Re: Heroes of Har campaign - Download

    Secret. I told you there are secrets, I won't reveal them. Find them! There are plenty!

  7. #17
    Spider UnknownMaster21's Avatar
    Join Date
    Jul 2010
    Location
    Finland
    Posts
    201

    Default Re: Heroes of Har campaign - Download

    poanddathoh.zip

    As I made .po file and created even .dat file, I did use all 278 strings, as I need 288 strings, 10 is missing, how to add remaining 10?

    Also, Did I even understood correctly how to do it?

    Blah...

    EDIT: link should work now
    Last edited by UnknownMaster21; March 5th, 2015 at 23:40.

  8. #18

    Default Re: Heroes of Har campaign - Download

    I don't know why you attempted it like this. You should have started with the POT file, not with a PO file, and then simply replaced the texts from the burnedimp campaign and added where needed.

    This is what you wanted to end up with in your hoh.POT:
    Code:
    #: guitext:10
    msgctxt "In-game message"
    msgid ""
    "This story tells about the Har, pure evil with it's powers and minions. They "
    "say they are good, but gone in bad, very bad if not even hellish and "
    "therefore you have to be even more evil! Your primary mission is to defeat "
    "Har and all the other enemies, who seeks also to conquering and commanding "
    "the world."
    msgstr ""
    
    #: guitext:11
    msgctxt "In-game message"
    msgid ""
    "Enjoy the exciting and new things what you will counter. The land and places "
    "are fictively placed in Olavinlinna ( Olavi's castle, translated from "
    "finnish, which is in this campaign to be ehhh... huge!) You can start the "
    "mission when an objective is revealed."
    msgstr ""
    And if you would have run out of existing strings, you could include the unused strings, so turn:
    Code:
    #: guitext:93 guitext:94 guitext:95 guitext:96 guitext:97 guitext:98
    into:

    Code:
    #: guitext:93
    msgctxt "In-game message"
    msgid ""
    "Har this, Har that, more text."
    msgstr ""
    
    guitext:94
    
    msgctxt "In-game message"
    msgid ""
    "Har such, Har so, more text."
    msgstr ""
    Edit: But I guess this can work as well, because after all you end up with a DAT file that works. It was just a lot more work for you.
    Simply add the unused strings and create another .dat file.
    Last edited by YourMaster; March 5th, 2015 at 23:56.

  9. #19
    Spider UnknownMaster21's Avatar
    Join Date
    Jul 2010
    Location
    Finland
    Posts
    201

    Default Re: Heroes of Har campaign - Download

    DDD

    I think I am pretty stupid, you know.



    Link works now... I have no clue what you are even talking about. I started from pot. file, how you can create pot. file to pot. file? Do I need another software to make it or what?

    I feel amused, at least I tried to understand, but apparently, no...

    I am pretty sure the problem is on communication, also I have to tell, if I did something wrong, then definitely manual about creating pots needs an update...

    Blah...

  10. #20

    Default Re: Heroes of Har campaign - Download

    Quote Originally Posted by UnknownMaster21 View Post
    DDD

    I think I am pretty stupid, you know.
    Link works now... I have no clue what you are even talking about. I started from pot. file, how you can create pot. file to pot. file? Do I need another software to make it or what?
    I feel amused, at least I tried to understand, but apparently, no...
    I am pretty sure the problem is on communication, also I have to tell, if I did something wrong, then definitely manual about creating pots needs an update...
    Blah...
    I'm not sure where our communication breaks down either.

    What you could have done was:
    1. Download the pot file you started out with(like you did).
    2. Open it with notepad or whatever text editor you want.
    3. Replace the texts in there you DONT want with texts you DO want. So when you see info that says "this is a message, right click to delete", simply replace that bit of text with "Read carefully".
    4. When you have more messages in your campaign than the pot of the campaign you used as a basis, add new ones yourself that are unused, like I showed in my post above.

    That would have been easier, but nevermind all that, you did all the work in a roundabout way, no need to redo it all again. Lets just get you the remaining 10 strings and be done with it.

    If you look at line #715 in your hoh.po file you'll see this:
    Code:
    #: guitext:93 guitext:94 guitext:95 guitext:96 guitext:97 guitext:98
    Those are 6 unused strings. With your text editor simply remove that line, and now paste this piece of text in its place 6 times:
    Code:
    #: guitext:
    msgctxt "In-game message"
    msgid ""
    msgstr ""
    Add the ID (93, 94, etc) and your text like you did before, and generate a new dat file.

Similar Threads

  1. Preview of my custom Campaign, The Barbarian Campaign
    By darkkingkongman in forum DK1 Maps
    Replies: 87
    Last Post: August 21st, 2020, 13:42
  2. Heroes Campaign : Impure Blood
    By dayokay in forum KeeperFX
    Replies: 2
    Last Post: September 17th, 2013, 16:56
  3. Heroes v.s. Creatures
    By ARMofORION in forum Dungeon Keeper 2
    Replies: 18
    Last Post: September 16th, 2012, 17:55
  4. new creatures or heroes
    By Endrix in forum KeeperFX
    Replies: 17
    Last Post: November 18th, 2010, 16:09
  5. Map Project: Heroes
    By VampImaniac in forum DK2 Mapmaking
    Replies: 15
    Last Post: December 10th, 2009, 23:01

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •