Is there any easier tut bout enabling SP..?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: Is there any easier tut bout enabling SP..?

Post by Bushido »

You made a double Post.
Was that needed? Nope. There's an edit Button for a good reason.
You forgot something? Edit the post above and it's k.
Download Senethior's tool package here!
[spoiler=Funny shit]
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.

Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.

Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ


Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
[/spoiler]
Get to know Bushido alias 2Pac alias King-Bushido!
User avatar
boiled_vodka
Member
Posts: 83
Joined: May 18th, 2009, 1:36 am

Re: Is there any easier tut bout enabling SP..?

Post by boiled_vodka »

Do I have to delete all that below..? I think I rid of 'em and got (b) _____________________________________________________________ [result of ctrl + f 'singleplay]
loop
exitwhen OOI1I0==16
set bj_FORCE_PLAYER[OOI1I0]=CreateForce()
call ForceAddPlayer(bj_FORCE_PLAYER[OOI1I0],Player(OOI1I0))
set OOI1I0=OOI1I0+1
endloop
set bj_FORCE_ALL_PLAYERS=CreateForce()
call ForceEnumPlayers(bj_FORCE_ALL_PLAYERS,null)
set bj_cineModePriorSpeed=GetGameSpeed()
set bj_cineModePriorFogSetting=IsFogEnabled()
set bj_cineModePriorMaskSetting=IsFogMaskEnabled()
set OOI1I0=0
loop
exitwhen OOI1I0>=bj_MAX_QUEUED_TRIGGERS
set bj_queuedExecTriggers[OOI1I0]=null
set bj_queuedExecUseConds[OOI1I0]=false
set OOI1I0=OOI1I0+1
endloop
set bj_isSinglePlayer=false
set OOI110=0
set OOI1I0=0
loop
exitwhen OOI1I0>=$C
if(GetPlayerController(Player(OOI1I0))==MAP_CONTROL_USER and GetPlayerSlotState(Player(OOI1I0))==PLAYER_SLOT_STATE_PLAYING)then
set OOI110=OOI110+1
endif
set OOI1I0=OOI1I0+1
endloop
set bj_isSinglePlayer=(OOI110==1)
set bj_rescueSound=CreateSoundFromLabel("Rescue",false,false,false,$2710,$2710)
set bj_questDiscoveredSound=CreateSoundFromLabel("QuestNew",false,false,false,$2710,$2710)
set bj_questUpdatedSound=CreateSoundFromLabel("QuestUpdate",false,false,false,$2710,$2710)
set bj_questCompletedSound=CreateSoundFromLabel("QuestCompleted",false,false,false,$2710,$2710)
set bj_questFailedSound=CreateSoundFromLabel("QuestFailed",false,false,false,$2710,$2710)
set bj_questHintSound=CreateSoundFromLabel("Hint",false,false,false,$2710,$2710)
set bj_questSecretSound=CreateSoundFromLabel("SecretFound",false,false,false,$2710,$2710)
set bj_questItemAcquiredSound=CreateSoundFromLabel("ItemReward",false,false,false,$2710,$2710)
set bj_questWarningSound=CreateSoundFromLabel("Warning",false,false,false,$2710,$2710)
set bj_victoryDialogSound=CreateSoundFromLabel("QuestCompleted",false,false,false,$2710,$2710)
set bj_defeatDialogSound=CreateSoundFromLabel("QuestFailed",false,false,false,$2710,$2710)
_________________________________________________________________________________

There are too many *-save*s and I don't know what to touch.
I need images of the sp tut of the attached file (a).j badly X^X

:edit: and I can't find anything about (gg_trg_save)..
Last edited by boiled_vodka on September 22nd, 2009, 12:31 pm, edited 1 time in total.
User avatar
dDemoneEvil
Old Wrinkly Member
Posts: 200
Joined: September 15th, 2009, 7:20 am

Re: Is there any easier tut bout enabling SP..?

Post by dDemoneEvil »

Try delete :

4576-4578 lines , this:

Code: Select all

