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
The next time you do visit the location or area, the Steam achievement is gonna pop up.
HOWEVER, the top option is to NOT donate any money.
The game still gives out the 2 Luck minimum for this option.
You can get the "Steam Achievement Manager" from here {LINK REMOVED}http://gib.me/sam/ but even knowing I have cheated before, I often will UNDO achievements that my wife ends up doing so I can trigger them myself as well and know if I earned it.
You can find the Steam Achievement Manager here.
{LINK REMOVED}http://gib.me/sam/
Tape into the console "times_X += 400" will make it reach the needed amount with a one time use command. Then go to the place one last time to update the script, and TADAA : achievement get ! YAY !
Since it will calculate bigger and bigger numbers, I don't know if your method can slow your game down, because even if this problem already shows up in main script manipulations to get faster, it's a one variable loop, so it maye not comparable.
Feel free to correct any grammar mistake, english is not my mother language ^^
By looking on the script, there is another way through the dev consol, for those who prefer it instead of touching the files themself.
As seen on picts, there is count variables called times_X (times_gym times_park etc...)
Modify as depicted above, it do " += 400" instead of "+= 1".
("+= X" means add to the actual value, and not replace like with = alone)
Conclusion : you increas the count of the variable each time the loop activate, so each time you hit the button (and success ^^).
Sorry for my english hehe