Log in

View Full Version : basic.cfg


itadriver
01-01-15, 03:03 PM
Ciao to all
can someone explain to me what are these numbers, please?

[SUBMARINE2]
......
26=0
27=1
4=2
3=3
49=4
50=5
52=6
53=7
54=8
21=9
55=10
22=11
56=12
57=13
58=14
33=15
23=16
149=17
61=18
60=19
73=20
67=21
72=22
68=23
62=24
28=25
64=26
65=27
66=28
141=29
128=32
131=35
132=36
133=37
140=40
51=41
138=42
139=43

raymond6751
01-02-15, 06:49 AM
It seems illogical to see such code. I have no idea, but don't change those lines. It may be some strange cryptic code that only means something to the game engine. Very weird.

Tycho
01-02-15, 03:00 PM
It's a translation table. Each Submarine block has one and it's used by SH3 to map the internal submarine block indexes (compartment equipment) to the global game indexes. Best to leave alone unless you understand both sets of indexes. IIRC I use them in SH3Cmdr's "Continue career with new commander" function....

itadriver
01-04-15, 03:14 AM
Now I know.
The first no. is the compartment in zone.cfg and the second is in basic.cfg