Angels with Scaly Wings

Angels with Scaly Wings

Otillräckligt med betyg
renpy Image cache clear before main menu
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
2.313 KB
15 mar @ 15:47
1 ändringsnotis ( visa )

Abonnera för att ladda ner
renpy Image cache clear before main menu

Beskrivning
tries to prevent Out Of Memory crashes by clearing the renpy cache whne jumping to main menu, can be really helpful when you have lots of mods.

github version: https://github.com/joeyjumper94/renpy-Image-cache-clear-before-main-menu

PS: yes, the screenshot is literally the entirety of the code
8 kommentarer
Dragon Protector 22 mar @ 9:32 
Though the out of memory goes away when I remove this mod.
Dragon Protector 22 mar @ 9:31 
Figured as much. I am just missing lorem on the main menu for the main characters
Nyxondra 21 mar @ 5:53 
This is only supposed to help when you run out of memory due to the Main Menu showing too many icons AFTER you completed a run / modded playthrough, whatever is causing your out of memory issue might not be fixable with this.
Dragon Protector 19 mar @ 17:17 
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 273, in script
$ _enter_menu()
File "renpy/common/00start.rpy", line 273, in <module>
$ _enter_menu()
File "renpy/common/00gamemenu.rpy", line 88, in _enter_menu
renpy.take_screenshot((config.thumbnail_width, config.thumbnail_height))
error: Out of memory

still getting it
Dragon Protector 19 mar @ 15:45 
nvm its working now after verifying game files. Somehow this corrupted it then worked after
Dragon Protector 18 mar @ 17:51 
this mod not compatible with that aesthetics tweak mod?
Dragon Protector 18 mar @ 17:14 
Still got the error out of memory with this mod when trying main menu
Dragon Protector 18 mar @ 4:01 
omg! Finally