Remnant 2 (Steam)

Upload your cheat tables here (No requests)
demorest2
Expert Cheater
Expert Cheater
Posts: 296
Joined: Wed Mar 04, 2020 1:14 pm
Reputation: 38

Re: Remnant 2 (Steam)

Post by demorest2 »

how to summon relic fragments of max rarity?*

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

unREAL
Expert Cheater
Expert Cheater
Posts: 149
Joined: Sat May 07, 2022 4:46 pm
Reputation: 61

Re: Remnant 2 (Steam)

Post by unREAL »

DrNinja245 wrote:
Tue Aug 08, 2023 11:09 am
this is a video i made to help you guys out with the table and spawning items!!

I would recommend to use [Link] for your video desc. list, and probably all players would be happy if you would post that list here on the forum :)

I really hope this video helps people to understand how it works :mellow:

If you wan't a really cool video you could do this:

Code: Select all

Summon /Game/World_City/Quests/Quest_Story_Intro/Character_NPC_CompanionBo.Character_NPC_CompanionBo_C

Summon /Game/World_City/Quests/Quest_Story_Intro/Character_NPC_CompanionClementine.Character_NPC_CompanionClementine_C

Summon /Game/World_City/Quests/Quest_Story_Intro/Character_NPC_CompanionCass.Character_NPC_CompanionCass_C
:lol:

You can also spawn enemies but you need to use FModel first to find the path+name.
I think this kind of videos is okay for anyone because you are linking to the original forum post for the download. :)

Edit: you might could say the authors name in the video, just to make sure to credit cfemen.
other than that - nice video, good voicover and everything is understable!

kkpcn001
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 01, 2023 10:51 pm
Reputation: 3

Re: Remnant 2 (Steam)

Post by kkpcn001 »

Inject to process
features enabled by default:
God mode
inf health
inf ammo(no reload)
inf stamina
skill cooldowns disabled
switch:
press INS : telport all items to self
press HOME : change all inventory items to 999 and weapons to +255
press F1 ON/OFF easymode (right button Lock monsters and set health to 0.1)
press F2 ON/OFF through the wall on [Space] press down
press END teleport to your Ping(Mark) location
ESP:
monsters,items,NPCs
Menu and items name in Chinese
Attachments
Remnant2X.7z
pwd:123
(218.02 KiB) Downloaded 338 times
Last edited by kkpcn001 on Tue Aug 08, 2023 3:50 pm, edited 2 times in total.

kkpcn001
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 01, 2023 10:51 pm
Reputation: 3

Re: Remnant 2 (Steam)

Post by kkpcn001 »

Source code for cheat project(Cpp)
Attachments
Remnant2XProj.7z
pwd:123
(613.84 KiB) Downloaded 160 times
Last edited by kkpcn001 on Tue Aug 08, 2023 4:02 pm, edited 1 time in total.

RogueTech
Expert Cheater
Expert Cheater
Posts: 158
Joined: Fri Dec 03, 2021 3:41 am
Reputation: 22

Re: Remnant 2 (Steam)

Post by RogueTech »

DrNinja245 wrote:
Tue Aug 08, 2023 11:09 am
this is a video i made to help you guys out with the table and spawning items!!

@DrNinja245. The video is really well done. I noticed your link to the Item Id List is not going to work for anyone except you :-)

Item Id List:
- file:///C:/Users/samas/OneDrive/Documents/Remant%202%20Cheat%20Engine/Remant%202%20Item%20Ids.txt

RogueTech
Expert Cheater
Expert Cheater
Posts: 158
Joined: Fri Dec 03, 2021 3:41 am
Reputation: 22

Re: Remnant 2 (Steam)

Post by RogueTech »

RogueTech wrote:
Tue Aug 08, 2023 3:30 pm
DrNinja245 wrote:
Tue Aug 08, 2023 11:09 am
this is a video i made to help you guys out with the table and spawning items!!
@DrNinja245. The video is really well done. I noticed your link to the Item Id List is not going to work for anyone except you :-)

Item Id List:
- file:///C:/Users/samas/OneDrive/Documents/Remant%202%20Cheat%20Engine/Remant%202%20Item%20Ids.txt

