1)How do you lower starting resources? I'd like less gold at the start of the game to increase early game strategy.
2)I'd like to change a few units names..which files would need to be adjust so that the changes are reflected everywhere in game? You'd be my hero if you could create a zip with the file structure. I'm very new to editting.
Thanks in advance.
Need some editting help
hello, i see this is your first post. there is a map editing forum you can use, lots of helpful people there, since i think a moderator is going to move your post
for changing player resources at the beginning, you would use the
SetPlayerStartResources(player, wood, ore, ect. ) command
the exact details of the command are in the script functions pdf file documentation.
as for changing object names, someone else will have to help you with that, i havnt done that yet.
for changing player resources at the beginning, you would use the
SetPlayerStartResources(player, wood, ore, ect. ) command
the exact details of the command are in the script functions pdf file documentation.
as for changing object names, someone else will have to help you with that, i havnt done that yet.
Sorry for posting in the wrong spot.
After looking at the pdf I don't understand which line the SetPlayerStartResources goes under? Also I don't follow the instructions on how to enter this. What should the line look like? Do i add .script to the end?
Is this right?
SetPlayerStartResources (player_1,5,5,5,5,5,5,1000)
After looking at the pdf I don't understand which line the SetPlayerStartResources goes under? Also I don't follow the instructions on how to enter this. What should the line look like? Do i add .script to the end?
Is this right?
SetPlayerStartResources (player_1,5,5,5,5,5,5,1000)
you would open the map properties, then select script, then the very first line you type can be the command
SetPlayerStartResources (player_1,5,5,5,5,5,5,1000) ;
but make sure you put ; after the command
then that should work.
you dont need to type anything else for this command to work at the beginning of the map.
SetPlayerStartResources (player_1,5,5,5,5,5,5,1000) ;
but make sure you put ; after the command
then that should work.
you dont need to type anything else for this command to work at the beginning of the map.
In your Heroes V "data" folder open "texts.pak" archive (for example using 7zip). Inside that archive open following folders: "Text" and then "Game". Now you are in directory with many interesting folders like "Artifacts", "Spells" and "Creatures". In these folders there are .txt files with names (of creatures, artifacts etc.).cohka wrote:Now on to issue #2...can anyone point to the files that would need editting?
Change a few units names, maybe even rename "Dungeon" units to Night Elves. I'd like to make things a bit more traditional.
Any help is wonderful!
.
Who is online
Users browsing this forum: No registered users and 0 guests