Carnal Instinct
이 커뮤니티 허브는 '성인 전용'으로 분류되어 있습니다. 환경 설정에 이러한 콘텐츠를 표시하도록 설정되어 있어 이 허브가 표시되었습니다.

Carnal Instinct

평점이 부족합니다.
Cheating in UE5_beta by modifying saving files
JonorBX 님이 작성
CHEATING WILL DESTROY GAME EXPERIENCE, YOU HAVE BEEN NOTIFIED

This tip guides you to modify Level, Carnal Instinct and Attribute Points

There is a post in the community that using website to decode UE4 version saving files, but that does not work on UE5, so I decided to share my method to cheat.

The process is kinda complicated, might need some computer science knowledge.

Sorry for not providing image guide, I just don't have enough time for polishing.
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Software you needed
  • Windows Calculator
    (or any software that helps you convert decimal numbers into HEX)

  • Editors like HxD that can show and modify files in HEX format

  • Comparing software like WinMerge
    ( to allocate Attribute Point )
Level and Carnal Instinct
Allocating
Use HxD open a saving file, use shortcut Ctrl + F to find a string listed below:
Level_7_5C6E1B894044A18C712694A942B84D2C

Location usage
Normally, you should find 2 results, the first one is for Level, and the second one is for Carnal Instinct.
To modify the value, find the nearest 'IntProperty..................None', there should be 18 bytes between 'IntProperty' and 'None'

Modifying
Assuming your Level is 11 (HEX= 0B ) and Carnal Instinct is 100 (HEX= 64 )
If you watch in HEX view, you would find it looks like:
00 00 00 00 00 04 00 00 00 00 0B 00 00 00 05 00 00 00
00 00 00 00 00 04 00 00 00 00 64 00 00 00 05 00 00 00

Now use Windows Calculator to convert your desired number in to HEX number and fill it into corresponding position,

save file and load it in game. you should find your Level changed.

*if you want to modify a larger number (bigger than 255), please search 'little-endian format' on website.
Attribute Points
The location of Attribute Points is tricky to find, and it varies as your game process changes, you will need WinMerge to help you.

Prepare 2 Saving Files
Open your game and pick a teleport spot which gets you near to an enemy,

arm with your most-used weapon and save.

Modify this saving file, set your level to 0 and this file would be your 'Save-A'.

Then you load the 'Save-A', go and kill some enemy to get your level from 0 to 1.

You should have 3 Attribute Points now, save this file, let's mark it as 'Save-B'

Comparing and Allocating
Opne WinMerge, select 'Save-A' and 'Save-B' in system folder and drag them into WinMerge.

You are seeing nothing meaningful now, and WinMerge should note you to view in hexadecimal, follow it.

use shortcut Alt+↓ and Alt+↑ to find a difference within a section of text like:
d992e5d9-4c15-5841-377f-7c94bbd6faa0.......None.....None.....None.....StatPoints.....IntProperty...........Version Number.

Modifying
Theoretically, you should find your Attribute Points(HEX) between 'IntProperty' and 'Version Number', which should be highlighted.

Modify Using WinMerge
Modify a value in HEX view, save(replace) the files opened.

Modify Using HxD
Mark down the location(on the left side, like 7FCCFC) of this text and find it in HxD, modify the data after 'IntProperty' using the method you used on level.

Save your modified file 'Save-B', load it in the game, then you should have desired Attribute Points.
댓글 2
антеи 42 сайз 2025년 5월 13일 오후 12시 10분 
hard -_-
bothentie 2025년 5월 8일 오후 6시 39분 
Thank you very much sir, Even though it is not a easy task but i learnt a lot in the process. Thank you sir,greatly