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

3.00 star(s) 17 Votes

Shogath

New Member
Jul 3, 2017
5
0
Getting this error any help?
File "game/code/locations/shop/stage_1.rpy", line 241: invalid syntax
skye.expr("neut_r1_n_n") $ skye.cg("point")
^
 

6DarkRaven9

Well-Known Member
Nov 14, 2017
1,249
1,397
Anyone able to edit save files with the save editor site:
Because I tried and nothing changed in game still the same amount and money and score.
 

Belnick

Engaged Member
Sep 3, 2018
2,646
1,266
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:
how do you do that when you just edit that same file for something else that was said last page, removing all that again? or rename the original options?

or just edit the first part???
Code:
init:
    $ _rollback = False

init -999 python:
    def show_panic_screen_func():
        if persistent.unsafe_mode:
            config.window_title = "Untitled - Faint"
            config.window_icon = "gui/ms_paint_icon.png"
            renpy.game.interface.set_icon()
tried edit but got this errror

File "game/options.rpy", line 29: invalid syntax
True define config.console = False
^

meeh im just gonna play another game lol, my brain cant handle this now :p
 
  • Like
Reactions: Antonisimo

gestved

Engaged Member
Aug 18, 2017
2,339
2,454
for some reason I think my minigames are running at turbo speed, luckily I already had 100k points in raven minigame, but I just can't beat christmas WW minigame, it's just impossible

guess I'll just skip it, can't stand hearing there's a dick in the box anymore
 

Skads

King of Cunts
Donor
Aug 27, 2016
2,460
4,747
Thx Skads
When in doubt on the console commands, use to activate the Developer console. You can look at the variables. Just look at your current money then check for the number value in the variables.
 
Apr 7, 2018
226
188
Game is cool, I like the character design and art. But the renpy is a horrible bs itself and its not friendly, even though I know python I cant manage to run damn console here, and editing on scripts makes lots of stupid errors like ie 'Tabs characters are not allowed in renpy scripts' and such, bleh.
 
3.00 star(s) 17 Votes