ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Cheater.c
Revision: 350
Committed: Wed Jun 10 12:43:01 2009 UTC (16 years, 4 months ago) by rossy
Content type: text/x-csrc
File size: 2538 byte(s)
Log Message:
whoops

File Contents

# Content
1 #include <string.h>
2
3 #include "Daodan_Cheater.h"
4
5 oniCheatCode DDr_CheatTable[] = {
6 { "shapeshifter", "Change Characters Enabled", "Change Characters Disabled", 0x00 },
7 { "liveforever", "Invincibility Enabled", "Invincibility Disabled", 0x01 },
8 { "touchofdeath", "Omnipotence Enabled", "Omnipotence Disabled", 0x02 },
9 { "canttouchthis", "Unstoppable Enabled", "Unstoppable Disabled", 0x03 },
10 { "fatloot", "Fat Loot Received", NULL, 0x04 },
11 { "glassworld", "Glass Furniture Enabled", "Glass Furniture Disabled", 0x05 },
12 { "winlevel", "Instantly Win Level", NULL, 0x06 },
13 { "loselevel", "Instantly Lose Level", NULL, 0x07 },
14 { "bighead", "Big Head Enabled", "Big Head Disabled", 0x08 },
15 { "minime", "Mini Mode Enabled", "Mini Mode Disabled", 0x09 },
16 { "superammo", "Super Ammo Mode Enabled", "Super Ammo Mode Disabled", 0x0a },
17 { "thedayismine", "Developer Access Enabled", "Developer Access Disabled", 0x0b },
18 { "reservoirdogs", "Last Man Standing Enabled", "Last Man Standing Disabled", 0x0c },
19 { "roughjustice", "Gatling Guns Enabled", "Gatling Guns Disabled", 0x0d },
20 { "chenille", "Daodan Power Enabled", "Daodan Power Disabled", 0x0e },
21 { "behemoth", "Godzilla Mode Enabled", "Godzilla Mode Disabled", 0x0f },
22 { "elderrune", "Regeneration Enabled", "Regeneration Disabled", 0x10 },
23 { "moonshadow", "Phase Cloak Enabled", "Phase Cloak Disabled", 0x11 },
24 { "munitionfrenzy", "Weapons Locker Created", NULL, 0x12 },
25 { "fistsoflegend", "Fists Of Legend Enabled", "Fists Of Legend Disabled", 0x13 },
26 { "killmequick", "Ultra Mode Enabled", "Ultra Mode Disabled", 0x14 },
27 { "carousel", "Slow Motion Enabled", "Slow Motion Disabled", 0x15 },
28 { "x", "Developer Access Enabled", "Developer Access Disabled", 0x0b },
29 // { "bigbadboss", "Boss Shield Enabled", "Boss Shield Disabled", bigbadboss },
30 // { "bulletproof", "Force Field Enabled", "Force Field Disabled", bulletproof },
31 // { "kangaroo", "Kangaroo Jump Enabled", "Kangaroo Jump Disabled", kangaroo },
32 // { "marypoppins", "Jet Pack Mode Enabled", "Jet Pack Mode Disabled", marypoppins },
33 {0}
34 };