安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													

 
			 
						

 
			 
						





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 {链接已删除}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.
{链接已删除}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