Sorry, but first the requester on that topic you mention say that he have no problem with single player then i just add JJCP( i say i "added JJCP" not "Enable SP").
But the strange here is that the map i added JJCP, i can play the map normally without crash.(most of you guy play this map have crash).
[SP-JJCP] The World SS3 - EN v0.04c
Moderator: Cheaters
-
- Old Wrinkly Member
- Posts: 219
- Joined: April 21st, 2009, 12:30 am
- Location: Việt Nam
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: [JJCP] [EN]twrpgS3v0.04b_Fixed
hey buddy, try fulfilling this? I'm a little tired with codes today.whitegun wrote:Sorry, but first the requester on that topic you mention say that he have no problem with single player then i just add JJCP( i say i "added JJCP" not "Enable SP").
But the strange here is that the map i added JJCP, i can play the map normally without crash.(most of you guy play this map have crash).
I didn't even manage to enable sp for this, with bart's way on twrpgs2.
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: [JJCP] [EN]twrpgS3v0.04b_Fixed
call Preloader("Snowglobe2.mdx")
delete that line
delete that line
Spoiler for contents of Snowglobe2.mdx:
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: [JJCP] [EN]twrpgS3v0.04b_Fixed
deleted, it still can't be played in SP...Kyoshiro wrote:call Preloader("Snowglobe2.mdx")
delete that lineSpoiler for contents of Snowglobe2.mdx:
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: [JJCP] [EN]twrpgS3v0.04b_Fixed
There's another "if ReloadGameCachesFromDisk() then" somewhere in the .j file - as far as I can tell, that's basically another way of checking if the game is singleplayer. There should also be a DisableSaving/DisableLoading triggers...and if I recall, the DisableTrigger(ov) or whatever, (basically, the one for saving), is repeated somewhere else, so look into that, too. There might have been one other thing, but I can't remember what if so.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: [JJCP] [EN]twrpgS3v0.04b_Fixed
Here it is, I don't know how to, what to do with it. Never had this in my experience.Bartimaeus wrote:There's another "if ReloadGameCachesFromDisk() then" somewhere in the .j file - as far as I can tell, that's basically another way of checking if the game is singleplayer. There should also be a DisableSaving/DisableLoading triggers...and if I recall, the DisableTrigger(ov) or whatever, (basically, the one for saving), is repeated somewhere else, so look into that, too. There might have been one other thing, but I can't remember what if so.
Spoiler:
Spoiler:
-
- Newcomer
- Posts: 15
- Joined: November 26th, 2012, 1:01 am
Re: [SP] [EN]twrpgS3v0.04c
now my friend can enable SP mode
i change tag to SP only
i change tag to SP only
You do not have the required permissions to view the files attached to this post.
-
- Junior Member
- Posts: 25
- Joined: September 11th, 2012, 6:53 pm
Re: [SP] The World SS3 - EN v0.04c
Can this still be completed with JjCP as originally requested or should I post a new topic now that it's changed?
-
- Tyrannical Drama Queen
- Posts: 4430
- Joined: November 19th, 2007, 5:05 am
- Been thanked: 2 times
Re: [SP] The World SS3 - EN v0.04c
@Dog, the preloader bit is fine, (I think).
For the other thing, this is what I would do...
if ((ReloadGameCachesFromDisk()))then
set mV=hl("abcdefghijlkponmqrstuvwxyzABCDEFGHKLMNOPQRSTUVWXYZ0123456789@#$%&?")
set KV=jV
set lV="password"
set LV=2
else
set mV=hl("abcdefghijlkponmqrstuvwxyzABCDEFGHKLMNOPQRSTUVWXYZ0123456789@#$%&?")
set KV=jV
set lV="password"
set LV=2
Since ReloadGameCachesFromDisk seems to detect if you're playing in singleplayer, you'd want it to use the stuff that it wasn't using in singleplayer.
For the other thing, this is what I would do...
if ((ReloadGameCachesFromDisk()))then
set mV=hl("abcdefghijlkponmqrstuvwxyzABCDEFGHKLMNOPQRSTUVWXYZ0123456789@#$%&?")
set KV=jV
set lV="password"
set LV=2
else
set mV=hl("abcdefghijlkponmqrstuvwxyzABCDEFGHKLMNOPQRSTUVWXYZ0123456789@#$%&?")
set KV=jV
set lV="password"
set LV=2
Since ReloadGameCachesFromDisk seems to detect if you're playing in singleplayer, you'd want it to use the stuff that it wasn't using in singleplayer.
-
- Forum Staff
- Posts: 1470
- Joined: November 3rd, 2010, 10:48 am
- Title: Best Player
- Location: Singapore
Re: [SP] The World SS3 - EN v0.04c
I see you changed the JV to jV,Bartimaeus wrote:@Dog, the preloader bit is fine, (I think).
For the other thing, this is what I would do...
if ((ReloadGameCachesFromDisk()))then
set mV=hl("abcdefghijlkponmqrstuvwxyzABCDEFGHKLMNOPQRSTUVWXYZ0123456789@#$%&?")
set KV=jV
set lV="password"
set LV=2
else
set mV=hl("abcdefghijlkponmqrstuvwxyzABCDEFGHKLMNOPQRSTUVWXYZ0123456789@#$%&?")
set KV=jV
set lV="password"
set LV=2
Since ReloadGameCachesFromDisk seems to detect if you're playing in singleplayer, you'd want it to use the stuff that it wasn't using in singleplayer.
they both are constant integers of the same value.
what happens if you change it?
Can you explain i'm confused.
Tested and it still didn't work on SP the characters are not shown.