Artifact TD - Trigger

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Awrynn
Newcomer
Posts: 18
Joined: December 27th, 2008, 2:52 pm

Artifact TD - Trigger

Post by Awrynn »

Map: Artifact TD - v1.20

Description:(*Optional) In this map you build towers to defeat waves of 10 mobs at a time(a total of 40 waves and a damage-test in the end.)
There is a spawn, a "goal"(the place they run to, and if they reach it you looses life) and 3 checkpoints(which, obviously, they have to run through).
When you finish the 40 rounds and come to the Damage-Test, you will achieve points(called "score" in this game) which is calculated after how much damage you did to the Damage-Test and your remaining lifes. (as far as I know atleast).
This score is then texted to you on the screen in a loading code, consisting of 3,4,3 letters, all capital.
An example of a loading code would be "-load KJX-WRLK-IEY" (note the "-load" you have to type everytime to load, it is the CAPITAL LETTERS that are name related, as in, only the one that GOT the code, fx. "Awrynn" plays and gets a code, that code is ONLY gonna work on the account "Awrynn"


Request!!!!: The code you get when completing the damage-test is multiplayer mode only, what value do i have to change to make it generate a code in singleplayer as well?


Thanks in advance.
You do not have the required permissions to view the files attached to this post.
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: Artifact TD - Trigger

Post by Kryptonyte »

I admire how much you want this request done, but don't write descriptions like that, no one really reads them.

Anyways.

1) You don't need to deprotect it.

2) I'd GUESS (Just a guess, not sure) that it just turns the trigger off that gives the players the code at the end of the game if it's single player.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
Awrynn
Newcomer
Posts: 18
Joined: December 27th, 2008, 2:52 pm

Re: Artifact TD - Trigger

Post by Awrynn »

Aye but what trigger is it? There is a... wall of text, and i have searched through it with various keywords, and so far, haven't been able to find it, got any clue as to what phrase(s) to look for?
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: Artifact TD - Trigger

Post by Kryptonyte »

Code: Select all

function InitTrig_CodegenRun takes nothing returns nothing
set gg_trg_CodegenRun=CreateTrigger()
call DisableTrigger(gg_trg_CodegenRun)
call TriggerAddAction(gg_trg_CodegenRun,function Trig_CodegenRun_Actions)
endfunction
Change that to...

Code: Select all

function InitTrig_CodegenRun takes nothing returns nothing
set gg_trg_CodegenRun=CreateTrigger()
call EnableTrigger(gg_trg_CodegenRun)
call TriggerAddAction(gg_trg_CodegenRun,function Trig_CodegenRun_Actions)
endfunction
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
Awrynn
Newcomer
Posts: 18
Joined: December 27th, 2008, 2:52 pm

Re: Artifact TD - Trigger

Post by Awrynn »

cant find that function in the triggers :S
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: Artifact TD - Trigger

Post by Kryptonyte »

Of course you can't.

Ugh.
You do not have the required permissions to view the files attached to this post.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
Awrynn
Newcomer
Posts: 18
Joined: December 27th, 2008, 2:52 pm

Re: Artifact TD - Trigger

Post by Awrynn »

I just tried that version of the map, however when i complete the game i still get the message "you do not receive a code in single player" :S
User avatar
Kryptonyte
Forum Staff
Posts: 1400
Joined: March 17th, 2008, 12:07 am

Re: Artifact TD - Trigger

Post by Kryptonyte »

Try this...

It shouldn't say "Final statistics" like normal, it will only give you the code.
You do not have the required permissions to view the files attached to this post.
Image
Made by the late ILikeHacking

My quote from SKillER
Spoiler:
Chat wrote:(19:12:41) SKillER: newfags cant triforce
(19:20:30) SKillER: ▲
▲ ▲
(19:20:35) SKillER: aww
(19:20:37) FatherSpace: FAIL
(19:20:43) Kryptonyte: Wow stop failing.
(19:20:47) SKillER: ▲
▲ ▲
(19:21:41) Kryptonyte: .

. ▲
▲ ▲
(19:22:20) Kryptonyte: I guess you were right, newfags can't triforce.
(19:22:29) SKillER: . . ▲
▲ ▲
(19:23:04) SKillER: OMFG
(19:23:06) SKillER: ... THIS CHAT
(19:23:06) SKillER: !
(19:23:36) SKillER: ▲
▲ ▲
(19:23:46) SKillER: ▲
.▲ ▲
Apparently, SKillER is a newfag.
Awrynn
Newcomer
Posts: 18
Joined: December 27th, 2008, 2:52 pm

Re: Artifact TD - Trigger

Post by Awrynn »

Same problem, code can not be received in single player :(
Awrynn
Newcomer
Posts: 18
Joined: December 27th, 2008, 2:52 pm

Re: Artifact TD - Trigger

Post by Awrynn »

BUMP

Anyone can help me on this? :)