• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
Resource icon

Resource Autosave Feature 1.2

Caruban

Cooltrainer
Member
Joined
Sep 24, 2020
Posts
173
Caruban submitted a new resource:

Autosave Function - Don't forget to save your game progress!

Autosave Feature
View attachment 8122View attachment 8123
With this plugin, the game will be saved after the player catches a Pokemon or transferred into another map.
Except :
- Transferred between 2 indoor maps
- Transferred between 2 connected maps
- Transferred while doing the safari game
- Transferred while doing a bug catching contest
- Transferred while doing...

Read more about this resource...
 
Last edited:

DaisukeDoi7

Rookie
Member
Joined
May 10, 2021
Posts
6
Hey, so I was using the newest version of this script in the recent version of essentials (v20.1 of course), and I encountered an error whenever I start a new game after a game is already saved. I tried going into the plugin myself to try and figure out what went wrong, but I'm not exactly sure myself.

[Pokémon Essentials version 20.1]

Exception: NoMethodError
Message: undefined method `areConnected?' for nil:NilClass

Backtrace:
[Autosave Feature v20] AutosaveFeature.rb:79:in `block in <main>'
035:Event_Handlers:89:in `block in trigger'
035:Event_Handlers:89:in `each_value'
035:Event_Handlers:89:in `trigger'
036:Event_HandlerCollections:63:in `trigger'
044:Game_MapFactory:147:in `setMapChanged'
044:Game_MapFactory:26:in `setup'
032:Scene_Map:72:in `transfer_player'
032:Scene_Map:166:in `block in update'
032:Scene_Map:159:in `loop'
 

Caruban

Cooltrainer
Member
Joined
Sep 24, 2020
Posts
173
Hey, so I was using the newest version of this script in the recent version of essentials (v20.1 of course), and I encountered an error whenever I start a new game after a game is already saved. I tried going into the plugin myself to try and figure out what went wrong, but I'm not exactly sure myself.
Thanks for your report, there is a change for v20 map factory global variable, I will update the script
 

REALMUGEN

Trainer
Member
Joined
Jan 23, 2020
Posts
74
Thank you for this amazing script.

The only drawback I have sometimes is the following. If an event is configured, for example, as follows:

Sin título.png


Let's imagine I go out that door, the game saves automatically and then I load the game at exactly the same point... When I restart the game the last two actions (Move Down & Change Screen Color Tone) have not been executed, so when I come back sometimes I have a completely white screen tone because the game was saved just after the transfer and not after the event has finished. Is there any way to solve this? Maybe I'm designing the event wrong? Maybe I'm doing something wrong...
 

Caruban

Cooltrainer
Member
Joined
Sep 24, 2020
Posts
173
Thank you for this amazing script.

The only drawback I have sometimes is the following. If an event is configured, for example, as follows:

View attachment 14375

Let's imagine I go out that door, the game saves automatically and then I load the game at exactly the same point... When I restart the game the last two actions (Move Down & Change Screen Color Tone) have not been executed, so when I come back sometimes I have a completely white screen tone because the game was saved just after the transfer and not after the event has finished. Is there any way to solve this? Maybe I'm designing the event wrong? Maybe I'm doing something wrong...
Did it happen to every door or just this specific door?
 

REALMUGEN

Trainer
Member
Joined
Jan 23, 2020
Posts
74
Did it happen to every door or just this specific door?
It happens at least on every door with that setup, but it's funny, I think it depends on the exact moment the autosave is executed. Sometimes I load the game and it starts just as the character is entering the map, other times I see the image tone covering the whole screen (I can operate the character, but I need to go back and re-enter to fix it) (sometimes in the same door). I'm thinking maybe some way to delay the autosave, give a few seconds to wait for the event to finish, or, I don't know.
 
Back
Top