8,254
edits
Paradox-01 (talk | contribs) mNo edit summary |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
==Idea== | |||
To convert an extracted ONLV into a new project file you need even more in-depth knowledge about the file structure than for simply building a level project file from scratch. | To convert an extracted ONLV into a new project file you need even more in-depth knowledge about the file structure than for simply building a level project file from scratch. | ||
Line 10: | Line 11: | ||
# BSL analysis to create FILM and cut scene sections? | # BSL analysis to create FILM and cut scene sections? | ||
==AE package== | |||
mods.oni2.net | |||
| | |||
+-- LevelRecycler.zip | |||
| | |||
+-- #####packageName | |||
| | |||
+-- Mod_Info.cfg | |||
+-- plain | |||
| | |||
+--win_only | |||
| | |||
+--Tools | |||
| | |||
+-- LevelRecycler | |||
| | |||
+-- icon.png (32 x 32 px) | |||
+-- LevelRecycler.exe | |||
'''Mod_Info.cfg''' | |||
AEInstallVersion -> 2.0 | |||
NameOfMod -> Level Recycler | |||
Creator -> | |||
ModVersion -> | |||
Readme -> | |||
ExeName -> Tools/LevelRecycler/LevelRecycler.exe | |||
WorkingDir -> Exe | |||
IconName -> Tools/LevelRecycler/icon.png | |||
==Startup== | |||
Oni | Oni | ||
| | | |
edits