Cheats: Difference between revisions

From OniGalore
Jump to navigation Jump to search
Line 16: Line 16:
!Effect description
!Effect description
!Scripting equivalent
!Scripting equivalent
!Persists on level load
|-
|-
!shapeshifter
!shapeshifter
!Change Characters Enabled/Disabled
!Change Characters Enabled/Disabled
|While playing, pressing F8 changes your character's appearance
|While playing, pressing F8 changes your character's appearance
|NONE
|style="background:black"|
|YES
|-
|-
!liveforever
!liveforever
!Invincibility Enabled/Disabled
!Invincibility Enabled/Disabled
|Melee, weapon and falling damage doesn't apply to you
|Melee, weapon and falling damage doesn't apply to you
|<tt>invincible= 0</tt>
|style="background:lime"|<tt>invincible= 1<br>invincible= 0</tt>
|NO
|-
|-
!touchofdeath
!touchofdeath
!Omnipotence Enabled/Disabled
!Omnipotence Enabled/Disabled
|Enemy is killed instantly when you injure them
|Enemy is killed instantly when you injure them
|<tt>omnipotent= 0</tt>
|style="background:lime"|<tt>omnipotent= 1<br>omnipotent= 0</tt>
|NO
|-
|-
!canttouchthis
!canttouchthis
!Unstoppable Enabled/Disabled
!Unstoppable Enabled/Disabled
|You cannot be stunned, thrown, knocked down or blown up
|You cannot be stunned, thrown, knocked down or blown up
|<tt>unstoppable= 0</tt>
|style="background:lime"|<tt>unstoppable= 1<br>unstoppable= 0</tt>
|NO
|-
|-
!fatloot
!fatloot
!Fat Loot Received
!Fat Loot Received
|Maximum health and ammo
|Maximum health and ammo
|NONE
|style="background:black"|
|style="background:black"|
|-
|-
!glassworld
!glassworld
!Glass Furniture Enabled/Disabled
!Glass Furniture Enabled/Disabled
|Makes all the furnishings destroyable
|Makes all the furnishings destroyable
|<tt>p3_furniture_breakable= 1<br>p3_furniture_breakable= 0</tt>
|
|
|-
|-
Line 51: Line 58:
|Makes you win the level when you exit the pause screen
|Makes you win the level when you exit the pause screen
|<tt>win</tt>
|<tt>win</tt>
|style="background:black"|
|-
|-
!loselevel
!loselevel
Line 56: Line 64:
|Makes you lose the level when you exit the pause screen
|Makes you lose the level when you exit the pause screen
|<tt>lose</tt>
|<tt>lose</tt>
|style="background:black"|
|-
|-
!bighead
!bighead
!Big Head Enabled/Disabled
!Big Head Enabled/Disabled
|Everybody's head is 4 times its normal size
|Everybody's head is 4 times its normal size
|style="background:lime"|chr_big_head= 1; chr_big_head_amount= 4;<br>chr_big_head= 0;
|
|
|-
|-
Line 65: Line 75:
!Mini Mode Enabled/Disabled
!Mini Mode Enabled/Disabled
|
|
|style="background:lime"|chr_mini_me= 1; chr_mini_me_amount= 0.2;<br>chr_mini_me= 0;
|
|
|-
|-
Line 70: Line 81:
!Super Ammo Mode Enabled/Disabled
!Super Ammo Mode Enabled/Disabled
|Every gun you hold is automatically filled with ammo
|Every gun you hold is automatically filled with ammo
|style="background:black"|
|
|
|-
|-
Line 75: Line 87:
!Last Man Standing Enabled/Disabled
!Last Man Standing Enabled/Disabled
|AI fight amongst themselves
|AI fight amongst themselves
|
|style="background:black"|
|YES
|-
|-
!roughjustice
!roughjustice
!Gatling Guns Enabled/Disabled
!Gatling Guns Enabled/Disabled
|Your weapons fire extremely fast
|Player's weapons fire extremely fast
|style="background:black"|
|
|
|-
|-
!chenille
!chenille
!
!Daodan Power Enabled/Disabled
|Always remain in overpower effect
|Always remain in overpower effect
|style="background:lime"|<tt>chr_super(0, 1);<br>chr_super(0, 0);</tt>
|
|
|-
|-
!behemoth
!behemoth
!
!Godzilla Mode Enabled/Disabled
|You are giant-sized
|Player is double-sized
|style="background:lime"|chr_mini_me= 1; chr_mini_me_amount= 2;<br>chr_mini_me= 0;
|
|
|-
|-
!elderrune
!elderrune
!
!Regeneration Enabled/Disabled
|Your health slowly regenerates up to a maximum of 100%
|Your health slowly regenerates up to a maximum of 100%
|style="background:black"|
|
|
|-
|-
!moonshadow
!moonshadow
!
!Phase Cloak Enabled/Disabled
|Phase Cloak that lasts forever
|Phase Cloak that lasts forever
|style="background:yellow"|<tt>give_powerup(0, invis, -1); '''(1)'''</tt><br><tt>give_powerup(0, invis, 1);</tt>
|
|
|-
|-
!munitionfrenzy
!munitionfrenzy
!
!Weapons Locker Created
|All weapons appear on the ground for a limited time
|All weapons appear on the ground for a limited time
|
|style="background:black"|
|style="background:black"|
|-
|-
!fistsoflegend
!fistsoflegend
!
!Fists Of Legend Enabled/Disabled
|When you punch an enemy they get knocked back
|When you punch an enemy they get knocked back
|style="background:black"|
|
|
|-
|-
!killmequick
!killmequick
!
!Ultra Mode Enabled/Disabled
|Makes the computer characters tougher
|Makes the computer characters tougher
|
|
|
|-
|-
!carousel
!carousel
!
!Slow Motion Enabled/Disabled
|Slow motion mode
|Permanent slow motion
|NONE
|style="background:yellow"|Custom <tt>slowmo</tt> '''(2)'''
|
|}
|}
(note : add a column for persistence across level loads)


