Qhimm.com Forums
Miscellaneous Forums => Troubleshooting => Solved Problems => Topic started by: Travis on 2011-08-14 00:50:05
-
So... what do these main files do?
Scene.bin
Kernel.bin
Kernel2.bin
Battle.lgp
Flevel.lgp
-
I might be wrong on a few of them but I believe it's something like this:
scene.bin contains enemy AI.
kernel.bin contains spell/weapon/item names and character info.
kernel2.bin contains spell/weapon/item names and character info. (I don't know what the difference is)
battle.lgp contains models used in battle.
flevel.lgp contains field dialogue.
-
I might be wrong on a few of them but I believe it's something like this:
scene.bin contains enemy AI.
kernel.bin contains spell/weapon/item names and character info.
kernel2.bin contains spell/weapon/item names and character info. (I don't know what the difference is)
battle.lgp contains models used in battle.
flevel.lgp contains field dialogue.
I'd like to know for sure...
It'll definitely aid me in the future.
-
flevel also contains all the pre-rendered backgrounds.
-
Scene.bin (256 files) - Contains all enemy data. AI, Text, enemy names, enemy move names, enemy HP and stats. Everything enemy related.
Kernel.bin - Contains programming data for many things related to menu and battle, like weapon attributes and strengths etc etc. Get Wallmarket and have a look. Also contains the lookup table for battle, so when you edit Scene.bin, this usually needs updating too.
Kernel2.bin - Contains only text for the menu. Names of materia, descriptions, names of items, names of enemy skills, names of limit breaks, Also contains "Ex-SOLDIER" name tag. Contains most of the battle strings like "Couldn't steal anything..."
Battle.lgp - Contains data for battle models. Not sure exactly what else.
Flevel.lgp - Contains all game dialogue (except world map). Contains game backgrounds and walkmesh. Contains turorial dialogue.
Please note, on PSX kernel2.bin does not exist because kernel.bin contains those files. When they ported to PC they made the text related parts of kernel.bin become kernel2.bin. Why? I dunno.
-
Closed as solved.