Wouldn't count on seeing an Android version for a while. It's easy to port Unity to android/ios. Not so much for Renpy, though.Is the android ver. Updated yet?
You sir/mam are a life saver.Easy fix: It seems like the dev copied the gwen code for frankie without changing it, so instead of showing the frankie images it shows the gwen images. Just download the atalk.rpy file and replace it in the game folder.
Changes in the atalk.rpy file:
Changes in the a2fp.rpy file:
- Fixed the kim "ask to.." "pussy fuck" image.
- Fixed the frankie "ask to.." images and removed some redudant menu options for missing images.
- Fixed the gwen "ask to.." images and added the option for a titjob (Animation).
- Renamed "_playerstrongnow" to "playerstrongnow".
This allows kim to spawn at the basketball court again at the next day.
Literally every bug posted on the last 2 pages has been answered. Read the thread.has anyone figured out how to fix frankies "ask to" commands being desplayed by gwen insted
After you type in your name are you clicking with the mouse or hitting enter on your keyboard? You need to do the latter. Unless you're playing on an android or something, then, I haven't got a clue.Why i cant enter the name? Fuck i cant start
If your playing on Android, check the keyboard you are using. I had the default Samsung S8 keyboard in use, I downloaded the Gboard keyboard and when I had that selected, it worked fine. Its been an issue with multiple ports or ones released by the developers where the keyboard on Android would not allow getting past the name option at start of games.After you type in your name are you clicking with the mouse or hitting enter on your keyboard? You need to do the latter. Unless you're playing on an android or something, then, I haven't got a clue.
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 "C:\Users\user\Downloads\camp-16-pc\camp-1.6-pc\renpy\ast.py", line 1760, in execute
if renpy.python.py_eval(condition):
File "C:\Users\user\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\user\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
Wed Feb 06 19:28:51 2019
if (_playerStrength >= 3):
$ _playerstrongnow = "True"
else:
$ _playerstrongnow = "False"
Was quite a bit confused about this, mainly because I couldn't figure out where "line 1265" was, but I eventually figured it out.Got a quick fix for the ren'py version that seems to work for now (just got past that event). Add this code in game/a2fp.rpy after line 1265 and make sure it's spaced properly.
Code:if (_playerStrength >= 3): $ _playerstrongnow = "True" else: $ _playerstrongnow = "False"
I didn't realize it until now, but this guy already fixed a bunch of problems, with significantly less effort xDEasy fix: It seems like the dev copied the gwen code for frankie without changing it, so instead of showing the frankie images it shows the gwen images. Just download the atalk.rpy file and replace it in the \game folder.
Changes in the atalk.rpy file:
Changes in the a2fp.rpy file:
- Fixed the kim "ask to.." "pussy fuck" image.
- Fixed the frankie "ask to.." images and removed some redundant menu options for missing images.
- Fixed the gwen "ask to.." images and added the option for a titjob (Animation).
Changes in the evs.rpy file:
- Renamed "_playerstrongnow" to "playerstrongnow".
This allows kim to spawn at the basketball court again, at the next day.
- Removed overlapping of images during the daphne shower scene, now it waits for a "click" input during the scene and replaces the scene with the day/night pool-shower before showing daphne again.