==PlayStation 2==
==PlayStation 2==

Revision as of 16:35, 10 November 2005

(adapted from Harry's cheats page)

As with most games, Oni comes with its own range of cheats. When playing the Macintosh or PC version you can only use them after finishing the game once, though. Below you will find all available cheats for the game.

NB: PC/Mac cheats can be unlocked by hacking persist.dat manually or using OniSavedGameEditor

Macintosh/PC

Whilst playing a game, press F1 (or whatever is bound to pausescreen) and type one (or more) of the following :

(case sensitive, a textual confirmation will appear if done correctly):

Input sequence Confirmation message Effect description Scripting equivalent Persists on level load
shapeshifter Change Characters Enabled/Disabled While playing, pressing F8 changes your character's appearance YES
liveforever Invincibility Enabled/Disabled Melee, weapon and falling damage doesn't apply to you invincible= 1
invincible= 0
NO
touchofdeath Omnipotence Enabled/Disabled Enemy is killed instantly when you injure them omnipotent= 1
omnipotent= 0
NO
canttouchthis Unstoppable Enabled/Disabled You cannot be stunned, thrown, knocked down or blown up unstoppable= 1
unstoppable= 0
NO
fatloot Fat Loot Received Maximum health and ammo
glassworld Glass Furniture Enabled/Disabled Makes all the furnishings destroyable p3_furniture_breakable= 1
p3_furniture_breakable= 0
winlevel Instantly Win Level Makes you win the level when you exit the pause screen win
loselevel Instantly Lose Level Makes you lose the level when you exit the pause screen lose
bighead Big Head Enabled/Disabled Everybody's head is 4 times its normal size chr_big_head= 1; chr_big_head_amount= 4;
chr_big_head= 0;
minime Mini Mode Enabled/Disabled chr_mini_me= 1; chr_mini_me_amount= 0.2;
chr_mini_me= 0;
superammo Super Ammo Mode Enabled/Disabled Every gun you hold is automatically filled with ammo
reservoirdogs Last Man Standing Enabled/Disabled AI fight amongst themselves YES
roughjustice Gatling Guns Enabled/Disabled Player's weapons fire extremely fast
chenille Daodan Power Enabled/Disabled Always remain in overpower effect chr_super(0, 1);
chr_super(0, 0);
behemoth Godzilla Mode Enabled/Disabled Player is double-sized chr_mini_me= 1; chr_mini_me_amount= 2;
chr_mini_me= 0;
elderrune Regeneration Enabled/Disabled Your health slowly regenerates up to a maximum of 100%
moonshadow Phase Cloak Enabled/Disabled Phase Cloak that lasts forever give_powerup(0, invis, -1); (1)
give_powerup(0, invis, 1);
munitionfrenzy Weapons Locker Created All weapons appear on the ground for a limited time
fistsoflegend Fists Of Legend Enabled/Disabled When you punch an enemy they get knocked back
killmequick Ultra Mode Enabled/Disabled Makes the computer characters tougher
carousel Slow Motion Enabled/Disabled Permanent slow motion Custom slowmo (2)

PlayStation 2

Whilst playing the game, press the SELECT button and highlight the HELP button. Then enter one of the following (you'll hear a sound if you did it correctly):

Effect Input Sequence
Change The Character L2, L1, L2, SQUARE, CIRCLE, SQUARE, L2, L2, L2, L2...
(Hit the L2 button until you've selected a character)
One Shot One Kill L2, L1, L2, SQUARE, CIRCLE, SQUARE, L3, R3, CIRCLE, SQUARE
Unlimited Health L2, L1, L2, SQUARE, CIRCLE, SQUARE, R3, L3, R3, CIRCLE
Extra Powerful Punches And Kicks L2, L1, L2, SQUARE, CIRCLE, SQUARE, R3, L3, CIRCLE, SQUARE
Small Characters L2, L1, L2, SQUARE, CIRCLE, SQUARE, L3, R3, SQUARE, CIRCLE
Unlimited Phase Cloak L2, L1, L2, SQUARE, CIRCLE, SQUARE, L1, R3, L2, L3
Big Head Mode L2, L1, L2, SQUARE, CIRCLE, SQUARE, START, SQUARE, CIRCLE, START
Unlimited ammo L2, L1, L2, SQUARE, CIRCLE, SQUARE, L2, L2, L1, L3
Huge Characters L2, L1, L2, SQUARE, CIRCLE, SQUARE, R3, SQUARE, CIRCLE, L3
Hard Mode L2, L1, L2, SQUARE, CIRCLE, SQUARE, R3, L3, CIRCLE, SQUARE
Instant Level Completion L2, L1, L2, SQUARE, CIRCLE, SQUARE, L3, R3, L2, L1