Game was working fine (well was loading anyway)
90% or 50% from what or based on what?
If I execute the command, it returns "None" and it does nothing at all. Memory consumption doesn't change at all.
I could execute it in game every time you change location or wait. But I can't verify that it's working or doing anything at all.
Also to be exact, you probably have to type: renpy.free_memory()
Without the () it won't call anything, just display a function.
You can try to use the attached file (works for 0.1.7.0). It will execute:
$ renpy.free_memory()
every time you change location or wait
Where are you supposed to put this file? I put it in my game folder for the game and then when I went to load teh game back up, got this error every time
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: Name (u'D:\\Game_Development\\HolidayIsland/game/script.rpy', 1557006969, 50133) is defined twice, at game/355364_script.rpyc:6 and game/script.rpy:6.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Owner\Desktop\HolidayIsland-0.1.7.0-pc\renpy\bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "C:\Users\Owner\Desktop\HolidayIsland-0.1.7.0-pc\renpy\main.py", line 369, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\Owner\Desktop\HolidayIsland-0.1.7.0-pc\renpy\script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\Owner\Desktop\HolidayIsland-0.1.7.0-pc\renpy\script.py", line 770, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn)
File "C:\Users\Owner\Desktop\HolidayIsland-0.1.7.0-pc\renpy\script.py", line 447, in finish_load
check_name(node)
File "C:\Users\Owner\Desktop\HolidayIsland-0.1.7.0-pc\renpy\script.py", line 430, in check_name
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'D:\\Game_Development\\HolidayIsland/game/script.rpy', 1557006969, 50133) is defined twice, at game/355364_script.rpyc:6 and game/script.rpy:6.
Windows-7-6.1.7601-SP1
Ren'Py 7.2.2.491
Tue Jul 09 18:54:26 2019