kkpcn001
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 01, 2023 10:51 pm
Reputation: 3

Re: Remnant 2 (Steam)

Post by kkpcn001 »

kkpcn001 wrote:
Tue Aug 08, 2023 3:21 pm
Source code for cheat project(Cpp)
UE.h/FName::GetName():
FString& GetName()
{
static FString* (*FNAME_GETNAME)(FName*, FString*) = NULL;
if (!FNAME_GETNAME)
{
auto tmpaddr = FindPattern("Remnant2-Win64-Shipping.exe", "48 8B 56 08 48 8D 8D 18 01 00 00 E8");
FNAME_GETNAME = (decltype(FNAME_GETNAME))(RELOC(tmpaddr, 12));
}
static FString _none = L"___None___";
static FString _null = L"NULL";
if (IsBadReadPtr(this, sizeof(FName))) return _null;
if (this->ComparisonIndex < 0 || this->ComparisonIndex>40000000) return _none;
static std::unordered_map<int, FString> maps = std::unordered_map<int, FString>();
auto found = maps.find(ComparisonIndex);
if (found != maps.end())
{
return found->second;
}
FString result = L"";
FNAME_GETNAME((FName*)this, &result);
maps[ComparisonIndex] = result;
return result;
}
Modified to pattern search, it does not need to be updated later
UCLASSPROPERTY will try to find the offset automatically unless the previous feature match does not find StaticFindObject,FNAME_GETNAME,UWorld... Otherwise it works in theory and won't need to be modified in the future
Last edited by kkpcn001 on Tue Aug 08, 2023 3:44 pm, edited 1 time in total.

User avatar
SunBeam
Administration
Administration
Posts: 4817
Joined: Sun Feb 04, 2018 7:16 pm
Reputation: 4436

Re: Remnant 2 (Steam)

Post by SunBeam »

roguewoa wrote:
Mon Aug 07, 2023 8:52 pm
Respect is earned, and in the past I see you blatantly disrespect someone because they are new to modding and ask a basic question. Just don't respond and move along to your own tables you make. I've met a lot of smart idiots in my life, you are one of them.
I find it funny how some people think they're smarter than the audience, that "this'll show him!", pat themselves on their backs and re-read their masterpiece of a comeback. To end-up contradicting themselves: "respect is earned" vs. "new to modding" <- this here implies they've yet to have earned any respect T_T. But then again, I noticed you use present tense for past events in the same sentence, meaning it's all the same to you when these occur on a timeline. Indeed wisdom has been chasing you, but you have always been faster. Keep practicing.

kkpcn001
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 01, 2023 10:51 pm
Reputation: 3

Re: Remnant 2 (Steam)

Post by kkpcn001 »

kkpcn001 wrote:
Tue Aug 08, 2023 3:21 pm
Source code for cheat project(Cpp)
Just uploaded the wrong file, ahahaha

RogueTech
Expert Cheater
Expert Cheater
Posts: 158
Joined: Fri Dec 03, 2021 3:41 am
Reputation: 22

Re: Remnant 2 (Steam)

Post by RogueTech »

kkpcn001 wrote:
Tue Aug 08, 2023 3:19 pm
Inject to process
features enabled by default:
God mode
inf health
inf ammo(no reload)
inf stamina
skill cooldowns disabled
switch:
press INS : telport all items to self
press HOME : change all inventory items to 999 and weapons to +255
press F1 ON/OFF easymode (right button Lock monsters and set health to 0.1)
press F2 ON/OFF through the wall on [Space] press down
press END teleport to your Ping(Mark) location
ESP:
monsters,items,NPCs
Menu and items name in Chinese
@kkpcn001. Thanks for adding this "new" thing to this cfeman's table thread. Care to tell us...

1) How to use it?
2) Is this for a specific/particular version of the game?
3) Do we just start Cheat Engine 7.5 or do we have to first load cfeman's latest [Remnant2-Win64-Shipping_UE4SS.CT] - Steam 382.788 / 382.873 (UE4SS Compatible) +Patched Summon] table?
4) Is this how to use the .dll?
- From CE 7.5, Attach to the game process
- Click [Memory View] button
- [Memory Viewer] -> [Tools] -> Inject DLL
5) Do you really need to add a password to the .7z/.zip file? Is this something special?
Thanks

