cheat mode off

tindi

Chieftain
Joined
Feb 14, 2003
Messages
7
Hi!
I´m playing a scenario where the cheat mode is disabeled.
Is there a way put it on again?

Thanks;)
 
Edit the game.txt file (WordPad will do) that came with the scenario.

Search for @REALLYCHEAT.

You will then probably see something like this:

Code:
@REALLYCHEAT
@width=320
@title=Confirmation
Bla bla bla. You can't cheat.

OK

The Bla bla bla... and OK will most likely say something else.

Below the OK (or whatever that was changed to) add an extra line...

So it will look something like:

Code:
@REALLYCHEAT
@width=320
@title=Confirmation
Bla bla bla. You can't cheat.

OK
Yes I can!

When you play the scenario again, clicking your new button will enable cheat mode.

It doesn't really matter what text you put in there, as long as you don't add/remove any of the empty lines in between.
 
Thanks for the help!
The reason why I wanted to enable the cheat mode was so that I could modify the scenario, not actually to cheat.
Thanks once more.;)
 
I cant get it to work...the only thing that hapens is that when I push the ceat mode button it says what was origenelly written there, and also what I have added, and still the chat mode is on.
This is how the reallycheat file looked like:

Reallycheat
width=320
title=confirmation
cheatmode disabled;)
 
Make sure there's an empty line between the dialog text and the button text... This is what the standard text looks like:

Code:
@REALLYCHEAT
@width=320
@title=Confirmation
If you enable cheat mode, this will be recorded in your game score.
Do you really want to enable cheat mode?

No
Yes

@PLANRETIRE
[...]

So first there's the text, then an empty line, and after that follows the text for the different buttons.

(@PLANRETIRE is the start of the next item)
 
Back
Top Bottom