Single Player
Moderator: Cheaters
-
- Newcomer
- Posts: 2
- Joined: March 22nd, 2007, 1:35 am
Single Player
Hello sorry if this has been asked before or explained before (did a search and didn't find anything) but could someone explain to me how I could make save and load work in an RPG?
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
Well, it varies from map to map, however, I commonly see this method for disabling saving... You bascially just scroll through the jass or use ctrl+F (find) and search for 'save' 'single' 'load' and check the conditions etc, otherwise, look for something that disables another trigger.
Example:
The two red lines are places where you would change something if you wanted to reverse whats happening, Firstly, you can change the false to true, so it always ends up true and you can save, secondly, you can delete the trigger line that disables the trigger.
Look for things like this and you should be able to enable single player in most rpgs, however, there are many methods of disabling saving etc.
Example:
The two red lines are places where you would change something if you wanted to reverse whats happening, Firstly, you can change the false to true, so it always ends up true and you can save, secondly, you can delete the trigger line that disables the trigger.
Look for things like this and you should be able to enable single player in most rpgs, however, there are many methods of disabling saving etc.
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
-
- Newcomer
- Posts: 15
- Joined: July 13th, 2007, 4:58 pm
-
- Senior Member
- Posts: 101
- Joined: June 1st, 2007, 9:05 pm
Re: Single Player
Smart mappers will use a player group loop, or a game cache check. And some random conditions that check if the trigger is on or off throughout the map.
And you don't open a map in JassCraft, you open it's .j file. To do that, you open the map up with an MPQ editor, extract war3map.j, and THEN open it up with JassCraft. It might be hidden (in the MPQ) but there are already places here that explain what to do about that (I think...).
And you don't open a map in JassCraft, you open it's .j file. To do that, you open the map up with an MPQ editor, extract war3map.j, and THEN open it up with JassCraft. It might be hidden (in the MPQ) but there are already places here that explain what to do about that (I think...).
-
- Junior Member
- Posts: 30
- Joined: June 24th, 2007, 10:32 pm
Re: Single Player
The guarunteed way to enable Save and Load triggers, is look for all lines saying: "DisableTrigger( <Save Trigger Variable> )" and delete them.
-
- Newcomer
- Posts: 22
- Joined: July 3rd, 2007, 11:22 pm
- Location: Heaven
Re: Single Player
This really helped me
Thumbs up
Thumbs up
----------------- Clan VbU - Vampirism beast United -----------------