Nubatron

Member
Mar 25, 2018
344
565
Seems like everything is broken. Including character relations. I can ask everything from everyone Day 1 (dunno if intended). Also I have what I would guess a relationship milestone talk with everyone right away. o_O
 
D

Deleted member 604239

Guest
Guest
Saw this, DL it of course and when I was in my porn games folder - because of course I have one - I notices the older version I had was in Unity. Any reason the unity version was deprecates? And yes, I'm sure one of the 97 previous pages answers this very question, but you'll have to excuse me if I don't have the time to read 97 pages... not when I could be replaying the game at least.
 

Bonsey

Member
Jul 15, 2018
185
92
I 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 the Unity version, (1.1) seems a lot less buggy, but the new characters are not yet present
 
  • Like
Reactions: Safetydummy

Bonsey

Member
Jul 15, 2018
185
92
I 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:rolleyes:
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 surprised:p
 

Morah SDG

Development Consultant & Revision's Supervisor
Game Developer
Feb 10, 2018
2,014
5,521
The English in this game.... *sigh* ugh
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.
 

Pr0man

Member
Jul 23, 2017
407
817
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.
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.

As it stands, I'd go so far as to say the game in Ren'Py has at least as much content as the old Unity version did, if not more - but not by a long shot when going by the content already present. Considering the time frame that was used to achieve this transition though I'm hard pressed to say it was worth the time, as this basically rivals Library Story in terms of actual content development :>

Attendum: Since I've read through a couple posts made beforehand that seemed a bit confused - yes, from what I remember, basically the grind got removed in it's entirety by the looks of it. The Unity version had actual relation mechanics in which you had to spend time with the girls, making at least the token effort of providing some gameplay besides checking everything but the critical path out. Not yet DL again to see if they actually re-implemented something like that and cut down on it, I can barely hold up the interest to bother at this point, with so much time being wasted treading the same circle over and over.

Also, the English in this game has always been, and probably will always be (maybe to a bit of a lesser degree) be absolutely horrible. While basic dialogue seemed to be more or less free of errors, I remember a good couple pieces of dialogue being not just badly written, but also riddled with errors.
 
Apr 2, 2018
81
10
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
 

Melvis

Newbie
Sep 29, 2017
64
73
The renpy version of this game is a broken mess. I get that the game basically had to be rebuilt from the ground up, but this version is REALLY rough.

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"):
Open a2fp.rpy in a text editor, search for _playerstrongnow == "False", remove the _ before player.
 

x_man

Member
Dec 18, 2017
274
135
um why i can't skip anything at all i tryed to using unren for this problem but still same as before
 

Umaru-chan

Active Member
Aug 12, 2016
520
776
This been out so long but still feels like an 0.1. Only having to spam talk to a character day after day to build "relationship" then unlocking flash their boobs or whatever is so stupid.
 

ReJoe

Member
Jun 7, 2017
379
437
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
From a command prompt (shift = o) type: playerstrongnow = u'True'
then go see Jessica (Cabin 1)
 

Melvis

Newbie
Sep 29, 2017
64
73
Skip not working, playing VN without skip is a huge waste of time
um why i can't skip anything at all i tryed to using unren for this problem but still same as before
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.
 
2.40 star(s) 30 Votes