whats the path to the directory? dos windows dont like certain things. I would say its crashed. Terminate it and move the folder to C:\ or some other hard disk.i used unren 24 hours ago , its still running apparently.not sure if something is wrong. pkz help
Its in :/user...downloads folder (the same file where the game.exe is presentwhats the path to the directory? dos windows dont like certain things. I would say its crashed. Terminate it and move the folder to C:\ or some other hard disk.
as it should. however, please do move the directory.Its in uder...downloads folder (the same file where the game.exe is present
move directory to where?? and how should i go about after i changed directory?as it should. however, please do move the directory.
To repack rpa files you gonna need rpatool and python (just because your SO run renpy doesn't mean it has python)Okay, I extracted files from the RPA container. How do I put these files back together in an RPA? I changed what I wanted and now I have to put it all back together.
dont need to. its put in an rpa to compress the files and "protect them" against tampering. files take precedence over the archive, though.Okay, I extracted files from the RPA container. How do I put these files back together in an RPA? I changed what I wanted and now I have to put it all back together.
I'm sorry, but an uncaught exception occurred.
While running game code:
ScriptError: could not find label 'Back_home_kitchen'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script4.rpyc", line 3182, in script
�B���t�JPXgk�2�-8�G����e:���R��0�i���%�L�R�?��b�L�e���I (���fJg�xU%��P�0"�Vda��L�|�+?�F���/b�(�*�_�qmJx�@$�!J�k�� +S�8�`a�f����Bb��ζ���QOQ<ZT�J�r`���t7X�?�W�Xb�%.�̴^����$H8�.�
File "I:\Mine\G\A_Wife_And_Mother-0.100-pc\AWAM-0.100-pc\1 GAME FOLDER\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "I:\Mine\G\A_Wife_And_Mother-0.100-pc\AWAM-0.100-pc\1 GAME FOLDER\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Back_home_kitchen'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
A Wife And Mother Vers. 0.100 0.100
Tue Sep 15 13:08:44 2020
the bat builds the tools it needs with the python.exe in your game folder, you put the bat in the game's root folder and double click it.I downloaded unren.bat, but how do I extract it to where is the exe file? I've tried it several times and I don't know how to do it. Can you help me please ?
by default thats in script.rpy, where the whole game exists. and in games where you cant set a name, its hardcoded in the dialog. also ive seen some games where the dev does a lot more complicated shit with split up code spread out over several different files.I can use the console and dev mode, however I have a game that I want to change the script (write different names for the characters or maybe change lines) how exactly do I do that?
if it's hardcoded in the dialog can't I open that dialog to change everything I want? I mean it's not a code language, the script should be just written words no?by default thats in script.rpy, where the whole game exists. and in games where you cant set a name, its hardcoded in the dialog. also ive seen some games where the dev does a lot more complicated shit with split up code spread out over several different files.
They just mean that some devs just write a name in, like instead of [mc_name] or [momname] or something, they just type in the name. You can use a GREP tool to find and replace directory-wide in that case.if it's hardcoded in the dialog can't I open that dialog to change everything I want? I mean it's not a code language, the script should be just written words no?