if(IOOI00())then
call DisplayTimedTextToForce(OOO1I0(GetOwningPlayer(GetDyingUnit())),60.,"-save command is DISABLED.")
endif

and
4705-4707 lines , this:

Code: Select all

if(IOII00())then
call DisplayTimedTextToForce(OOO1I0(Player(-1+(bj_forLoopAIndex))),60.,"-save command is DISABLED.")
endif
Image
[spoiler="The result if you double posted!"]Image[/spoiler]
User avatar
boiled_vodka
Member
Posts: 83
Joined: May 18th, 2009, 1:36 am

Re: Is there any easier tut bout enabling SP..?

Post by boiled_vodka »

removed those mentioned codes..and fail playing the map.
It returns to the 1st page of lan game.
User avatar
dDemoneEvil
Old Wrinkly Member
Posts: 200
Joined: September 15th, 2009, 7:20 am

Re: Is there any easier tut bout enabling SP..?

Post by dDemoneEvil »

F9 syntax check at Jasscraft.

And try do not delete the 'endif' and see.

Hope this helped :
(05:46:23) Hillo: and about that map
(05:46:29) Hillo: anti-singleplayer is with a boolean
(05:46:35) Hillo: it's something like Wx or something
(05:46:39) Hillo: search for set Wx = false
(05:46:42) Hillo: and make it true
(05:46:47) Hillo: it might have changed
(05:46:50) Hillo: the name of the variable
Image
[spoiler="The result if you double posted!"]Image[/spoiler]
User avatar
UndeadxAssassin
Grammar King
Posts: 2115
Joined: June 22nd, 2008, 10:11 pm
Title: Worst human for 4eva
Location: Mostly USEast

Re: Is there any easier tut bout enabling SP..?

Post by UndeadxAssassin »

Deleting those lines would not do anything. DisplayTimedText is just a text display. It isn't the function that's preventing the save. Just ignore those lines, they don't do anything.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.


(23:44:12) Bartimaeus: I was in pubic school until middle school...


Learn how to extract and read RAW Codes here!

Need help? Click here and ask your question!
User avatar
dDemoneEvil
Old Wrinkly Member
Posts: 200
Joined: September 15th, 2009, 7:20 am

Re: Is there any easier tut bout enabling SP..?

Post by dDemoneEvil »

UndeadxAssassin wrote:Deleting those lines would not do anything. DisplayTimedText is just a text display. It isn't the function that's preventing the save. Just ignore those lines, they don't do anything.

They did .

if(IOII00())then
call DisplayTimedTextToForce(OOO1I0(Player(-1+(bj_forLoopAIndex))),60.,"-save command is DISABLED.")
endif
Image
[spoiler="The result if you double posted!"]Image[/spoiler]
User avatar
Hillo
Forum Staff
Posts: 615
Joined: June 9th, 2008, 9:51 am
Location: Finland

Re: Is there any easier tut bout enabling SP..?

Post by Hillo »

dDemoneEvil wrote:They did .

if(IOII00())then
call DisplayTimedTextToForce(OOO1I0(Player(-1+(bj_forLoopAIndex))),60.,"-save command is DISABLED.")
endif


Fail. It just checks for Io1oi13oiio113oio1iio asdasadsads whatever it is and displays a text message to everyone. As dDemoneEvile quoted me below, the anti-singleplayer is with a variable. It was Wx in 1.360 but I don't know about 1.370.
Image
User avatar
dDemoneEvil
Old Wrinkly Member
Posts: 200
Joined: September 15th, 2009, 7:20 am

Re: Is there any easier tut bout enabling SP..?

Post by dDemoneEvil »

Hillo said so, just upload the map here.
Image
[spoiler="The result if you double posted!"]Image[/spoiler]
User avatar
boiled_vodka
Member
Posts: 83
Joined: May 18th, 2009, 1:36 am

Re: Is there any easier tut bout enabling SP..?

Post by boiled_vodka »

Actually, I've requested the map before trying it out myself.
map-requests-f65/survival-1-370-t14073.html
↑That's the request link. 51 views and 3 replies but no-one has uploaded it :(