cheats deactivated???

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

rodgel_j20
Newcomer
Posts: 9
Joined: June 23rd, 2007, 4:39 am

cheats deactivated???

Post by rodgel_j20 »

Is it possible to deactivate the cheats after activating the trigger code???
For example you activate the trigger then you want to deactivate it again, is it
possible? Can we add a deactivation trigger...??? :? :? :?
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: cheats deactivated???

Post by Arabidnun »

rodgel_j20 wrote:Is it possible to deactivate the cheats after activating the trigger code???
For example you activate the trigger then you want to deactivate it again, is it
possible? Can we add a deactivation trigger...??? :? :? :?

Basically all the cheat trigger does is


-cheat can also mean their activation code..its only a string
-unit group* is just a name of a unit group you can have anything depending on who made it

Event:
-Player types -cheat as an exact match

Condition:
-none

Actions:
-add triggering player to unit group*


Then we have this trigger, that checks for the cheats when you activate them

Event:
-player types -maphack

condtion:
Player is in unit group*

Action:
Reaveal playable map for triggering player


So....all you have to do is make a opposite trigger...

Event:
-Player types -cheat off as an exact match(yet again -cheat off just a activation string)

Condition:
-player is in unit group*

Actions:
-remove triggering player from unit group*

So now when he types -maphack or something, it will not activate due to the fact he doesn't belong to the unit group to activate to get it....Got it?
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: cheats deactivated???

Post by Bartimaeus »

Moved to GUI section. Arabidnun is correct, this would be how you deactivate cheats. Although, I'm not too certain why you would want to...
User avatar
Sepharael
Forum Staff
Posts: 533
Joined: April 3rd, 2007, 11:39 pm
Title: Legendary Angel

Re: cheats deactivated???

Post by Sepharael »

I don't really know either Bart O.o I don't really see the need for a deactivator, if anyone sees some logic or reasoning on this then feel free to enlighten me on the subject.
rodgel_j20
Newcomer
Posts: 9
Joined: June 23rd, 2007, 4:39 am

Re: cheats deactivated???

Post by rodgel_j20 »

I did not get it, sorry... can you give me the exact commands that
I will add to .j file so that I can deactivate the trigger? :(
Arabidnun
Forum Staff
Posts: 506
Joined: August 5th, 2007, 1:38 pm
Title: Gui Expert
Location: *Unknown*

Re: cheats deactivated???

Post by Arabidnun »

The problem is:

#1) I do not know the cheat activator for that game(only makes it easier on me)
#2) I do not know the group that you are added to to regular cheat activator
#3) I do not know the cheat deactivator code that you want on your map

So its best for you to post the map you want cheated and have me or somone like Bart or Aero or Dekar add the cheat deactivator for you.

P.S Tell us what you want the cheat deactivator to me... Example -cheats<space><space> off
rodgel_j20
Newcomer
Posts: 9
Joined: June 23rd, 2007, 4:39 am

Re: cheats deactivated???

Post by rodgel_j20 »

I am using aero's cheatpack but I changed the activator to -ma<space><space> can you help
me to add a deactivator? can you add -ma<space> to be the deactivator?

I really2x appreciate your your help...
Thank you very much :D
User avatar
AznFlamerX
Newcomer
Posts: 13
Joined: February 25th, 2008, 9:36 am
Location: Us.West(Loaderon) AznFlamer

Re: cheats deactivated???

Post by AznFlamerX »

There's something i don't understand, what's the difference if just activate your trigger code if u want to stop, can't you just stop typing in trigger commands?
Image
User avatar
Bartimaeus
Tyrannical Drama Queen
Posts: 4430
Joined: November 19th, 2007, 5:05 am
Been thanked: 2 times

Re: cheats deactivated???

Post by Bartimaeus »

AznFlamerX wrote:There's something i don't understand, what's the difference if just activate your trigger code if u want to stop, can't you just stop typing in trigger commands?
Yes, as me and Sepharael were saying, it's rather useless and a general waste of time.