kkpcn001
Novice Cheater
Novice Cheater
Posts: 19
Joined: Tue Aug 01, 2023 10:51 pm
Reputation: 3

Re: Remnant 2 (Steam)

Post by kkpcn001 »

RogueTech wrote:
Tue Aug 08, 2023 4:15 pm
kkpcn001 wrote:
Tue Aug 08, 2023 3:19 pm
Inject to process
features enabled by default:
God mode
inf health
inf ammo(no reload)
inf stamina
skill cooldowns disabled
switch:
press INS : telport all items to self
press HOME : change all inventory items to 999 and weapons to +255
press F1 ON/OFF easymode (right button Lock monsters and set health to 0.1)
press F2 ON/OFF through the wall on [Space] press down
press END teleport to your Ping(Mark) location
ESP:
monsters,items,NPCs
Menu and items name in Chinese
@kkpcn001. Thanks for adding this "new" thing to this cfeman's table thread. Care to tell us...

1) How to use it?
2) Is this for a specific/particular version of the game?
3) Do we just start Cheat Engine 7.5 or do we have to first load cfeman's latest [Remnant2-Win64-Shipping_UE4SS.CT] - Steam 382.788 / 382.873 (UE4SS Compatible) +Patched Summon] table?
4) Is this how to use the .dll?
- From CE 7.5, Attach to the game process
- Click [Memory View] button
- [Memory Viewer] -> [Tools] -> Inject DLL
5) Do you really need to add a password to the .7z/.zip file? Is this something special?
Thanks
just open CE -> open process -> view memory -> Tool -> Inject DLL -> Select DllFile -> OK have fun

RogueTech
Expert Cheater
Expert Cheater
Posts: 158
Joined: Fri Dec 03, 2021 3:41 am
Reputation: 22

Re: Remnant 2 (Steam)

Post by RogueTech »

kkpcn001 wrote:
Tue Aug 08, 2023 4:21 pm
RogueTech wrote:
Tue Aug 08, 2023 4:15 pm

@kkpcn001. Thanks for adding this "new" thing to this cfeman's table thread. Care to tell us...

1) How to use it?
2) Is this for a specific/particular version of the game?
3) Do we just start Cheat Engine 7.5 or do we have to first load cfeman's latest [Remnant2-Win64-Shipping_UE4SS.CT] - Steam 382.788 / 382.873 (UE4SS Compatible) +Patched Summon] table?
4) Is this how to use the .dll?
- From CE 7.5, Attach to the game process
- Click [Memory View] button
- [Memory Viewer] -> [Tools] -> Inject DLL
5) Do you really need to add a password to the .7z/.zip file? Is this something special?
Thanks
just open CE -> open process -> view memory -> Tool -> Inject DLL -> Select DllFile -> OK have fun
@@kkpcn001. Thanks, so this has nothing to do with @cfeman's table? You just decided to add your own table/process to this thread? This thread is getting long and confusing enough to follow without yet another/new/different table/process added to it. I'm just trying to understand. Thanks.?

User avatar
C0nfig84
Cheater
Cheater
Posts: 43
Joined: Fri Oct 18, 2019 3:44 am
Reputation: 10

Re: Remnant 2 (Steam)

Post by C0nfig84 »

Ok so bit of a simple question here, but how do i spawn in lets say a ring or and amulet but i want 100 of them to spawn.

Can i do this all with 1 line of the summon command, rather than summoning it 100 times.

Thanks in advance :)

User avatar
C0nfig84
Cheater
Cheater
Posts: 43
Joined: Fri Oct 18, 2019 3:44 am
Reputation: 10

Re: Remnant 2 (Steam)

Post by C0nfig84 »

Chonker wrote:
Sun Jul 30, 2023 4:55 am
how to remove some of the rings ? i accidentally dropped 100 instead of 1, thanks!
How did you spawn in 100 ?

JimShallow608
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Aug 02, 2023 2:38 am
Reputation: 0

