Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Check if Save File exists
- Original author: sertianscompany
- Original date: January 4, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/check-if-save-file-exists.54286/
- Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker MV Support
Summary
Hello everyone! I know this problem is solved and closed here: http://forums.rpgmakerweb.com/index.php?/topic/49606-checking-if-save-file-is-present/#entry491552 Buuuuut, it doesn't work for me, so I guess I'm doing something wrong. basically I want to check (using the conditional branch) if a save file exists.
Archived First Post
Hello everyone!
I know this problem is solved and closed here: http://forums.rpgmakerweb.com/index.php?/topic/49606-checking-if-save-file-is-present/#entry491552
Buuuuut, it doesn't work for me, so I guess I'm doing something wrong.
basically I want to check (using the conditional branch) if a save file exists.
I tried using File.exists("Save01.rvdata2") in the Script box (inside the conditional) but the program says "Undefined is not a function" (I tried as well File.exists?("Save01.rvdata2") but it says "Unexpected end of input").
Also I tried DataManager.save_file_exists? and same problem (Unexpected end of input), so I removed the "?" and no error message but it doesn´t detect the save file.
My save files are inside the save folder.
[IMG]http://s2.postimg.org/kt2tl6cpl/save_files.png[/IMG]
Any ideas?
Protected download
I know this problem is solved and closed here: http://forums.rpgmakerweb.com/index.php?/topic/49606-checking-if-save-file-is-present/#entry491552
Buuuuut, it doesn't work for me, so I guess I'm doing something wrong.
basically I want to check (using the conditional branch) if a save file exists.
I tried using File.exists("Save01.rvdata2") in the Script box (inside the conditional) but the program says "Undefined is not a function" (I tried as well File.exists?("Save01.rvdata2") but it says "Unexpected end of input").
Also I tried DataManager.save_file_exists? and same problem (Unexpected end of input), so I removed the "?" and no error message but it doesn´t detect the save file.
My save files are inside the save folder.
[IMG]http://s2.postimg.org/kt2tl6cpl/save_files.png[/IMG]
Any ideas?
Protected download
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadReferenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...
