Oni (folder)/GameDataFolder: Difference between revisions
Jump to navigation
Jump to search
m (OSL:IGMD to IGMD) |
(→Related links: fixing double-redirect) |
||
Line 110: | Line 110: | ||
Moving the movie (.bik) files away from '''GameDataFolder''' or deleting them won't have any impact on the game. Useful if you want to skip the intro. | Moving the movie (.bik) files away from '''GameDataFolder''' or deleting them won't have any impact on the game. Useful if you want to skip the intro. | ||
==Related links== | ==Related links== | ||
*[[OBD:Oni_Binary_Data | Oni Binary Data]] for more info the .dat and .raw files | *[[OBD:Oni_Binary_Data|Oni Binary Data]] for more info the .dat and .raw files | ||
*[[IGMD]] for more info on [[ | *[[IGMD]] for more info on [[BSL:BungieFrameWork_Scripting_Language|scripts]] (level logic, .bsl files) |
Revision as of 18:36, 18 March 2008
GameDataFolder
(Default location on PC is C:\Program Files\Oni\GameDataFolder)
This is where all of Oni's "game data" resources are stored.
Movie files in BINK format
- intro.bik : the game's intro sequence (animation)
- outro.bik : the game's outro sequence (animation)
Game resources
(Mac users please contribute)
Chapter | Name | Binary files (PC) | Binary files (Mac) | Level logic folder |
---|---|---|---|---|
0:COMBAT TRAINING 1:TRIAL RUN |
TCTF Training Syndicate Warehouse |
level1_Final.dat level1_Final.raw |
IGMD\EnvWarehouse | |
2:ENGINES OF EVIL | Manufacturing Plant | level2_Final.dat level2_Final.raw |
IGMD\manplant | |
3:PUZZLE PIECES | Bio-Research Lab | level3_Final.dat level3_Final.raw |
IGMD\lab | |
4:TIGER BY THE TAIL | Airport Assault | level4_Final.dat level4_Final.raw |
IGMD\Airport | |
5:HOT PURSUIT | Airport Cargo Hangars | level6_Final.dat level6_Final.raw |
IGMD\Airport_III | |
6:COUNTERATTACK | TCTF Regional HQ | level8_Final.dat level8_Final.raw |
IGMD\tctf | |
7:A FRIEND IN NEED | Atmospheric Conversion Center (exterior) |
level9_Final.dat level9_Final.raw |
IGMD\power | |
8:AN INNOCENT LIFE | Atmospheric Conversion Center (interior) |
level10_Final.dat level10_Final.raw |
IGMD\power_II | |
9:TRUTH AND CONSEQUENCES | Regional State Building | level11_Final.dat level11_Final.raw |
IGMD\state | |
10:CAT AND MOUSE | Rooftops | level12_Final.dat level12_Final.raw |
IGMD\roof | |
11:DREAM DIVER | Doctor Hasegawa's Lab | level13_Final.dat level13_Final.raw |
IGMD\dream_lab | |
12:SINS OF THE FATHER | TCTF Science Prison | level14_Final.dat level14_Final.raw |
IGMD\neuro | |
13:PHOENIX RISING | TCTF Regional HQ (redux) | level18_Final.dat level18_Final.raw |
IGMD\tctf_ii | |
14:DAWN OF THE CHRYSALIS | Syndicate Mountain Compound | level19_Final.dat level19_Final.raw |
IGMD\compound | |
ALL (global) | level0_Final.dat level0_Final.raw |
IGMD\global |
The IGMD\global script folder is not present at installation.
Tips
Moving the movie (.bik) files away from GameDataFolder or deleting them won't have any impact on the game. Useful if you want to skip the intro.
Related links
- Oni Binary Data for more info the .dat and .raw files
- IGMD for more info on scripts (level logic, .bsl files)