@bossapplesauceSo any solution for ALT-1.0 ?
Knowing the names of which games you are seeing this behaviour in may help the UNREN developer debug the issue.Is there anything anyone knows to help with this problem/fix it?
Absolutely. The Game is Milfy City. I am sorry I did not include it earlier.Knowing the names of which games you are seeing this behaviour in may help the UNREN developer debug the issue.
The XMas special episode ? It's, and it's not, unren fault :Absolutely. The Game is Milfy City. I am sorry I did not include it earlier.
I was referencing Milfy City 0.5cThe XMas special episode ? It's, and it's not, unren fault :
The code have a problem, the same label is defined twice. When the game is played with developer mode disabled, Ren'py don't care and will use one of the label. But when the developer mode is enabled (unren), Ren'py complain that the said developer is stupid and have defined the same label twice.
This time you can correct the problem, just delete the files "splash_screen.rpy" and "splash_screen.rpyc", located inside the game folder.
Are you using unren 0.6 or 0.7? I'm not a big fan of un.rpyc, and it's not used in 0.7.I was referencing Milfy City 0.5c
I deleted the files mentioned and tried again. Got another traceback.
I only used options 1&2 in unren
I looked, and the file in it could not find is actually in the folder it is queued.
Here is the log
Full traceback:
File "C:\Users\******\Desktop\Milfy_City-0.5c-pc\Milfy_City-0.5c-pc\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "C:\Users\******\Desktop\Milfy_City-0.5c-pc\Milfy_City-0.5c-pc\renpy\main.py", line 357, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "C:\Users\******\Desktop\Milfy_City-0.5c-pc\Milfy_City-0.5c-pc\renpy\script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "C:\Users\******\Desktop\Milfy_City-0.5c-pc\Milfy_City-0.5c-pc\renpy\script.py", line 749, in load_appropriate_file
raise Exception("Could not load file %s." % lastfn)
Exception: Could not load file C:\Users\******\Desktop\Milfy_City-0.5c-pc\Milfy_City-0.5c-pc/game/un.rpyc.
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
Sat Jan 19 23:08:18 2019
Hmm :/Exception: Could not load file C:\Users\******\Desktop\Milfy_City-0.5c-pc\Milfy_City-0.5c-pc/game/un.rpyc.
Are you using unren 0.6 or 0.7? I'm not a big fan of un.rpyc, and it's not used in 0.7.
I was using V.6Hopefully, there's a solution. Download the last version of unren. It don't use un.rpyc, but unrpyc.py. Said otherwise it works outside of Ren'py, so the blockage will not works.
No, you don't have to install Python. And normally you shouldn't have this error ; it worked fine right now when I tried it with the last version of the game.When I try to extract some CG fromYou must be registered to see the linksI get some python error (missing dll).
Do I have to install Python ?
My bad, it was my fault. I organize my folders with special characters to keep track of the games already played.No, you don't have to install Python. And normally you shouldn't have this error ; it worked fine right now when I tried it with the last version of the game.
So, it's probably more a problem with the path to the game ; perhaps some special characters messing with it and leading cmd to not understand where it should find everything.
It could also be the game setting different keybindings or having the developer menu related files edited. In a version of Kingdom of Deception for instance they pretty much deleted most of the console file content and thus you could enable it but you couldn't see any difference when pressing shift + O.I am curious. What would cause the Developer Menu to not display after using UnRen (v0.7)? Game is The Personal Assistance version 0.1c, and it never allows Ctrl + D to work. I'm sure I'm missing something, but I did try to search this thread and don't see anything about that happening.
Read the error message. Ask yourself: is unren in the game's root directory? If it's not, move it there. If it is, then it's actually a problem, though I doubt it.Cannot locate python.exe, unable to continue. Are you sure we're in the game's root directory?
please help