Re: Remnant 2 (Steam)

Post by JimShallow608 »

cfemen wrote:
Sun Jul 23, 2023 5:16 pm
Hi,

attached is the table for the current Steam version 382.873 ( you can see that in the top left corner at the main menu )

Options:

Patch Exec Flag
allows to execute functions with the console

Patch Summon
Allows to create items,Instructions are here: viewtopic.php?p=306201#p306201
In order that this script works correctly it is required to use Cheat Engine 7.5 and you need to enable the Cheat Manager script in the Main Menu!

Enable Console
as title says, you can open the console with the ~Tilde key

Set Console-Key To F1
use this in case you can't open the console with Tilde coz of your keyboard layout

Cheat Manager
constructs the cheat manager, you need to execute this in the main menu

Try Give Resource
script opens a input field that needs the follow format: Item|Amount

Example:
Material_Scraps_C|100 = will add to the inventory 100 scrap parts.

List of some resources:

Code: Select all

Material_Scraps_C
Material_Iron_C
Material_ForgedIron_C
Material_GalvanizedIron_C
Material_HardenedIron_C
Material_LumeniteCrystal_C
Material_LumeniteCorrupted_C
Material_RelicDust_C
Material_TomeOfKnowledge_C 
(for more resources look at my consumables/materials list)

Note: the script can only give you the item if the class is loaded by unreal!
You can load items by path with the newest table, read the instructions here: viewtopic.php?p=306201#p306201

Note 2: using this script will cause that the game crashes if you go back to the main menu, UE5 does not like Lua threads...
But normal level loads will work fine after spawning!

+1 Trait Point
each time you activate this script you get +1 trait point

Refund Trait Points
as title says, resets all traits and you get all the spended points back

Replenish All
gives you full health + ammo + mod charges + dragon hearts

Set Current Weapon Full Auto + Super Fire-Rate
you current equipped weapon will shoot full auto with a high rate of fire, you might need to activate this again (e.g if you die or for your second weapon)

Set Current Weapon Damage To X?
open a input field that allows to set the desired damage amount of the current weapon, you might need to activate this again (e.g if you die)

No Damage Fall Off At Range
as title says

God Mode
toggles the god flag, you might need to activate this again ( e.g reloading your savegame )

Disable Sway

No Recoil

Replenish Dragon Hearts

Replenish Ammo

Charge Mod

Inf. Ammo Clip

Inf. Reserve Ammo

----------------------------------------------------------------------------------------------------------------------------------------

Unfortunately the cheat manager is pretty useless, most of functions are Ret 0 or they missing stuff that would be needed to work correctly, so you don't have much useful console commands :(

so here is the list of useful and working commands:

Code: Select all

Slomo x ( replace x with any number, e.g 2 = double speed )
KillSelf 
ServerLeaveDungeon  ( works ofc only IF you are currently in a dungeon )
TravelToLastCheckpoint
ReplenishAllResources
RefundAllTraitPoints
Summon x
BugItGo x y z
Patch Exec Flag and Cheat Manager needs to be active in order to use the commands!

Ofc you can also use all the other default UE4 commands ( use google for that ) e.g r.fog 0

//

List from iv2b with weapons, armor, rings, amulets and gems: viewtopic.php?p=306405#p306405
Make sure to thank this dude for his work!

Consumable + Materials list can be found if you go to the instruction link for the Patch Summon command!

[Link] -> The Item Category-Tab contains lots of paths + item-names!




IF you are using Mods(e.g Allow Asset from Nexus) then the table may not work as intended, you can try the Steam 382.788 / 382.837 (UE4SS) version but I can't guarantee everything works as intended!
So please keep this in your mind before you write "please update" or "not working" :)




Cheat Engine 7.5 Is Required! Otherwise You Can Not Spawn All Items Coz The PATCH SUMMON Script Will Fail!
The game updated about 1-2 days ago, if you can possibly update the give resource command that would be great!

Post Reply

Who is online

Users browsing this forum: AhrefsBot, AmazonBot, Pain101, Samonusuke, SemrushBot, WingBoard2, XeTrinityz