Ren'Py Completed Girls in the Big City [Final] [The Worst]

3.00 star(s) 17 Votes

GordonBM

Newbie
May 14, 2017
31
80
its giving this error what to do??
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/code/locations/shop/stage_1.rpy", line 242: invalid syntax
        $ skye.cg("point")
         ^
  

Ren'Py Version: Ren'Py 7.0.0.196
Tue Oct 09 12:23:12 2018

Open this file : "game/code/locations/shop/stage_1.rpy"
At line 241, you have
$ skye.expr("neut_r1_n_n")\
change to
$ skye.expr("neut_r1_n_n")

Save and relaunch game.
 
  • Like
Reactions: s1mplee

GordonBM

Newbie
May 14, 2017
31
80
okay, can anyone help someone whose NOT a programmer disable the anti-cheat please? Thank you!
Download UnRen.bat


Place file .bat file in /game
Run .bat file
-Choose <1> to decompile rpa
-Choose <1> to return to menu
-Choose <2> to decompile rpyc (it will ask to you relaunch game to finish decomile. So run game, then close it again)

Go to /game
Open options.rpy
Go to line
config.keymap['panic_screen'] = ['q', 'Q', 'shift_O', 'shift_o']
change to
config.keymap['panic_screen'] = ['q', 'Q']
Save file

Run game and cheat!
 

Tonda94

New Member
Nov 1, 2016
8
1
Download UnRen.bat


Place file .bat file in /game
Run .bat file
-Choose <1> to decompile rpa
-Choose <1> to return to menu
-Choose <2> to decompile rpyc (it will ask to you relaunch game to finish decomile. So run game, then close it again)

Go to /game
Open options.rpy
Go to line
config.keymap['panic_screen'] = ['q', 'Q', 'shift_O', 'shift_o']
change to
config.keymap['panic_screen'] = ['q', 'Q']
Save file

Run game and cheat!
I try to follow your instructions, but I got this error message
You don't have permission to view the spoiler content. Log in or register now.
 

Anita Deek

Member
Feb 14, 2018
257
222
Download UnRen.bat


Place file .bat file in /game
Run .bat file
-Choose <1> to decompile rpa
-Choose <1> to return to menu
-Choose <2> to decompile rpyc (it will ask to you relaunch game to finish decomile. So run game, then close it again)

Go to /game
Open options.rpy
Go to line
config.keymap['panic_screen'] = ['q', 'Q', 'shift_O', 'shift_o']
change to
config.keymap['panic_screen'] = ['q', 'Q']
Save file

Run game and cheat!
And what if the console still won't open? I followed all instructions, game runs fine but pressing shift+o does nothing. I even changed config.console = True and still get no results.
 

GordonBM

Newbie
May 14, 2017
31
80
And what if the console still won't open? I followed all instructions, game runs fine but pressing shift+o does nothing. I even changed config.console = True and still get no results.

Create a file in /game folder "options.rpy" and place following text in it

Code:
init -1:
    python hide:
        config.developer = True
Save and run game again.
Should work now.

From here:
 
  • Like
Reactions: Stone Eyes

Anita Deek

Member
Feb 14, 2018
257
222
Create a file in /game folder "options.rpy" and place following text in it

Code:
init -1:
    python hide:
        config.developer = True
Save and run game again.
Should work now.

From here:
Oh my, I never thought to check that post. I got everything working. Had to add to the existing options.rpy and make sure the lines stay numbered the same after this command, and it works fine. Thank you very much.
 

SirDregan

Active Member
Jul 25, 2018
795
883
How to use the console?
I changed the file into "True", but if i press Shift + O, I get always the worst paintpicture
 

Anita Deek

Member
Feb 14, 2018
257
222
How to use the console?
I changed the file into "True", but if i press Shift + O, I get always the worst paintpicture
Look a few posts back, there's a detailed guide on how to make it work, page 37 maybe. Changing it to 'True' won't be enough - you have to unpack the files, link for the program is in the guide.
 

redturtle2

New Member
Jul 15, 2018
3
2
To unlock scenes in the gallery you can use the following command in the console:

persistent.watched_h_scenes.append(x)

where x is a number between 1 and 54 (corresponding to the scene)
 
3.00 star(s) 17 Votes