SILENT HILL 2 (2024) +6 (table Update1)

Upload your cheat tables here (No requests)
Bacon969
Noobzor
Noobzor
Posts: 9
Joined: Wed Oct 09, 2024 2:58 pm
Reputation: 18

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by Bacon969 »

ZacCoxTV wrote:
Thu Oct 10, 2024 1:04 am
Does anyone have a completed save game I can download
Here is my save NG+ that should get you the following:

Endings:
Maria (dont listen to hallway conversation)
Leave (inspect Mary's photo and letter multiple times + listen to full conversation)
Rebirth (pick up the book in the lost and found room and complete the game)
Dog ending (go to 3F then observation room and use the dog key)
UFO ending (go to 312 and instead of the video tape just inspect the gem in your inventory)

You will also get achievements for:

I saw that town
Faster than fog
Radio silence
As close as you like

I would like to find a way to edit my inventory/save so I can get the other endings.

Put this save in %LOCALAPPDATA%\SilentHill2\Saved\SaveGames\<user-id>\SaveGameData_9.sav

pwd: fearlessrevolution.com

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
SaveGameData_9.7z
pwd: fearlessrevolution.com
(377.31 KiB) Downloaded 152 times

Siggymas
Expert Cheater
Expert Cheater
Posts: 172
Joined: Thu Mar 09, 2017 5:45 pm
Reputation: 14

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by Siggymas »

gir489 wrote:
Tue Oct 08, 2024 9:21 pm
Cfemen has worked out the console and adding items and weapons which he may or may not release on fearless, but IDK if it was cielos or justin's retarded script that caused my inventory to be jammed with garbage items I don't need anymore, but I basically made it to the hospital when I forgot to enable the table once that I realized key items are supposed to disappear after you use them.

I worked out nospread with cfemen's help.

Code: Select all

// Game Executable   : SHProto-Win64-Shipping.exe
// Author            : gir489 + cfemen
// Executable Version: 1.0.0.0
// MD5 Signature     : 15F4445018F65C7F38DE03BC1D93D49A
// EXE Compile Date  : October 03, 2024 07:45 AM
// Script Date       : October 07, 2024 11:44 PM
[ENABLE]
aobscanmodule(aob_NoSpread,SHProto-Win64-Shipping.exe,F3 0F 10 87 B4 0B 00 00)
alloc(fFull,4,SHProto-Win64-Shipping.exe)

registersymbol(aob_NoSpread)

fFull:
dd (float)1.0

aob_NoSpread:
movss xmm0, [fFull]
//nop 2

[DISABLE]
aob_NoSpread:
  db F3 0F 10 87 B4 0B 00 00

unregistersymbol(aob_NoSpread)
dealloc(fFull)

//SHProto-Win64-Shipping.exe+2B46065: F3 0F 10 87 B4 0B 00 00  - movss xmm0,[rdi+00000BB4]
aww man would be great to have inventory editor, wanna add the gun early XD

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 800
Joined: Mon May 08, 2017 4:08 am
Reputation: 616

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by gir489 »

Siggymas wrote:
Thu Oct 10, 2024 8:14 pm
aww man would be great to have inventory editor, wanna add the gun early XD
Here's a save I made near the beginning of the game with all weapons (except the nail board).

I remember in high school, we had discussions about how James was in hell, and every single person who plays SH2 is causing him to relive this experience over and over. How he was damned to repeat it as his punishment for killing Mary, I'd like to think this NG+ save lets hell have a little taste of James for a change. (OMG SPOILERS!!!) this game is older than the fucking zoomer reading this, shut up.
Attachments
TrueNG+.rar
(15.54 KiB) Downloaded 94 times

GamerCH
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Feb 01, 2022 9:45 pm
Reputation: 0

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by GamerCH »

Thank you for your work, is it possible to get a Table like this one for the Remake version?
viewtopic.php?t=17324

Thx in advance

User avatar
Gear2ndGandalf
Expert Cheater
Expert Cheater
Posts: 131
Joined: Mon Aug 23, 2021 11:27 pm
Reputation: 135

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by Gear2ndGandalf »

GamerCH wrote:
Fri Oct 11, 2024 9:00 am
Thank you for your work, is it possible to get a Table like this one for the Remake version?
viewtopic.php?t=17324

Thx in advance
I may contribute within a year for this game, but making a table for modern games is much harder in my experience. The OG Silent Hill 2 was easy as pie because 99% of the addresses were base addresses (green).

No promises that it will be as versatile as my table though. My hopes is more experienced table makers who know LUA and ASM on an expert level will make a granular table for this game. These fellers may build up these tables as well.

User avatar
gir489
RCE Fanatics
RCE Fanatics
Posts: 800
Joined: Mon May 08, 2017 4:08 am
Reputation: 616

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by gir489 »

Gear2ndGandalf wrote:
Fri Oct 11, 2024 1:39 pm
GamerCH wrote:
Fri Oct 11, 2024 9:00 am
Thank you for your work, is it possible to get a Table like this one for the Remake version?
viewtopic.php?t=17324

Thx in advance
I may contribute within a year for this game, but making a table for modern games is much harder in my experience. The OG Silent Hill 2 was easy as pie because 99% of the addresses were base addresses (green).

No promises that it will be as versatile as my table though. My hopes is more experienced table makers who know LUA and ASM on an expert level will make a granular table for this game. These fellers may build up these tables as well.
80% of the features you had could be achieved with an Unreal engine SDK generator, like [Link] and general knowledge of UE4/UE5. Finding the pointer tree for what you're looking is dog-shit easy once you have the SDK in hand. Usually everything depends on UWorld, which is very easily found, the SDK generator will also give you a relative address that it finds that contains a pointer to UWorld at the time of dumping. UWorld can point you to everything from entities in the world, to the local player, to the local player's inventory, to their stats and other things.

User avatar
Gear2ndGandalf
Expert Cheater
Expert Cheater
Posts: 131
Joined: Mon Aug 23, 2021 11:27 pm
Reputation: 135

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by Gear2ndGandalf »

80% of the features you had could be achieved with an Unreal engine SDK generator, like [Link] and general knowledge of UE4/UE5. Finding the pointer tree for what you're looking is dog-shit easy once you have the SDK in hand. Usually everything depends on UWorld, which is very easily found, the SDK generator will also give you a relative address that it finds that contains a pointer to UWorld at the time of dumping. UWorld can point you to everything from entities in the world, to the local player, to the local player's inventory, to their stats and other things.
So I need to learn Dumper-7 and UWorld. idk what an SDK is off hand. Software developer kit? Anyway, I’m taking online courses on Udemy for ASM and Lua. It’ll be a minute before I try investing in other skill trees.

Thanks for the advise btw!

Luke76bg
Expert Cheater
Expert Cheater
Posts: 276
Joined: Fri Mar 03, 2017 1:54 pm
Reputation: 12

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by Luke76bg »

Thank you so much for this table!!!

It would be possible to get multiplier x amount for ammo pickups and healing items ? The original game had this option for the ammo, unlocked after the first completed playtrough! But it's not present in the new game plus in the remake! This it would be really good for subsequent playtroughs with hard difficulty in combat!

SucralFate
Noobzor
Noobzor
Posts: 5
Joined: Wed Oct 09, 2024 4:19 am
Reputation: 0

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by SucralFate »

thanks a lot, Sir

User avatar
Super-Buni
Cheater
Cheater
Posts: 32
Joined: Thu Sep 05, 2024 12:28 am
Reputation: 3

Re: SILENT HILL 2 (2024) +6 (table Update1)

Post by Super-Buni »

Maybe add a parameter that makes the time counter stop? or that it sets at around 9 hours (for the 10 hour trophy). But it would be a very specific circumstantial detail.

Perhaps it is better, as a forum colleague suggests, to share saves to complete achievements and then just play the game for the sheer pleasure of playing.

bpx
Expert Cheater
Expert Cheater
Posts: 89
Joined: Tue Dec 01, 2020 9:53 am
Reputation: 10

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by bpx »

Bacon969 wrote:
Thu Oct 10, 2024 4:40 am
Here is my save NG+ that should get you the following:

Endings:
Maria (dont listen to hallway conversation)
Leave (inspect Mary's photo and letter multiple times + listen to full conversation)
Rebirth (pick up the book in the lost and found room and complete the game)
Dog ending (go to 3F then observation room and use the dog key)
UFO ending (go to 312 and instead of the video tape just inspect the gem in your inventory)

You will also get achievements for:

I saw that town
Faster than fog
Radio silence
As close as you like

I would like to find a way to edit my inventory/save so I can get the other endings.

Put this save in %LOCALAPPDATA%\SilentHill2\Saved\SaveGames\<user-id>\SaveGameData_9.sav

pwd: fearlessrevolution.com
I guess I'm stupid but somehow this doesn't work for me? Like I can load the savegame but for example going into 3F with the dog key I can just walk around that room (and clip through everything) but no ending or so plays. Likewise, inspecting the gem in 312 for UFO ending won't do anything. I'm so confused

Unoised
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Jan 08, 2023 2:20 pm
Reputation: 1

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by Unoised »

breakx0 wrote:
Mon Oct 07, 2024 10:05 pm
Hi i have problem with employe elavator 1 person. i cant drop pistol and branch Is there any chance to fix problem of cheat to make 0 on inventory or tool inventory?
Any fix ?
I have same problem
Stuck on employe elevator
the wooden plank, pistol, and chainsaw still on inventory

User avatar
Super-Buni
Cheater
Cheater
Posts: 32
Joined: Thu Sep 05, 2024 12:28 am
Reputation: 3

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by Super-Buni »

bpx wrote:
Tue Oct 15, 2024 11:13 am
I guess I'm stupid but somehow this doesn't work for me? Like I can load the savegame but for example going into 3F with the dog key I can just walk around that room (and clip through everything) but no ending or so plays. Likewise, inspecting the gem in 312 for UFO ending won't do anything. I'm so confused
The save may have been hacked, and because of this, certain parameters are not enabled in the saved game.
I didn't find the root folder for the saves to check, but I should try again.

Bacon969
Noobzor
Noobzor
Posts: 9
Joined: Wed Oct 09, 2024 2:58 pm
Reputation: 18

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by Bacon969 »

bpx wrote:
Tue Oct 15, 2024 11:13 am
Bacon969 wrote:
Thu Oct 10, 2024 4:40 am
Here is my save NG+ that should get you the following:

Endings:
Maria (dont listen to hallway conversation)
Leave (inspect Mary's photo and letter multiple times + listen to full conversation)
Rebirth (pick up the book in the lost and found room and complete the game)
Dog ending (go to 3F then observation room and use the dog key)
UFO ending (go to 312 and instead of the video tape just inspect the gem in your inventory)

You will also get achievements for:

I saw that town
Faster than fog
Radio silence
As close as you like

I would like to find a way to edit my inventory/save so I can get the other endings.

Put this save in %LOCALAPPDATA%\SilentHill2\Saved\SaveGames\<user-id>\SaveGameData_9.sav

pwd: fearlessrevolution.com
I guess I'm stupid but somehow this doesn't work for me? Like I can load the savegame but for example going into 3F with the dog key I can just walk around that room (and clip through everything) but no ending or so plays. Likewise, inspecting the gem in 312 for UFO ending won't do anything. I'm so confused
Sounds like the game is having issues loading the area properly. Check your install. The save is legit and the one I used to finish the game, make sure you don't have mods or anything else running.

User avatar
Super-Buni
Cheater
Cheater
Posts: 32
Joined: Thu Sep 05, 2024 12:28 am
Reputation: 3

Re: SILENT HILL 2 (2024) +6 (table Update .3)

Post by Super-Buni »

Bacon969 wrote:
Thu Oct 17, 2024 4:52 am
bpx wrote:
Tue Oct 15, 2024 11:13 am
Bacon969 wrote:
Thu Oct 10, 2024 4:40 am
Here is my save NG+ that should get you the following:

Endings:
Maria (dont listen to hallway conversation)
Leave (inspect Mary's photo and letter multiple times + listen to full conversation)
Rebirth (pick up the book in the lost and found room and complete the game)
Dog ending (go to 3F then observation room and use the dog key)
UFO ending (go to 312 and instead of the video tape just inspect the gem in your inventory)

You will also get achievements for:

I saw that town
Faster than fog
Radio silence
As close as you like

I would like to find a way to edit my inventory/save so I can get the other endings.

Put this save in %LOCALAPPDATA%\SilentHill2\Saved\SaveGames\<user-id>\SaveGameData_9.sav

pwd: fearlessrevolution.com
I guess I'm stupid but somehow this doesn't work for me? Like I can load the savegame but for example going into 3F with the dog key I can just walk around that room (and clip through everything) but no ending or so plays. Likewise, inspecting the gem in 312 for UFO ending won't do anything. I'm so confused
Sounds like the game is having issues loading the area properly. Check your install. The save is legit and the one I used to finish the game, make sure you don't have mods or anything else running.
I checked the save. The dog ending doesn't happen when I open the room, but I was able to complete the game normally.
Thank you so much for your generous contribution. I'm sometimes a bit obsessive about achievements in games I love, so you help me get some peace of mind when completing them.
I wish I had the free time I had in my youth.
Thank you so much

Post Reply

Who is online

Users browsing this forum: admantx, Google Adsense [Bot], jonaaa, kisskhan