Angels with Scaly Wings

Angels with Scaly Wings

评价数不足
renpy Image cache clear before main menu
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
2.313 KB
3 月 15 日 下午 3:47
1 项改动说明 ( 查看 )

订阅以下载
renpy Image cache clear before main menu

描述
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 条留言
Dragon Protector 3 月 22 日 上午 9:32 
Though the out of memory goes away when I remove this mod.
Dragon Protector 3 月 22 日 上午 9:31 
Figured as much. I am just missing lorem on the main menu for the main characters
Nyxondra 3 月 21 日 上午 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 3 月 19 日 下午 5: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 3 月 19 日 下午 3:45 
nvm its working now after verifying game files. Somehow this corrupted it then worked after
Dragon Protector 3 月 18 日 下午 5:51 
this mod not compatible with that aesthetics tweak mod?
Dragon Protector 3 月 18 日 下午 5:14 
Still got the error out of memory with this mod when trying main menu
Dragon Protector 3 月 18 日 上午 4:01 
omg! Finally