• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Multiple save files 2.2

Nice, it works great!

The only suggestion I have is to be able to name your save states. (Ex. Randomized Run, Josh State, Sister State, etc...)
It would probably cause a lot less confusion.
 
Nice, it works great!

The only suggestion I have is to be able to name your save states. (Ex. Randomized Run, Josh State, Sister State, etc...)
It would probably cause a lot less confusion.

Funny, I just came here to say this... I've had numerous people asking me if I could edit the script to name change save files and my answer is simply 'No'... It's not my script and if such a feature were to be added to it, I shall expect it to be public so I will leave Mej to answer these requests.

But I think it should be a setting at least.
 
The only thing is, the way it currently works is iterating through a loop of numbers, that's how it finds the save files. I suppose it could be changed to just get all the files in the directory and cycling through that though. Maybe at some point I will do that.
 
Well can I have a list to edited lines in PSyset_System? I edited mine...
(I hope noone asked this before me)
 
Hey Mej7i, i keep getting this error when trying to load a saved game..

---------------------------
Pokemon Titanium
---------------------------
Script 'PScreen_Load' line 821: ArgumentError occurred.

wrong number of arguments(2 for 0)
---------------------------
OK
---------------------------

heres my script section 800 - 830 in my Pscreen_Load

Code:
                        end
                     end
                     auto=(autoindex==1)?true:nil
                     tempsave=saveslots[@selected][0]
                     @scene.pbEndScene
                     pbSetUpSystem(tempsave,auto)
                     scene=PokemonLoadScene.new
                     screen=PokemonLoad.new(scene)
                     screen.pbStartLoadScreen(tempsave,auto,saveslots[@selected][1])
                     return
                  elsif saveslots[@selected][2]==true
                    tempsave=saveslots[@selected][0]
                    @scene.pbEndScene
                    pbSetUpSystem(tempsave,true)
                    scene=PokemonLoadScene.new
                    screen=PokemonLoad.new(scene)
                    screen.pbStartLoadScreen(tempsave,true,saveslots[@selected][1])
                    return
                  else
                    tempsave=saveslots[@selected][0]
                    @scene.pbEndScene
                    pbSetUpSystem(tempsave,nil)
                    scene=PokemonLoadScene.new
                    screen=PokemonLoad.new(scene)
                    screen.pbStartLoadScreen(tempsave,nil,saveslots[@selected][1])
                    return
                  end  
               end
             end

If you need to know I'm using the Gen 6 Essentails mod
 
Hey Mej7i, i keep getting this error when trying to load a saved game..

---------------------------
Pokemon Titanium
---------------------------
Script 'PScreen_Load' line 821: ArgumentError occurred.

wrong number of arguments(2 for 0)
---------------------------
OK
---------------------------

heres my script section 800 - 830 in my Pscreen_Load

Code:
                        end
                     end
                     auto=(autoindex==1)?true:nil
                     tempsave=saveslots[@selected][0]
                     @scene.pbEndScene
                     pbSetUpSystem(tempsave,auto)
                     scene=PokemonLoadScene.new
                     screen=PokemonLoad.new(scene)
                     screen.pbStartLoadScreen(tempsave,auto,saveslots[@selected][1])
                     return
                  elsif saveslots[@selected][2]==true
                    tempsave=saveslots[@selected][0]
                    @scene.pbEndScene
                    pbSetUpSystem(tempsave,true)
                    scene=PokemonLoadScene.new
                    screen=PokemonLoad.new(scene)
                    screen.pbStartLoadScreen(tempsave,true,saveslots[@selected][1])
                    return
                  else
                    tempsave=saveslots[@selected][0]
                    @scene.pbEndScene
                    pbSetUpSystem(tempsave,nil)
                    scene=PokemonLoadScene.new
                    screen=PokemonLoad.new(scene)
                    screen.pbStartLoadScreen(tempsave,nil,saveslots[@selected][1])
                    return
                  end  
               end
             end

If you need to know I'm using the Gen 6 Essentails mod

You didn't follow the directions, and therefore did not replace your PokemonSystem section
 
hate to be a rude towards your actuation but I re did every step before I posted this reply. Thank you. I will do it again and will reply if it doesn't work again.

I have re-done the steps, i musts of not copied the entire script right works fine now, thanks mej7i
 
Last edited by a moderator:
Hi, I'm sorry to bother you with this, but I can't seem to get your script to work :(
When I save a game, it always warns me that there is already a save-file and if I wish to overwrite it.
If I do, it really does overwrite the existing save-file and also the game immediately crashes with following error:

Spoiler:

(Unfortunately I am not yet allowed to post links...)

The line there says:
pbStoredLastPlayed($game_variables[99],nil)

Like I said: It actually overwrites the existing file and you can not select any other file on the starting screen, also there are no other files in the game saves file on my computer.

It may be worth noting, that I am using Pokemon Essentials 15.1.

What did I do wrong? :(

And another thing I was wondering: How do you limit the amount of possible game files?

Thank you for your help in advance.

PS: Also, I am not even able to save normally right now. It always warns me about there already being a save file, proceeds to save and finally crashes...
PPS: Before you ask: Yes, I used the printable version of the thread.

PPPS: Fixed it myself, thanks anyways.
Still I'm curious if there is a limit to the save files, or a possibility to limit them?
 
Last edited:
Hey everybody,
i have the same probleme like Phigo but without any error:

From Phigo:
When I save a game, it always warns me that there is already a save-file and if I wish to overwrite it.
If I do, it really does overwrite the existing save-file ...
....
It actually overwrites the existing file and you can not select any other file on the starting screen, also there are no other files in the game saves file on my computer.

I get no error or something .... so i dont know where to start to solve the problem ... :( help me!!!! ^^

I use Essentials v16 and i do exactly that what i read in your tutorial ... sitting there and try to solve the problem like 7-9 hours >.< ..... please help me
 
In my project appears only slot 1 to play, someone could help me ?
 
hi, the script works fine but i can't see the names of the saved files... any help?
[PokeCommunity.com] Multiple save files 2.2
 
I like this system, thank you!!
 
Back
Top