Thjis

Member
May 19, 2017
393
191
If I use any of the my_call mods I get following error

ile "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
$ renpy.pause(100000, hard=True)
File "game/script.rpy", line 63, in script call
 

Raizen123

Newbie
Jul 18, 2017
15
23
An edited my_calls updated for version 1.0
  • +5 Love, Submission, and Friend/Anger after insulting anyone.
  • Telling someone a joke will set the player's Stamina, Food, Water, Joy, Immunity, and Hygiene between 90 to 100 and Efficiency to 1.0
  • Investigation only needs 1 day regardless of exploration level.
Replace the my_calls file inside the folder named "game"
 

Saiseishiro

New Member
May 17, 2018
2
2
Utilizing the latest my_calls brings up the following error message for me upon startup.

You don't have permission to view the spoiler content. Log in or register now.

Update, though I don't know how well this fix will work with the rest of your code but I deleted the entire second Joke section that was in the code at line 10932. This has so far fixed the error for me. will update as necessary.
 
Last edited:

Brok TheDog

Active Member
Donor
Jun 2, 2018
552
628
Why meter that there is editor and fantasy characters, when it is for the Patreon version and there is the free version. You like to give false hope to people ????
 

TNT3

Member
Sep 1, 2017
415
182
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/my_calls.rpy", line 6872, in script call
    char_npc '- I\'m [npc.doing], come back later.'
  File "game/my_calls.rpy", line 6871, in script call
    pause 1.0
  File "game/my_calls.rpy", line 6872, in script call
    char_npc '- I\'m [npc.doing], come back later.'
  File "game/my_calls.rpy", line 6871, in script call
    pause 1.0
  File "game/my_calls.rpy", line 6872, in script call
    char_npc '- I\'m [npc.doing], come back later.'
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/my_calls.rpy", line 6877, in script call
    char_npc '- Closed do not enter!'
  File "game/my_calls.rpy", line 6877, in script call
    char_npc '- Closed do not enter!'
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/my_calls.rpy", line 12338, in script call
    pause 0.5
  File "game/my_calls.rpy", line 12338, in script call
    pause 0.5
  File "game/my_calls.rpy", line 12346, in script
    $ current_level =  GG.dict_skill[skill + '_pract']
  File "game/my_calls.rpy", line 12346, in <module>
    $ current_level =  GG.dict_skill[skill + '_pract']
KeyError: u'Talk_icon_pract'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/my_calls.rpy", line 6872, in script call
    char_npc '- I\'m [npc.doing], come back later.'
  File "game/my_calls.rpy", line 6871, in script call
    pause 1.0
  File "game/my_calls.rpy", line 6872, in script call
    char_npc '- I\'m [npc.doing], come back later.'
  File "game/my_calls.rpy", line 6871, in script call
    pause 1.0
  File "game/my_calls.rpy", line 6872, in script call
    char_npc '- I\'m [npc.doing], come back later.'
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/my_calls.rpy", line 6877, in script call
    char_npc '- Closed do not enter!'
  File "game/my_calls.rpy", line 6877, in script call
    char_npc '- Closed do not enter!'
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/script.rpy", line 63, in script call
    $ renpy.pause(100000, hard=True)
  File "game/my_calls.rpy", line 12338, in script call
    pause 0.5
  File "game/my_calls.rpy", line 12338, in script call
    pause 0.5
  File "game/my_calls.rpy", line 12346, in script
    $ current_level =  GG.dict_skill[skill + '_pract']
  File "C:\Users\tnoye\Downloads\SunSity-v1.05-win\SunSity-1.05-win\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\tnoye\Downloads\SunSity-v1.05-win\SunSity-1.05-win\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/my_calls.rpy", line 12346, in <module>
    $ current_level =  GG.dict_skill[skill + '_pract']
KeyError: u'Talk_icon_pract'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
SunSity 1.05
Sat Jan 23 14:50:49 2021
 

Raizen123

Newbie
Jul 18, 2017
15
23
An edited my_calls updated for version 1.05
  • +5 Love, Submission, and Friend/Anger after insulting anyone.
  • Telling someone a joke will set the player's Stamina, Food, Water, Joy, Immunity, and Hygiene between 90 to 100 and Efficiency to 1.0
  • Investigation only needs 1 day regardless of exploration level.
Replace the my_calls file inside the folder named "game"
 

Razield

Newbie
Nov 12, 2017
71
63
Will the patron game be put up here? even if its the ver behind, cos i agree the game is nigh unplayable without it.

The grind is a fine thing but there is the grind and there are monumental grinds (like the poor soul who made a lvl 100 WoW charie in the first area and never choosing a side) and this is the second im afraid.
 
  • Like
Reactions: Jccurtis

Kinjiru

Member
Sep 30, 2018
137
80
I'm a fan of grindy games but damn, I never even bothered interacting with the girls because I was so obsessed with no going broke while I tried to keep my hunger managed. I'm sure it gets easier but it starts out as a survival simulator.
 

Brok TheDog

Active Member
Donor
Jun 2, 2018
552
628
I'm not giving any hope, I'm just saying public versions are unplayable
My comment is not intended for you, but for the person who shares the game and who adds it is 2 points on the changelog. While it should not be seen there that one has not focused on it's function.
 
  • Like
Reactions: Ranker

Scorpio1971

Active Member
Jun 23, 2017
511
169
Another way to increase the exploration cheat.

Use unren and console setting.

Type Shift+o during gameplay

Type : npc.dict_skill['Exploration'] = 2.0 #If you want to increase the exploration and enjoy.

AS i found using my Notepad++ Editor that NPC stands for name variable. use it for love or any other cheat.
For some reason the cheat seems to be not working in my game
 

Scorpio1971

Active Member
Jun 23, 2017
511
169
There are the cheats I found so far, for player character

Money:
GG.money = 9999
Stamina:
GG.pep = 9999
Hunger:
GG.food = 9999
Water:
GG.water = 9999
Joy:
GG.joy = 9999
Immunity:
GG.immun = 9999
Efficency:
GG.eff = 9999
Thnx for the cheats dude,Yu helped me from grinding for stuff.
Do yu have any code to increase love,submission of NPC's? :)
 
Last edited:

Cmann

Active Member
Donor
Feb 7, 2019
517
751
Thnx for the cheats dude,Yu helped me from grinding for stuff.
Do yu have any code to increase love,submission of NPC's? :)
Open dialog with NPC first:
npc.dict_skill['Friend/Anger'] = 8
npc.dict_skill['Love'] = 8
npc.dict_skill['Submission'] = 8
npc.dict_skill['Depravity/Modesty'] = 8
 
  • Like
Reactions: Misty
1.90 star(s) 31 Votes