I'll not talk for @Sam , but I think it's not something that can really be made. @Penfold Mole have a generic mod for this thing, but he need to update it often. A tool like unren should stay stable and don't have too many updates. What it do, it do it right every time and for every games. An update of the tool should mean, "it works even better now", not just, "now it will also works with this particular game".[...] include invisible textbox in this wonder of a program of his. Played a few android ports and ... just seeing half the screen faded black and covering a lot of the scenes feels sad, pointless, alltogether tragic.
I realise my mistake and will stay my hand in having any reaction. I am in the process of having the "black band under text all over image" staple of game design forever beaten into my mind.@Penfold Mole
Windows 10 and I have used unren 0.7 before on the same OS in the same installation. Lol now it's giving me error for powershell.exe not being a recognized command even when I can run powershell just fine.What version of windows do you have?
REM --------------------------------------------------------------------------------
REM Set our paths, and make sure we can find python exe
REM --------------------------------------------------------------------------------
set "realdir=%~dp0%"
set "shortcutdir=%__CD__%"
if exist "%realdir%game" if exist "%realdir%lib" if exist "%realdir%renpy" (
set "pythondir=%realdir%lib\windows-i686\"
set "renpydir=%realdir%renpy\"
set "gamedir=%realdir%game\"
set "currentdir=%~dp0%"
)
if exist "%shortcutdir%game" if exist "%shortcutdir%lib" if exist "%shortcutdir%renpy" (
set "pythondir=%shortcutdir%lib\windows-i686\"
set "renpydir=%shortcutdir%renpy\"
set "gamedir=%shortcutdir%game\"
set "currentdir=%__CD__%"
)
call "<folder where Unren is located>UnRen.bat"
It says the same stuff as before. Sorry for not posting this before my laptop got busted and I couldn't get it repaired anywhere.Try v0.6 for the time being and see if things work out for you in the meantime.
You must be registered to see the links
Uhm, is it for me? Since I think I got it to work in the end and I also posted the solution to how I solved it. But never mind, thanks maybe someone else might have something more to say to it or what caused my system to lose "powershell/powershell.exe" command entirely but running it directly from the path works.You've had no problems before with it and it appears you're on top of things... so I'm not sure there is anything I can say that can help you; I'm sorry. It's quite perplexing since you got it to run fine on that same OS. Maybe check for updates? On an odd note, I know that version 6 of UnRen works better for me than the current build. We'll just have to see what other suggestions by folks more knowledgeable on this matter can come up with, eh?
That means the .rpy that the .rpyc would decompile into is there already. If it's the wrong file, delete it or move it somewhere else.I can't decomile rpyc files. It show me " output file already exists. Pass --clobber to overwrite."and "Decompilation of 1 file failed". Why? I need a answer.
Check that powershell's folder is added to your system path variable. It's probably missing from there.Uhm, is it for me? Since I think I got it to work in the end and I also posted the solution to how I solved it. But never mind, thanks maybe someone else might have something more to say to it or what caused my system to lose "powershell/powershell.exe" command entirely but running it directly from the path works.
Do you mean UnRen itself?how do I use it