xleonq
  • xleonq
  • 50.25% (Neutral)
  • Private Topic Starter
9 years ago
not sure if ppl in this site still alive or not,i will give it a try

so i want to mess around BIG.ini(not ZH one) and want to edit some china unit
but it was confusing me like i edit on factionunit.ini
example:

i was editing on china battletank hp and exp point
so it should be like

ExperienceValue = 100 100 200 400 ;Experience point value at each level
ExperienceRequired = 0 200 300 600 ;Experience points needed to gain each level

and

MaxHealth = 400.0
InitialHealth = 400.0

and i was found out there was other same battletank code after this
which should i edit?
Sponsor
klingondragon
9 years ago

not sure if ppl in this site still alive or not,i will give it a try



I usually reply within an hour. If i don't I'm probably asleep or on the train.

want to edit some china unit



Yes you should be looking in factionunit.ini but don't edit INI.big.
You should extract the files you want to edit, and put them in Data/INI (/Object if they're object inis).
Then, to work out which battlemaster you want to edit, look at the command button (found in commandbutton.ini) used to build it (in commandset.ini) and 'find' that object in factionunit.ini.

Doing small things like editing health is a good way to get started modding. You should be careful and remember that there are 'best practices' when modding (like not editing the big files directly).
xleonq
  • xleonq
  • 50.25% (Neutral)
  • Private Topic Starter
9 years ago

not sure if ppl in this site still alive or not,i will give it a try

Originally Posted by: klingondragon 



I usually reply within an hour. If i don't I'm probably asleep or on the train.

want to edit some china unit



Yes you should be looking in factionunit.ini but don't edit INI.big.
You should extract the files you want to edit, and put them in Data/INI (/Object if they're object inis).
Then, to work out which battlemaster you want to edit, look at the command button (found in commandbutton.ini) used to build it (in commandset.ini) and 'find' that object in factionunit.ini.

Doing small things like editing health is a good way to get started modding. You should be careful and remember that there are 'best practices' when modding (like not editing the big files directly).



like i said above
there's a 2 same battletank code at factionunit.ini
which should i go for? both?
klingondragon
9 years ago
Check their names. All objects start with:
Object [ObjectName]
Compare the 2 names with the object specified in commandbutton.ini.