Connection ErrorBad RequestThis page went staleSession ExpiredSign in requiredForbiddenNot FoundToo Many RequestsServer ErrorBad GatewayService UnavailableGateway TimeoutHTTP Version Not Supported
Session Expired
Your session has expired. Please log in to continue.
Sign in required
You need an account to do that. Sign in or create one — it only takes a minute.
This page went stale
Your security token was rejected, usually because the page sat open too long or you signed in elsewhere. Nothing was saved. Reload the page and try again.
Request Failed
We encountered an issue while processing your request.
Please check your internet connection and try again.
Hello everyone! If anyone knows the answers to my questions, please help!
1. How do I remove the "circles" around creatures (indicating their race)? 2. How do I make creatures "inactive" so that they cannot be interacted with (needed for creating a passive army on the map)? 3. How do I rename creatures to get an original unit (I hope I wrote it clearly).
I hope there are kind people who will answer my questions...
1. How do I remove the "circles" around creatures (indicating their race)? 2. How do I make creatures "inactive" so that they cannot be interacted with?
3. How do I rename creatures to get the original unit?
SetMonsterNames("object name", MONSTER_NAME_SINGLE, "file name with the new name");
The complete code of my function, which performs all three operations:
-- setting up NPC creatures on the map function SetNpcFunc(npc, func, name)
-- disable selection and set a peaceful icon on hover SetObjectEnabled(npc, nil); SetDisabledObjectMode(npc, DISABLED_INTERACT); sleep(1) SetMonsterSelectionType(npc, 0);
-- handler function for clicking - optional parameter if(func ~= nil) then Trigger(OBJECT_TOUCH_TRIGGER, npc, func); end
-- NPC name - optional parameter if(name ~= nil) then SetMonsterNames(npc, MONSTER_NAME_SINGLE, name); end
end
The second parameter is optional; if not passed, nothing will happen when clicking on the creature. The third parameter is optional; if not passed, the name will remain the default. Example of use:
Question for the experts: I changed one creature in the game, but now the game crashes when I launch it. How can I fix this?
...И справедливость я несу На острие меча.
Кампания "Искупление" - 15%
О кампании
"Искупление" - это мой амбициозный проект. Давняя мечта. С детства играя в героев, я восхищался персонажами и ландшафтами, сюжетом и стилем оригинальной трилогии, я мечтал привнести что-то свое в эту игру, и наконец, более-менее освоив нелегкий труд картостроителя, взялся за воплощение мечты. Кампания расскажет о будущем выживших рыцарей Кровавой Стали, о пути, который они избрали, и о том, куда этот путь их приведет. К слову, мне нужен тестер-оценщик. Если хочешь принять участие в создании и есть определенный опыт, то - добро пожаловать!
I changed the Zealot's attack, defense, initiative, and weekly growth. I also changed the name and did everything according to the guides from Igromania. I guess it was all for nothing.
...И справедливость я несу На острие меча.
Кампания "Искупление" - 15%
О кампании
"Искупление" - это мой амбициозный проект. Давняя мечта. С детства играя в героев, я восхищался персонажами и ландшафтами, сюжетом и стилем оригинальной трилогии, я мечтал привнести что-то свое в эту игру, и наконец, более-менее освоив нелегкий труд картостроителя, взялся за воплощение мечты. Кампания расскажет о будущем выживших рыцарей Кровавой Стали, о пути, который они избрали, и о том, куда этот путь их приведет. К слову, мне нужен тестер-оценщик. Если хочешь принять участие в создании и есть определенный опыт, то - добро пожаловать!
The problem lies in the creature growth rate. It seems you only changed the growth rate for the Zealots, but you also need to change it for the Swordsmen and Armored Knights. The growth rate for a unit and its upgrades should be the same.
Added 8 minutes later
I don't know anything about IG guides. But I do know how to change creature stats. In the data archive, you need the Vindicator.xdb file. The path is: data/GameMechanics/Creature/Creatures/Haven/Renegates/Vindicator.xdb.
Open it with Notepad, find the line WeeklyGrowth 10 /WeeklyGrowth, and change 10 to the number of creatures you want. You also need to do this for the Swordsmen and Armored Knights.
Added 4 minutes later
And it's better not to change the date at all. Instead, you should create an archive with the path mentioned above and put it in the UserMODs folder.
The problem seems to be with the creature growth rate. It looks like you only changed the growth rate for the Zealots, but you also need to change it for the Swordsmen and Armored Archers. The growth rate for a unit and its upgrades should be the same.
Added 8 minutes ago I don't know anything about IG guides. But I know how to change creature stats. In the data archive, you need the Vindicator.xdb file. Path: data/GameMechanics/Creature/Creatures/Haven/Renegates/Vindicator.xdb. Open it with Notepad, find the line WeeklyGrowth 10 /WeeklyGrowth and change 10 to the number of creatures you need. You also need to do this for the Swordsmen and Armored Archers.
Added 4 minutes ago And it's better not to change the date at all. Instead, create an archive with the path mentioned above and put it in the UserMODs folder.
Thank you, I'll try. And here's another thing: I redrew the texture, but in the game, instead of the unit, there is now nothing. The texture has completely disappeared as a result of my modifications. How can I redraw the texture so that nothing disappears?
Added 18 minutes ago ThomasKiller
The problem seems to be with the creature growth rate. It looks like you only changed the growth rate for the Zealots, but you also need to change it for the Swordsmen and Armored Archers. The growth rate for a unit and its upgrades should be the same.
Added 8 minutes ago I don't know anything about IG guides. But I know how to change creature stats. In the data archive, you need the Vindicator.xdb file. Path: data/GameMechanics/Creature/Creatures/Haven/Renegates/Vindicator.xdb. Open it with Notepad, find the line WeeklyGrowth 10 /WeeklyGrowth and change 10 to the number of creatures you need. You also need to do this for the Swordsmen and Armored Archers.
Added 4 minutes ago And it's better not to change the date at all. Instead, create an archive with the path mentioned above and put it in the UserMODs folder.
I didn't change the growth rate this time - it still doesn't work
...И справедливость я несу На острие меча.
Кампания "Искупление" - 15%
О кампании
"Искупление" - это мой амбициозный проект. Давняя мечта. С детства играя в героев, я восхищался персонажами и ландшафтами, сюжетом и стилем оригинальной трилогии, я мечтал привнести что-то свое в эту игру, и наконец, более-менее освоив нелегкий труд картостроителя, взялся за воплощение мечты. Кампания расскажет о будущем выживших рыцарей Кровавой Стали, о пути, который они избрали, и о том, куда этот путь их приведет. К слову, мне нужен тестер-оценщик. Если хочешь принять участие в создании и есть определенный опыт, то - добро пожаловать!