[REQUEST] Fading Afternoon
[REQUEST] Fading Afternoon
Game Name: Fading Afternoon
Game Engine: Some game maker engine, NFI
Game Version: 1.0
Options Required: Infinite Health/God Mode, Money
Steam Website:
Other Info: By the same guy who did Friends of Ringo Ishikawa, apparently that one was hard to hack for some odd reason...
Game Engine: Some game maker engine, NFI
Game Version: 1.0
Options Required: Infinite Health/God Mode, Money
Steam Website:
Other Info: By the same guy who did Friends of Ringo Ishikawa, apparently that one was hard to hack for some odd reason...
- jalubagaskara
- Novice Cheater
- Posts: 22
- Joined: Thu Apr 11, 2019 5:57 am
- Reputation: 4
-
- Cheater
- Posts: 29
- Joined: Sat Dec 22, 2018 1:12 pm
- Reputation: 2
-
- What is cheating?
- Posts: 1
- Joined: Fri Jul 12, 2019 12:29 pm
- Reputation: 0
Re: [REQUEST] Fading Afternoon
+1. Values for everything seems to be of Double type. But address changes with every stage change.
- uqiya_facemaker
- What is cheating?
- Posts: 1
- Joined: Sat Sep 30, 2023 4:01 am
- Reputation: 1
Re: [REQUEST] Fading Afternoon
hello everyone I'm new here, nice to meet you,
I'm not very good at cheat engines, but here I want to share the results of my code search.
but idk what should do next to make it good cheat table, every stage the code is change
1. Health
2. Money
I'm not very good at cheat engines, but here I want to share the results of my code search.
but idk what should do next to make it good cheat table, every stage the code is change
1. Health
2. Money
Spoiler
Re: [REQUEST] Fading Afternoon
How, just, howuqiya_facemaker wrote: ↑Sat Sep 30, 2023 4:06 amhello everyone I'm new here, nice to meet you,
I'm not very good at cheat engines, but here I want to share the results of my code search.
but idk what should do next to make it good cheat table, every stage the code is change
1. Health
2. Money
Spoiler
-
- What is cheating?
- Posts: 1
- Joined: Wed Oct 04, 2023 3:59 pm
- Reputation: 2
Re: [REQUEST] Fading Afternoon
This game isn't hard to hack, u just need Cheat Engine with basic knowledge.
this game is just exactly like the other Yeo's game "Friend of Ringo Ishikawa"
For EVERYTHING (HP/smoke/Money) just use this setting in CE
"Scan Type : Exact Value
"Value Type : DOUBLE (YES IT HAS TO BE DOUBLE)
still dont know how? well here an example to do
The first time u start the game, u gonna get 105000 money from ur boss (aniki)
then u go to Pawn shop to buy gun right?
just open CE, choose "fading afternoon" game
then change scan VALUE type to DOUBLE
Search 105000
u gonna get it the only one address u need. easy money Cheat.
*HP? well this one is classic way (but keep in mind, u have to do this again and again each time u change location)
scan ur HP first (in fight) [ex : 540]
loose some, then next scan [ex : 490]
then u gonna find 3 address only, use them. edit to 540 or 999 if u want. u cant freeze them too or make shortcut to increase value.
this game is just exactly like the other Yeo's game "Friend of Ringo Ishikawa"
For EVERYTHING (HP/smoke/Money) just use this setting in CE
"Scan Type : Exact Value
"Value Type : DOUBLE (YES IT HAS TO BE DOUBLE)
still dont know how? well here an example to do
The first time u start the game, u gonna get 105000 money from ur boss (aniki)
then u go to Pawn shop to buy gun right?
just open CE, choose "fading afternoon" game
then change scan VALUE type to DOUBLE
Search 105000
u gonna get it the only one address u need. easy money Cheat.
*HP? well this one is classic way (but keep in mind, u have to do this again and again each time u change location)
scan ur HP first (in fight) [ex : 540]
loose some, then next scan [ex : 490]
then u gonna find 3 address only, use them. edit to 540 or 999 if u want. u cant freeze them too or make shortcut to increase value.
Re: [REQUEST] Fading Afternoon
I like how people just register to say something.
Re: [REQUEST] Fading Afternoon
Ok, guys. Maybe this can help.
1) Download UndertaleModTool
2) Open the file "data.win" in game directory
3) Look for the line "-=" in the search
4) To increase health at the end of the day, in "gml_GlobalScript_reset_day_new" change the lines maxHP -= 3 to maxHP += 3 . You can also change 3 to 10, 20, 30...etc. On your choice.
5) To never run out of bullets, in "gml_GlobalScript_player_shoots" change the line bullets -= 1 to bullets += 1
6) Save the file
7) Enjoy.
Make copies of your saves or the entire "data.win" file first.
1) Download UndertaleModTool
2) Open the file "data.win" in game directory
3) Look for the line "-=" in the search
4) To increase health at the end of the day, in "gml_GlobalScript_reset_day_new" change the lines maxHP -= 3 to maxHP += 3 . You can also change 3 to 10, 20, 30...etc. On your choice.
5) To never run out of bullets, in "gml_GlobalScript_player_shoots" change the line bullets -= 1 to bullets += 1
6) Save the file
7) Enjoy.
Make copies of your saves or the entire "data.win" file first.
Re: [REQUEST] Fading Afternoon
I tried editing with undertale mod tool... after saving the data.win, the game refuses to load. This is using the latest ver of the tool and just making simple basic changes like what you said. Even just changing the - to a + for bullets makes the game unable to load.abysmall wrote: ↑Thu Oct 05, 2023 2:55 amOk, guys. Maybe this can help.
1) Download UndertaleModTool
2) Open the file "data.win" in game directory
3) Look for the line "-=" in the search
4) To increase health at the end of the day, in "gml_GlobalScript_reset_day_new" change the lines maxHP -= 3 to maxHP += 3 . You can also change 3 to 10, 20, 30...etc. On your choice.
5) To never run out of bullets, in "gml_GlobalScript_player_shoots" change the line bullets -= 1 to bullets += 1
6) Save the file
7) Enjoy.
Make copies of your saves or the entire "data.win" file first.
Did you use a specific version?
Re: [REQUEST] Fading Afternoon
Ok that's the same one I used... Weird. Every time I make a change and hit save, the game won't load.
EDIT: Got it to work... apparently 'case sensitive' and 'regex' matters.
Re: [REQUEST] Fading Afternoon
I didn't know it mattered . You can also remove beard growth to make hero look neat
Find in gml_GlobalScript_reset_day_new "cur_beard += 1 " (i can't remember the original number, maybe it was 1) and change the line to "cur_beard += 0"
Now Aniki will look great every day without shaving
Who is online
Users browsing this forum: Google Adsense [Bot], jmh, Raijinken, sookaroo2, YandexBot, zeromike233