loqex

Well-Known Member
Aug 5, 2016
1,003
510
What's with the delay after clicking on things? o_O

Reminds me of dos games when when the audio plays through a pc squeaker, you machine basically freezes.
 
  • Like
Reactions: Glaoui
Nov 7, 2017
425
842
I kind of made a little cheat mod for the main character, those want to skip most of the grind and faster way to type in cheat codes instead of typing in these following codes here one at a time. I hope this helps out. Better than typing multiple cheat codes and you're welcome to edit the rpy file in Notepad or Notepad++ if you want to add more cheats. I found this method on Google and it can work on any Ren'Py game.

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

Just extract the file rpy into the folder: renpy\common.

Just use the console to activate the following cheats by typing in "call money", "call stats" and "call skills".

Typing "call money" will give the MC $9999 then typing in "call stats" will change all the MC's Stamina, Food, Water, Joy, Immunity and Efficiency to 9999 and typing in "call skills" will give MC's maximum skills.
 

Techstar

Crlazy Compressor - Retired
Modder
Donor
Compressor
Dec 31, 2017
1,286
23,314
SunSity [v1.60] [SunSity] - Compressed
You like this game and want to support the developer, click on the developer name below.

Developer:

This compression is unofficial which reduces media quality and might break the game.

You don't have permission to view the spoiler content. Log in or register now.
Original Win Size: 781 MB
Compressed Win/Linux Size: 169 MB
Compressed Mac Size: 152 MB

Give me a "(y)like" if you enjoy this compressed version
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

thenameofl00

New Member
Mar 3, 2019
13
1
I kind of made a little cheat mod for the main character, those want to skip most of the grind and faster way to type in cheat codes instead of typing in these following codes here one at a time. I hope this helps out. Better than typing multiple cheat codes and you're welcome to edit the rpy file in Notepad or Notepad++ if you want to add more cheats. I found this method on Google and it can work on any Ren'Py game.

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

Just extract the file rpy into the folder: renpy\common.

Just use the console to activate the following cheats by typing in "call money", "call stats" and "call skills".

Typing "call money" will give the MC $9999 then typing in "call stats" will change all the MC's Stamina, Food, Water, Joy, Immunity and Efficiency to 9999 and typing in "call skills" will give MC's maximum skills.
how to activate the concole?the "~"buttun doesnt work
 

scoota33

Newbie
Jul 15, 2019
42
49
how to activate the concole?the "~"buttun doesnt work
renpy console command is shift-o .. if it doesnt work you need to enable it ..

Go to gamename/Renpy/Common/00console.rpy

Press Ctrl+F and enter config.console (Finding this term)

Set it’s variable to True

so it should look like,

config.console = True

Save the file.

Now the Shift+O should work.
 
  • Like
Reactions: ElPapuMaster

Gleemer

Engaged Member
Jun 8, 2018
2,153
12,417
Here is the Italian translation
of Sun City [v1.45]"

***************************

New Updated: 2021-05-26
Version
: 1.45

***************************



This translation is "unofficial, it was created by a fan.

**********************************************

Ecco la traduzione italiana
di un fan Sun City [v1.4]"

***************************

New Updated: 2021-05-26
Version
: 1.45

***************************


Questa traduzione "non è ufficiale" è stata generata da un fan.


*************************************************************************************


Here is the Italian translation
of Sun City [v1.40]"

***************************

Updated
: 2021-05-11 : Version: 1.40

***************************



This translation is "unofficial, it was created by a fan.

**********************************************

Ecco la traduzione italiana
di un fan Sun City [v1.40]"

***************************

Updated
: 2021-05-11 : Version: 1.40

***************************



Questa traduzione "non è ufficiale" è stata generata da un fan.


*************************************************************************************

Here is the Italian translation
of Sun City [v1.25]"

***************************

UPDATE : Version: 1.35

***************************



This translation is "unofficial, it was created by a fan.

**********************************************

Ecco la traduzione italiana
di un fan Sun City [v1.25]" versione "1.25".

***************************

UPDATE : Version: 1.35

***************************



Questa traduzione "non è ufficiale" è stata generata da un fan.
Italian translation

New Updated: 2021-05-26
Version
: 1.45
 

Bloaker

Member
Aug 7, 2016
101
69
Jesus Murphy what a grind. Here are some console cheats, in case it helps make it bearable.

Code:
GG.money = 150000   #Money

GG.pep = 100   #Stamina
GG.eff = 1.0   #Efficiency
GG.immun = 100   #Immunity
GG.joy = 100   #Joy
GG.water = 100   #Water
GG.food = 100   #Food

GG.dict_skill['Writing_pract'] = 10   #Practical writing skill
GG.dict_skill['Writing'] = 10   #Writing skill
GG.dict_skill['Programming_pract'] = 10   #Practical programming skill
GG.dict_skill['Programming'] = 10   #Programming skill
GG.dict_skill['Intelligence'] = 10   #Doy
GG.dict_skill['Talk'] = 10   #Doy oy oy
Here is the one for Hygiene:
var_dict['GG_features'][Hygiene'] = 100.0 *or whatever number you make it
 
  • Like
Reactions: Papy.ion6984

4Finger

Engaged Member
Nov 24, 2016
2,023
1,384
One question.
Should i write in this in cosole exactly like this??????
var_dict['GG_features'][Hygiene'] = 100.0
 
Last edited:
  • Like
Reactions: MrCrowley666

DraKeoniS

Member
May 11, 2020
177
142
i prefer playing though. internet have enough porn you can see without actually playing didn`t you know? game here not fun to play now, but there is a good games out there...
Some peoples are more interested by the scene then the gameplay, and some VN with a lot of variables have some scene really hard to get or (it happen) bugged that can be accessed directly using this mod, nothing oblige peoples to use this functionality as it can also be used to simply change variables (so add thing like money, stats, change the in game time to trigger time specific event, add items to inventory or remove them) since a lot of peoples ask for cheats i feel like i should post a link there since it work with every Ren’py game (and so save a lot of time for peoples using cheat in different games) i have played so far and that a lot of them, should work with all of them.
 

uxbvrd

New Member
Apr 1, 2019
5
2
Jesus Murphy what a grind. Here are some console cheats, in case it helps make it bearable.

Code:
GG.money = 150000   #Money

GG.pep = 100   #Stamina
GG.eff = 1.0   #Efficiency
GG.immun = 100   #Immunity
GG.joy = 100   #Joy
GG.water = 100   #Water
GG.food = 100   #Food

GG.dict_skill['Writing_pract'] = 10   #Practical writing skill
GG.dict_skill['Writing'] = 10   #Writing skill
GG.dict_skill['Programming_pract'] = 10   #Practical programming skill
GG.dict_skill['Programming'] = 10   #Programming skill
GG.dict_skill['Intelligence'] = 10   #Doy
GG.dict_skill['Talk'] = 10   #Doy oy oy
how to do it
 

aprco

Newbie
Oct 28, 2020
19
5
Does anyone know what are the codes to increase exploration, love, depravity in the nps?
 
1.90 star(s) 31 Votes