CHEAT MODE DON'T WORK IN 2.2.3.0
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
CHEAT MODE DON'T WORK IN 2.2.3.0
I can't enable cheat mode, i have reset keymapping whit trash button, holded left shift and backspace - pressed enter - code - enter, and nothing.... and whit the command line --cheat. So why dont' work??? i'm blocked in the missoon when the ship escape myssion! don't have save game for restore! why they don't have put the restart level??? 
-
psychopompos
- Trained

- Posts: 470
- Joined: 08 Nov 2007, 09:18
- Location: UK
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
"C:\Program Files (x86)\Warzone 2100\warzone2100.exe" --cheat --fullscreen --mod_ca Warzone_hardcore_V2.0.wz
works for me :-S
works for me :-S
MOTHERBOARD - MSI P7N PLATINUM¦-¦PROCESSOR - C2D E7300 @ 4.00GHZ
MEMORY - 4 Gig (2x2gig) ddr2 1066mhz¦-¦OPERATING SYSTEM - WINDOWS 7 (ULT)
GRAPHICS - BFG GTX 260 OCX (requires ForceWare drivers for good openGL)
MEMORY - 4 Gig (2x2gig) ddr2 1066mhz¦-¦OPERATING SYSTEM - WINDOWS 7 (ULT)
GRAPHICS - BFG GTX 260 OCX (requires ForceWare drivers for good openGL)
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
Still don't work... i need talk whit a developer...
Someone can post the key mapping that correspond to left shift + backspace??? In my default keyapping options don't appear this sequence.
Someone can post the key mapping that correspond to left shift + backspace??? In my default keyapping options don't appear this sequence.
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
OMG!! this problme still onresolved since 2006??? wfk! dev team check it plz.
-
-Kosh-
- Trained

- Posts: 203
- Joined: 16 Sep 2009, 23:34
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
What are you talking about?xazurex wrote:Still don't work... i need talk whit a developer...
Someone can post the key mapping that correspond to left shift + backspace??? In my default keyapping options don't appear this sequence.
OMG!! this problme still onresolved since 2006??? wfk! dev team check it plz.

It works fine for everyone else.
You cannot set the shift+backspace to something else unless you compile the game yourself.
You do not even tell the devs what system you have or any information that is helpful. Take a chill pill and take a deep breath and explain in detail what it does and what your command line or shortcut is. Paste it exactly like you enter it.
This is a waste of space. Something important should be here.
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
Ok i have investigated more... (my system is Windows xp pro sp2)
MY CMD : "C:\Programmi\Warzone 2100\warzone2100.exe" --cheat
I have found this in the source:
keyAddMapping(KEYMAP___HIDE,KEY_LSHIFT,KEY_BACKSPACE,KEYMAP_PRESSED,kf_ToggleDebugMappings, "TOGGLE Debug Mappings");
Then i checked kf_ToggleDebugMappings a function pointer to enable the bool variable
if (bAllowDebugMode) //AKA for the config pharser : debugmode=1 And i have this in the config file... so continue...
{
if(getDebugMappingStatus())
{
processDebugMappings(false);
}
else // Do it when i have pressed KEY_LSHIFT + KEY_BACKSPACE
{
game_SetValidityKey(VALIDITYKEY_CHEAT_MODE);
processDebugMappings(true);
}
etc...
but what is this comment?
// NOTE THIS!!!!!!!
// available: ctrl+l
keyAddMapping(KEYMAP___HIDE,KEY_LSHIFT,KEY_BACKSPACE,KEYMAP_PRESSED,kf_ToggleDebugMappings, "TOGGLE Debug Mappings");
Maiby a developer can respond...
MY CMD : "C:\Programmi\Warzone 2100\warzone2100.exe" --cheat
I have found this in the source:
keyAddMapping(KEYMAP___HIDE,KEY_LSHIFT,KEY_BACKSPACE,KEYMAP_PRESSED,kf_ToggleDebugMappings, "TOGGLE Debug Mappings");
Then i checked kf_ToggleDebugMappings a function pointer to enable the bool variable
if (bAllowDebugMode) //AKA for the config pharser : debugmode=1 And i have this in the config file... so continue...
{
if(getDebugMappingStatus())
{
processDebugMappings(false);
}
else // Do it when i have pressed KEY_LSHIFT + KEY_BACKSPACE
{
game_SetValidityKey(VALIDITYKEY_CHEAT_MODE);
processDebugMappings(true);
}
etc...
but what is this comment?
// NOTE THIS!!!!!!!
// available: ctrl+l
keyAddMapping(KEYMAP___HIDE,KEY_LSHIFT,KEY_BACKSPACE,KEYMAP_PRESSED,kf_ToggleDebugMappings, "TOGGLE Debug Mappings");
Maiby a developer can respond...
-
Per
- Warzone 2100 Team Member

- Posts: 3780
- Joined: 03 Aug 2006, 19:39
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
I don't understand the question. The code you pasted seems correct, and cheat code has worked for everyone I've talked to the last few years. Are you doing it right? Hold in shift then press backspace, and a message should appear. Only then do anything else.
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
eheh
it's not easy.,, i have try it in all mode but nothing appears and when i type the cheat code nothing happens...
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
Can be the keyboard layout? my is IT but i have try US, EN too and still no text output in campain gamplay.
-
Buginator
- Professional

- Posts: 3285
- Joined: 04 Nov 2007, 02:20
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
Hmm, different keymap?xazurex wrote:Can be the keyboard layout? my is IT but i have try US, EN too and still no text output in campain gamplay.
Do --debug all and post the logs when you try to hit shift + backspace.
What keycode... well, I guess we will see.
and it ends here.
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
Ok uploaded whit flag "--debug all". Wha i have do:
Open the game...
- Pressed Single player whit Rigth mouse;
- New campaign whit Rigth mouse;
- Skip cinematic whit Rigth mouse;
- In game start pressed LSHIFT + SPACE; ONE time.
- Pressed esc.
- Quit whit Rigth mouse click.
- Exit program whit Rigth mouse click.
I hope help this.
Open the game...
- Pressed Single player whit Rigth mouse;
- New campaign whit Rigth mouse;
- Skip cinematic whit Rigth mouse;
- In game start pressed LSHIFT + SPACE; ONE time.
- Pressed esc.
- Quit whit Rigth mouse click.
- Exit program whit Rigth mouse click.
I hope help this.
You do not have the required permissions to view the files attached to this post.
-
-Kosh-
- Trained

- Posts: 203
- Joined: 16 Sep 2009, 23:34
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
It is either shift key + BACKSPACE, not SPACE(BAR).xazurex wrote:Ok uploaded whit flag "--debug all". Wha i have do:
- In game start pressed LSHIFT + SPACE; ONE time.
I hope help this.
I Use Rshift + backspace key and it works.
This is a waste of space. Something important should be here.
-
xazurex
- Greenhorn
- Posts: 8
- Joined: 04 Oct 2009, 18:01
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
In the previous post i mean "backspace" not space sry...
I have resolved editing manually the key mapping file
I have resolved editing manually the key mapping file
-
-Kosh-
- Trained

- Posts: 203
- Joined: 16 Sep 2009, 23:34
Re: CHEAT MODE DON'T WORK IN 2.2.3.0
How did you do that?xazurex wrote:In the previous post i mean "backspace" not space sry...
I have resolved editing manually the key mapping file
Source code modifications or something else since that file looks binary to me.
I just ask since other people might have the same problem as you.
This is a waste of space. Something important should be here.