Mac mods: Difference between revisions

72 bytes removed ,  10 October 2006
no edit summary
No edit summary
 
No edit summary
Line 7: Line 7:
How to use the mods:
How to use the mods:


    * Unlocked moves - All moves are available in all the levels
* Unlocked moves - All moves are available in all the levels
    * SuperBall Gun - Use the right button to launch grenades
* SuperBall Gun - Use the right button to launch grenades
    * Mutant Muro Tractor - Bound to the weapon w10_sni
* Mutant Muro Tractor - Bound to the weapon w10_sni
    * Break Glass - Kick, Low kick, slide, Rising Fury will break glass
* Break Glass - Kick, Low kick, slide, Rising Fury will break glass


Jetpack Mode:
Jetpack Mode:
Line 17: Line 17:
Here's how:
Here's how:


    * Copy the level.dat file you want to modify to the PC or Virtual PC desktop
* Copy the level.dat file you want to modify to the PC or Virtual PC desktop
    * Run OniUnPacker
* Run OniUnPacker
    * From the Main menu choose Select .dat file ie: level3_final.dat
* From the Main menu choose Select .dat file ie: level3_final.dat
    * From the Tools menu choose Binary .dat Editor
* From the Tools menu choose Binary .dat Editor
    * From the Filter by extension choose ONCC Now you need to find the file for Konoko (konoko_generic.ONCC, k4_K.ONCC, etc varies among the levels)
* From the Filter by extension choose ONCC Now you need to find the file for Konoko (konoko_generic.ONCC, k4_K.ONCC, etc varies among the levels)
    * Confused? See this screenshot
* Confused? See this screenshot
    * Change thelines 0x000010 and 0x000020 to look like below:
* Change thelines 0x000010 and 0x000020 to look like below:
    * Move the modified level.dat file to your GameDataFolder (Be sure to save the original)
* Move the modified level.dat file to your GameDataFolder (Be sure to save the original)
    * To jetpack, start moving forward then press the jump key. By pressing and releasing the jump key you can keep flying. You will need to enable the cheat code "liveforever" to stay alive while in the air.
* To jetpack, start moving forward then press the jump key. By pressing and releasing the jump key you can keep flying. You will need to enable the cheat code "liveforever" to stay alive while in the air.
    * Hate that flailing motion while flying? If so, you need to modify the code of the main.bsl of the level. First add fork BreakFlail fork WaitLand on separate lines before the code level_start. Then add the following to the end of the script
* Hate that flailing motion while flying? If so, you need to modify the code of the main.bsl of the level. First add fork BreakFlail fork WaitLand on separate lines before the code level_start. Then add the following to the end of the script
       func BreakFlail() {
       func BreakFlail() {
       chr_wait_animation(0, KONOKOjump_flail)
       chr_wait_animation(0, KONOKOjump_flail)
Line 41: Line 41:
       }
       }


      This is how the lab script looks modified
This is how the lab script looks modified
      You do not need the "liveforever" code using this script. You are only "invincible" while flying, but the rest of the time you are vulnerable to dammage
You do not need the "liveforever" code using this script. You are only "invincible" while flying, but the rest of the time you are vulnerable to dammage
    * Have fun!!!
* Have fun!!!
Anonymous user