how to "synergy" (the converted singpleplayer cheat?)

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
XD!
Senior Member
Posts: 156
Joined: May 15th, 2012, 6:09 pm

how to "synergy" (the converted singpleplayer cheat?)

Post by XD! »

Other stuffs had been easily made available by popular CP makers as for these ones:
-mh "iseedeadpeople"
-mana / mr.9999 "thereisnospoon"
-nocd "thedudeabides,thedudeabides"

??? I think it's impossible to mimic this: "iocainepowder "

And for "whoisjohngalt" ...typically it's similar to this:

Code: Select all

call SetPlayerTechResearchedSwap('Rhme',max_n_upgrades,All_Players)
.
.
.
//upto
call SetPlayerTechResearchedSwap('Rnsb',max_n_upgrades,All_Players)

//and since most maps has custom upgrades: (need to have an added 46656 lines)
call SetPlayerTechResearchedSwap('R000',max_n_upgrades,All_Players)
.
.
.
//upto
call SetPlayerTechResearchedSwap('RZZZ',max_n_upgrades,All_Players)
...my problem is about the "synergy" cheat :(
I'm kinda lacking to know where to search at world editor something related to typically unlocking all tech trees.
. . .
User avatar
haxorico
Super Moderator
Posts: 3191
Joined: February 24th, 2009, 1:31 pm
Location: JEW LAND

Re: how to "synergy" (the converted singpleplayer cheat?)

Post by haxorico »

To see if I have you corrected, you want to know how to code the SinglePlayer cheats? Like - whosyourdaddy - ?
Image
Spoiler:
(02:24:09)

Code: Select all

ChatBot: FatherSpace logs into the Chat.
(02:24:28) Lanaya: Gtfo ken.
(02:24:33) ChatBot: FatherSpace logs out of the Chat.
(02:24:40) Lanaya: Thought so. bitch.
(02:24:44) ChatBot: FatherSpace logs into the Chat.
(02:24:48) FatherSpace: Can I come back yet?
(02:24:51) Lanaya: What'd i say earlier.
(02:24:51) Lanaya: No.
(02:24:58) FatherSpace: Let's try this...
(02:25:01) ChatBot: Lanaya has been logged out (Kicked).

Code: Select all


(14:33:51) 2Pac: Do you know what'S so funny?
(14:34:01) Lanaya: No, please show me.
(14:34:07) 2Pac: This.
(14:34:09) ChatBot: Lanaya has been logged out (Kicked).
(14:34:10) 2Pac: 

Code: Select all

(14:35:59) haxorico: No one will belive me if I say "I got this song from 2pac on MSN" lolz ^^
(14:36:02) Lanaya: lolz.
(14:36:16) 2Pac: I AIN'T DEAD FFS.
(14:36:26) 2Pac: I'm a living legend, y'now.
(14:37:17) haxorico: why is 2Pac a legend?
(14:37:28) Lanaya: He's the worse rapper evar.

Code: Select all

(15:42:51) Lanaya: can i suck , . . .

Code: Select all

(13:55:21) ChatBot: 2Pac rolls 1d100 and gets 1.
(13:55:21) ChatBot: haxorico rolls 1d2 and gets 2.
(13:55:27) haxorico: owned?

Code: Select all

GeorgeMots: xplain what happens in SP. Why cant you save?
dast.-:i need play with 2 players

Code: Select all

(21:53:08) (673237): plzplzplz, im sorry about before.
(21:53:26) FatherSpace: I'm sorry you were born.
(21:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(10:08:02) Bartimaeus: you do know run I youtube channel for my favorite music, right?
User avatar
XD!
Senior Member
Posts: 156
Joined: May 15th, 2012, 6:09 pm

Re: how to "synergy" (the converted singpleplayer cheat?)

Post by XD! »

Yes, Thanks for replying.

Code: Select all

riseandshine	Automatic Daylight
lightsout	Automatic Night
synergy	Disable the Tech Tree
WhoIsJohnGalt	Enable Research
keysersoze #	Enter any number for "#" that you want in gold
leafittome #	Enter any number for "#" that you want in wood
greedisgood	Gives 500 gold and lumber (Adding more to the end will give you more)
whosyourdaddy	God Mode
somebodysetupusthebomb	Instant Loss
allyourbasearebelongtous	Instant Victory
motherland (race) (level)	Level Select (Enter race, level without parenthesis) ex: (motherland orc 03)
abrakadabra	Makes trees disappear
TheDudeAbides	No wait time between spell casting
=	Re-enters the last code you typed.
PointBreak	Removes Food Limit
DaylightSavings [hour]	Reset the time to the hour specificed (without a number, this toggle the day/night cycle on/off)
Iseedeadpeople	Reveal Map
thereisnospoon	Unlimited Mana for Troops
sharpandshiny	Upgrade everything one level
warpten	Very Fast Build
StrengthandHonor	You Cannot Lose
itvexesme	You Cannot Win
iocainepowder	You Will Die Fast
WhoIsJohnGalt Enable Research
The previous code could be mimic'd by doing:
call SetPlayerTechResearchedSwap('Rnsb',max_n_upgrades,All_Players)
---I found this in Xantan's cheat for Island defense, but I need the jass codes to make it readily applicable to most maps so is likely to be done for the said generic cheatpack is to include in detail the 46656 rawcodes added to 89 non-custom ones e.g Pillage, ultravision, etc.

Sorry if it took a lot to explain. But think of "iseedeadpeople" = "1234567890!@#$%^mh." of Fai's CP.

Now with previous illustration made, synergy = "unlocks techtrees", or as

http://www.gamefaqs.com/pc/919870-warcr ... est/cheats

puts it = "disables techtree" ; how to triggify it?

@Haxorico:
Yes the jass lines or if it's ok.. I'm also looking for the worldedit gui triggers that's best similar to "synergy" WC3 SP cheat applied to Multipplayer
. . .