Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
use set or increment instead of get to change the counter.
tip: use dir(name) to check all variables/methods on a variable. you can safely ignore everything that begins with a _ since those are internal for python/renpy.
be safe and always take a backup.
tip 2: remember check to see if you can quick save to see if your save isn't corrupted by changes you make. had to redo ~3-4 hours of content because i defined a function in the console and manually saved which works but autosaving didn't and the only way you could load the save was defining the function on every launch which was caused by not being able to save the function in the save file which was annoying. don't be me. don't tamper too much.
Pregnancy
name_preg_status=x (1 not pregnant | 2 pregnant)
name.counters.pregnant=x (0-61 Pregnancies take 61 days)
name.counters.get_counter("pregnant") (Number of days pregnant)