cmdvvs

New Member
Apr 4, 2018
6
27
I think i solve some bug
in game\script.rpy
after line 72
default _playerStrength = 0
add line
default _playerstrongnow = 'False'

Maybe help.Works for me.
 
  • Like
Reactions: Blashyrkh

krys69

Active Member
Sep 6, 2017
742
298
I think i solve some bug
in game\script.rpy
after line 72
default _playerStrength = 0
add line
default _playerstrongnow = 'False'

Maybe help.Works for me.
Nope not working and the game crashes after starting up. :cry:Had to re-unpack the entire game to get it back and running.:cautious:
 

DOM76210

Member
Dec 19, 2017
140
243
Hey Moderators, can you delete the link for "Cheat Mod", since the creator indicated it is abandoned and they deleted any link to the post?
 

justintime16

Member
Nov 14, 2017
284
124
When running the ren'py version, this error comes up:

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 == "False"):
File "F:\Games\camp-1.6-pc\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "F:\Games\camp-1.6-pc\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\Games\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 18:23:33 2019
 

Bonsey

Member
Jul 15, 2018
185
92
Bug report

BasketBall Court step 3

Code:
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 == "False"):
File "XXXX\Camp_Pinewood_1.6\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "XXX\Camp_Pinewood_1.6\renpy\python.py", line 1944, in py_eval
return py_eval_bytecode(code, globals, locals)
File "XXX\Camp_Pinewood_1.6\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-7-6.1.7601-SP1
Ren'Py 7.1.1.929
CampPinewood 1.6
Sun Feb 03 16:18:45 2019

Anyone solve the problem?
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:
 

sol771

Newbie
Aug 8, 2017
19
8
does anyone have any save files for the latest verison of this game as the save game link is down
 

Karl the Sergal

Newbie
Donor
Nov 20, 2017
84
82
guys the game is just as broken as 1.5 but if you really want to see what is past the 'Kim-walk" then just do this.
In the "game" folder there is a file called "a2fp.rpy". You want to edit this file. (preferably with notepad++, but any software that does the same function would be fine) You want to go down to line 1266 and delete the underscore from this line so it says: "if (playerstrongnow == "False"):" . After this, you should be able to proceed past the scene. Hoping you don't come across any more broken ass bugs. You should be fine.
 

accelfaiz555

Newbie
Apr 27, 2017
32
58
Honestly thought this game was abandoned...
looks like its back on with his new game on hold. from the patreon :
Current State
UPD 01/21
I'm working on updates for Camp Pinewood.
American Milf is on the hold because I want to finish Camp Pinewood first.
 

Safetydummy

Well-Known Member
Jan 18, 2018
1,353
1,583
Unity or Ren'py version? :unsure:

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. :)
 

Turkis

Member
Jul 17, 2017
263
564
looks like its back on with his new game on hold. from the patreon :
Current State
UPD 01/21
I'm working on updates for Camp Pinewood.
American Milf is on the hold because I want to finish Camp Pinewood first.
I supported this game when it first came out. The art was good, I liked the idea of all these characters attending a summer camp and who doesn't want to be the only guy at a co-ed summer camp? But what ultimately made me walk away, was the extremely slow updates and the fact that the dialogue in sex scenes were... horrible.

I had actually commented on one of his public release of v.5, about how he needed to add dialogue in sex scenes and got thrashed by his fanboys before he deleted my post and banned me from posting on his Patreon. I won't lie, I was also pretty critical about him adding more characters before he fully fleshed out the ones he currently had in the game too. I haven't bothered to play it since, and I find it sad that he wasted this games potential so he could get a quick buck.
 

Josh Spicer

Well-Known Member
Sep 19, 2018
1,207
1,665
Ren'py version is (or was) more complete and more of a game.

Unity is a bare bones version of the Ren'py version.
 
2.40 star(s) 30 Votes