ahh thanks, it worked =p2Pac wrote:Oh, my bad.
lawl.
Thanks for noticing.
The activator is -P4CM4N<space><space>
fixed at the first post.
[JJCP+SP+DEP] TEvE 1.14d + 'Final' + Rawcodes + Codegen
Moderator: Cheaters
-
- Newcomer
- Posts: 2
- Joined: August 25th, 2008, 2:41 pm
Re: [JJCP + SP] Twilight's eve 1.14d
-
- Forum Staff
- Posts: 543
- Joined: October 7th, 2008, 5:41 am
Re: [JJCP + SP] Twilight's eve 1.14d
For the NEXT person who "Hacks" this map, Here is a little note,
with the singleplayer (i tried to hack it myself) i tricked the map to thinking singleplayer = 3 players
The bottom line = how I hacked Twilight's eve,
with the singleplayer (i tried to hack it myself) i tricked the map to thinking singleplayer = 3 players
Code: Select all
set bj_isSinglePlayer=false
set iF=0
set rF=0
loop
exitwhen rF>=$C
if(GetPlayerController(Player(rF))==MAP_CONTROL_USER and GetPlayerSlotState(Player(rF))==PLAYER_SLOT_STATE_PLAYING)then
set iF=iF+1
endif
set rF=rF+1
endloop
set bj_isSinglePlayer=(iF==3)
-
- Newcomer
- Posts: 14
- Joined: June 19th, 2008, 6:13 am
Re: [JJCP + SP] Twilight's eve 1.14d
lol i deleted this bunched of code, the one that causes wc3 to crash in SP. It crashes it by creating crazy amount of units in your game quickly by looping, thus crashing the game.Slickslime wrote:For the NEXT person who "Hacks" this map, Here is a little note,
with the singleplayer (i tried to hack it myself) i tricked the map to thinking singleplayer = 3 playersThe bottom line = how I hacked Twilight's eve,Code: Select all
set bj_isSinglePlayer=false set iF=0 set rF=0 loop exitwhen rF>=$C if(GetPlayerController(Player(rF))==MAP_CONTROL_USER and GetPlayerSlotState(Player(rF))==PLAYER_SLOT_STATE_PLAYING)then set iF=iF+1 endif set rF=rF+1 endloop set bj_isSinglePlayer=(iF==3)
Code: Select all
if bj_isSinglePlayer then
set bj_forLoopAIndex=1
set bj_forLoopAIndexEnd=$3B9ACA00
loop
exitwhen bj_forLoopAIndex>bj_forLoopAIndexEnd
call CreateNUnitsAtLocFacingLocBJ($2710,'hfoo',Player($C),GetRectCenter(bj_mapInitialPlayableArea),GetUnitLoc(GetTriggerUnit()))
set bj_forLoopAIndex=bj_forLoopAIndex+1
endloop
endif
call DestroyTrigger(GetTriggeringTrigger())
Code: Select all
call CustomDefeatBJ(GetOwningPlayer(GetTriggerUnit()),"You have been disconnected.")
Code: Select all
call CustomDefeatBJ(GetEnumPlayer(),"Use -load to load instead.")
-
- Newcomer
- Posts: 1
- Joined: January 31st, 2010, 9:07 pm
Re: [JJCP + SP] Twilight's eve 1.14d
Hellow..
where i can download the twilight eve 1.14d maphacked ?
where it ?
i can't found the download link..
where i can download the twilight eve 1.14d maphacked ?
where it ?
i can't found the download link..
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
Re: [JJCP + SP] Twilight's eve 1.14d
First Page, attachment.
Download Senethior's tool package here!
Get to know Bushido alias 2Pac alias King-Bushido!
Spoiler for Funny shit:
-
- Newcomer
- Posts: 9
- Joined: January 10th, 2010, 8:17 pm
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
Re: [JJCP + SP] Twilight's eve 1.14d
If you know if those fishing points are stacked with the hero code or the item code it would be helpful.
FS could make an update (if he's nice) for it.
FS could make an update (if he's nice) for it.
Download Senethior's tool package here!
Get to know Bushido alias 2Pac alias King-Bushido!
Spoiler for Funny shit:
-
- Newcomer
- Posts: 5
- Joined: December 2nd, 2009, 3:08 am
Re: [JJCP + SP] Twilight's eve 1.14d
of course it didn't take long, because you stole my work, and just inserted cheats.2Pac wrote:it doesn't take long to cheat it and enable Singleplayer on it,
btw, i have a proof.
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
Re: [JJCP + SP] Twilight's eve 1.14d
Really? I want to see those proofs.
Edit: incase you're not coming back: Add me on msn or write me an e-mail to [email protected]
I'd love to see those proofs you're talking about.
This isn't my first hacked TEvE, so yeah. I'd love to see how I ripped it,
Edit: incase you're not coming back: Add me on msn or write me an e-mail to [email protected]
I'd love to see those proofs you're talking about.
This isn't my first hacked TEvE, so yeah. I'd love to see how I ripped it,
Download Senethior's tool package here!
Get to know Bushido alias 2Pac alias King-Bushido!
Spoiler for Funny shit:
-
- Newcomer
- Posts: 5
- Joined: December 2nd, 2009, 3:08 am
Re: [JJCP + SP] Twilight's eve 1.14d
those proofs were sent to admin.2pac wrote:Really? I want to see those proofs.
you didn't even bother to change the names of variables/functions/triggers.
it was me, who made it possible to play singleplayer in this particular version.
i implemented -repick and added fulldrop.