Editing Nfo
Posted: 09 Jul 2011 00:22
Hey all,
For private use i wan't to change some introduction dates of buildings in the Swedisch House set, I used the sourcecode and opend the nfo file in notepad+++. I looked on the nfo specifications and searched the interent the whole day, but i'm stuck.
This is where I'm, I think this is the information of one building in the pack
And the line I want to change is
This means that the current value is b35 FF or just b35, I'm not sure. But what is the decimal value of this, i always get the weird result of 2869 in this case.
What am I doing wrong here, what value do i have to change to edit the year the building starts to grow and what value do i have to enter to let it grow from for example 1950.
For private use i wan't to change some introduction dates of buildings in the Swedisch House set, I used the sourcecode and opend the nfo file in notepad+++. I looked on the nfo specifications and searched the interent the whole day, but i'm stuck.
This is where I'm, I think this is the information of one building in the pack
Code: Select all
// Flats 8 id 35
1778 * 35 00 07 0D 01 35
08 2F //substitute building type
09 01 //building flags
0A \b35 FF //availability years
0B \b90 //population
0C \b30 //mail generation
0D 06 //pass acceptance
0E 02 //mail acceptance
0F FE //food/goods acceptance
10 \w100 //LA reting decrease
11 \b130 //remove cost multiplier
12 07 DC //name
13 0C F8 //1111 1000 0000 1100 F8 0C climate availability/townzones
18 20 //probability
Code: Select all
0A \b35 FF //availability years
What am I doing wrong here, what value do i have to change to edit the year the building starts to grow and what value do i have to enter to let it grow from for example 1950.