• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
PokéUpdater

Resource PokéUpdater 2.1.1

dpertierra updated PokéUpdater with a new update entry:

PokéUpdater

The new 2.0.2 release includes a revamped UI, now it does not require the pastebin to only have the updater data, it can have any data as long as it has the GAME_VERSION and DOWNLOAD_URL lines, you can also now have multiple DOWNLOAD_URL lines with different download hosts and the user will be able to choose which one to use.

Read the rest of this update entry...
 
Could it download from a Github release?

Beyond this, when downloading, I got an error that ".DS_Store" already exists, so it can't be replaced.

If you have a multiple saves script that saves to a folder in the game directory, it will delete your saves.

When finishing, its only moving some files to the main folder, deleting what is already there, and some files in temp will just disappear, so the game no longer works.
 
Last edited:
dpertierra updated PokéUpdater with a new update entry:

PokéUpdater

There have been 3 releases since I posted an update here, the link always points to the latest release anyways with the change logs but here are the updates:

VERSION 2.1.1
  • Added fix for crash when trying to update without internet

VERSION 2.1.0
This release is more of a behind the scenes update, it has the following fixes
  • Simplify the file copying and deleting process
  • Fix clean up process by creating and executing a batch script, the code of the...

Read the rest of this update entry...
 
Could it download from a Github release?

Beyond this, when downloading, I got an error that ".DS_Store" already exists, so it can't be replaced.

If you have a multiple saves script that saves to a folder in the game directory, it will delete your saves.

When finishing, its only moving some files to the main folder, deleting what is already there, and some files in temp will just disappear, so the game no longer works.
Regarding the .DS_Store files, I will see if I'm ignoring all dot files or only git ones, the moving files should be improved with the latest release.

Regarding downloads from github is something that I have to look into but I haven't yet
 
I've been stuck on this for some time now. I'm having a problem with the update itself. How should the filesharing page look like? What files are required to be zipped to put in the link? I've tried different ways but keep getting an error when the update box shows up.
 
check_for_updates

i got this issue while putting the check_for_updates at the top of the pbStartLoadScreen method in the UI_Load script under the UI section:

Script 'Section305:280' line in `<class: NameError occured.
undefined local variable or method `check_for_updates' for PokemonLoadScreen:Class

Do you have any solution here? Can you provide a screen?
 
Back
Top