Yeah, you got it, sorry about that. Been too long since I cared.Isn't it the other way around? I thought the unity version came out first then the dev decided to port the game to ren'py.
Well the Unity version, (1.1) seems a lot less buggy, but the new characters are not yet presentI second this question. Why are there two versions? Which one is better? Will both be updated- or is the Unity version the older one and the Ren'py version is the newer one and will be the one that receives updates in the future?
Any info is appreciated.
Well I'll be dipped, I found an answer to the Daphne shower scene! In the game directory, There is a folder titled evs, on line 214 I changed "show daphne happy" to hide daphne happy and she disappeared from the scene, given my complete lack of programming skills, I was quite surprisedI found a solution in Patreon that changed the line 1266 to: if (playerstrongnow=="False"): simply removing the underscore at the beginning, and that worked for me. Now, if someone could figure out how to remove clothed Daphne from covering up the shower scene I'd be happy
Is it still like it was before? The changelog says there were big corrections made to writing mistakes, but I highly doubted it because V-Man heavily refuses to do anything he can't attempt to do himself such as writing.The English in this game.... *sigh* ugh
Considering I played back when it was at 0.8(I think?) in Unity, yes - The Game used to be in Unity until the Dev decided to switch over to Ren'Py, for whatever reason. Besides, at the very start of the transition the games Ren'Py version was horribly flawed and had so little content going for it: Half the stuff from the unity version was missing or inacessible. Then he basically had to spend lots of time fixing and implementing what was missing.Isn't it the other way around? I thought the unity version came out first then the dev decided to port the game to ren'py.
Open a2fp.rpy in a text editor, search for _playerstrongnow == "False", remove the _ before player.i'm not happy
i'm stuck help me no idea
look read:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/a2fp.rpy", line 1266, in script
if (_playerstrongnow == "False"):
From a command prompt (shift = o) type: playerstrongnow = u'True'i'm not happy
i'm stuck help me no idea
look read:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/a2fp.rpy", line 1266, in script
if (_playerstrongnow == "False"):
File "game/a2fp.rpy", line 1266, in <module>
if (_playerstrongnow == "False"):
NameError: name '_playerstrongnow' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/a2fp.rpy", line 1266, in script
if (_playerstrongnow == "True"):
File "C:\Users\Owner\Downloads\camp-16-pc\camp-1.6-pc\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "C:\Users\Owner\Downloads\camp-16-pc\camp-1.6-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\Owner\Downloads\camp-16-pc\camp-1.6-pc\renpy\python.py", line 1937, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/a2fp.rpy", line 1266, in <module>
if (_playerstrongnow == "False"):
NameError: name '_playerstrongnow' is not defined
Windows-8-6.2.9200
Ren'Py 7.1.1.929
CampPinewood 1.6
Sun Feb 03 22:24:30 2019
help me how no idea
Skip not working, playing VN without skip is a huge waste of time
Open options.rpy in the game folder. find "config.keymap['skip'].remove('K_LCTRL')", delete it to enable skipping with the left ctrl key. Remove any of the "config.keymap['skip'].remove('*key*')" strings to enable the other skip on key commands.um why i can't skip anything at all i tryed to using unren for this problem but still same as before