Her New Memory
此社区中心标记为“仅限成人”。您看到此中心是因为您已将偏好设置为允许此类内容。

Her New Memory

评价数不足
How To Get 1000$ in lottery
由 N_1BLACK 制作
first step is go to file explorer and then open "windows c:" then choose "program files 86">"steam">"steamapps">"common">"hernewmemory">"games">"scripts">"mechanics" after that search a file named "lottery.rpy" and open it as a txt file and edits the "ticket" code like this
r = renpy.random.randint(1,100)
if r <= 45: #60%
ticket = 100
but you just have change the "ticket = 100" with this number (300,500,and 1000) then you just "ctrl + s" and create a new game so the codes work
   
奖励
收藏
已收藏
取消收藏
guide
first step is go to file explorer and then open "windows c:" then choose "program files 86">"steam">"steamapps">"common">"hernewmemory">"games">"scripts">"mechanics" after that search a file named "lottery.rpy" and open it as a txt file and edits the "ticket" code like this
r = renpy.random.randint(1,100)
if r <= 45: #60%
ticket = 100
but you just have change the "ticket = 100" with this number (300,500,and 1000) then you just "ctrl + s" and create a new game so the codes work