Some help Please!
Moderator: Cheaters
-
- Old Wrinkly Member
- Posts: 284
- Joined: August 7th, 2008, 7:58 pm
- Title: Unstoppable
- Location: Amsterdam Yab Yum sex club
Some help Please!
Hay people can anybody find the singleplayer trigger on this?
I was trying to cheat it my self but the tutorial's posted on this r not helping at all.
I was trying to cheat it my self but the tutorial's posted on this r not helping at all.
You do not have the required permissions to view the files attached to this post.

-
- Grammar King
- Posts: 2119
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: Some help Please!
It would help a bit if you told us what happens when you try to play single player. It makes it easier when you know what you're looking for because there are like millions of different things that can happen in single player.
Offtopic: That avatar is familiar...is it Wolf Guy?
EDIT: Okay, I found it. Save is disabled in single player. This starts at line 14163.
Delete this line and saving will be enabled
Offtopic: That avatar is familiar...is it Wolf Guy?
EDIT: Okay, I found it. Save is disabled in single player. This starts at line 14163.
Code: Select all
function O162650 takes nothing returns nothing
call InitGameCacheBJ("MapName.w3v")
if(SaveGameCache(bj_lastCreatedGameCache)==true)then
call DisableTrigger(udg_trigger154)
call DisplayTimedTextToForce(udg_force01,30,"Single Player Mode: Save System |c00FF0000Disabled|r")
else
call DisplayTimedTextToForce(udg_force01,30,"Multi Player Mode: Save System |c00FF0000Enabled|r")
endif
endfunction
Code: Select all
call DisableTrigger(udg_trigger154)
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
Re: Some help Please!
Nope, I've tried it that way, it doesn't give you one.
Download Senethior's tool package here!
Get to know Bushido alias 2Pac alias King-Bushido!
Spoiler for Funny shit:
-
- Grammar King
- Posts: 2119
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: Some help Please!
What map is it?
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
-
- Old Wrinkly Member
- Posts: 284
- Joined: August 7th, 2008, 7:58 pm
- Title: Unstoppable
- Location: Amsterdam Yab Yum sex club
Re: Some help Please!
Well i would have given you some nfo but there is none when i type -save in singleplayer it gives nothing shows nothing
ah and yes it's wolf guy
Someone tell me pls what's wrong with this, i did some furst time HACKING and it's not working

ah and yes it's wolf guy

Someone tell me pls what's wrong with this, i did some furst time HACKING and it's not working

You do not have the required permissions to view the files attached to this post.
Last edited by mokarecman on December 25th, 2009, 4:39 pm, edited 1 time in total.

-
- Grammar King
- Posts: 2119
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: Some help Please!
Check your request, I just did it, it's in fulfilled.. I'm too lazy to link to it right now ^^.
Basically, there were two or three different triggers that disabled the save trigger, I just deleted those. The easy step is to do this:
Search for "single" and eventually you'll find where it says single player is detected, blah blah blah. If you can't find that, look in the .w3s file (the strings) and search for single. If you find it in there, look at the string number then go back to the .j and search TRIGSTR_### then find a code that disables save and delete it.
udg_trigger154 was the save trigger in this case, if you wanna go back and see it yourself.
Basically, there were two or three different triggers that disabled the save trigger, I just deleted those. The easy step is to do this:
Search for "single" and eventually you'll find where it says single player is detected, blah blah blah. If you can't find that, look in the .w3s file (the strings) and search for single. If you find it in there, look at the string number then go back to the .j and search TRIGSTR_### then find a code that disables save and delete it.
udg_trigger154 was the save trigger in this case, if you wanna go back and see it yourself.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Old Wrinkly Member
- Posts: 284
- Joined: August 7th, 2008, 7:58 pm
- Title: Unstoppable
- Location: Amsterdam Yab Yum sex club
Re: Some help Please!
Yeah i get it man i actually found those triggers but the thing is it get's corrupted, i read all the tut's on this but no one explayns how to finish this thing and puting it back together.
ps: i'm using mpq master for extracting and adding the .j
ps: i'm using mpq master for extracting and adding the .j

-
- Grammar King
- Posts: 2119
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: Some help Please!
I did the same, I dunno how it got corrupted, but mine didn't.
Just start over, I suppose. You finish it the same way you finish adding anything. Save -> Back to MPQ -> Add File(s) -> war3map.j
Just start over, I suppose. You finish it the same way you finish adding anything. Save -> Back to MPQ -> Add File(s) -> war3map.j
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Old Wrinkly Member
- Posts: 284
- Joined: August 7th, 2008, 7:58 pm
- Title: Unstoppable
- Location: Amsterdam Yab Yum sex club