The ZIP contains the compiled DLL + source code, in case you wanna fiddle with it. Compiled with Microsoft Visual Studio 2017.
Pros Items
Hi guys,
So I downloaded the source code from the "Assassin’s Creed® Valhalla - InventoryEditor" thread by STN and wrote a proxy that persuaded PROS to give me all the items. Thank you very much for sharing this template.
Download the zip archive, extract its content, and move the d3d9.dll file to the "..\KingdomComeDeliverance2\Bin\Win64Shared\" folder, and the items should be added to your chest.
C and C++ are not my native programming languages, but I managed to get it done.
I made this library for myself because I missed some Twitch drops.
I can't guarantee it will work forever so if the tool becomes incompatible with future game updates, then feel free to fix the source code.
How this is supposed to work ?
Would you mind elaborating ?
As far as I see, the whole DLL can be rewritten to CE
- scan for 48????080FB64304
- rewrite last two bytes (4304) with 0390
(ie. replace movzx eax,byte ptr [rbx+04] with movzx eax,byte ptr [rbx])
How this is supposed to work ?
Would you mind elaborating ?
As far as I see, the whole DLL can be rewritten to CE
- scan for 48????080FB64304
- rewrite last two bytes (4304) with 0390
(ie. replace movzx eax,byte ptr [rbx+04] with movzx eax,byte ptr [rbx])
It works exactly as you described.
The time window for hooking up and activating the script is limited because the data from PROS is retrieved just before the intro cinematics and is read only once.
I could have done it as a CE table, but I wanted to try something different.
I killed some guards and now people yell at me that i'm the murder! How to remove this ? O_o
Load a save done before murdering guards .
Or you might try to buy yourself out - in some villages there is a post-box like thing on the wall of mayor's house where you can pay (using money) for your crimes.
There is no murderer flag, game is event driven and those events / actions are logged and based on the log and time you are marked as thief, murderer, etc. Moreover all of these can be global or area dependent .
Last edited by sanitka on Sun Mar 02, 2025 10:27 pm, edited 1 time in total.
I killed some guards and now people yell at me that i'm the murder! How to remove this ? O_o
Load a save done before murdering guards .
Or you might try to buy yourself out - in some villages there is a post-box like thing on the wall of mayor's house where you can pay (using money) for your crimes.
There is no murderer flag, game is event driven and those events / actions are logged and based on the log and time you are marked as thief, murderer, etc. Moreover all of these can be global or are dependent .
Maybe a mod # 510 at nexus - "No Crimes" or # 123 "More reasonable Crime (MRC) - PTF".
or
If murder can "fade off" after some time then a cheat which allows you to speed game time multiple times (while ensuring that you do not die of starvation) might solve the issue.
Maybe a mod # 510 at nexus - "No Crimes" or # 123 "More reasonable Crime (MRC) - PTF".
or
If murder can "fade off" after some time then a cheat which allows you to speed game time multiple times (while ensuring that you do not die of starvation) might solve the issue.
I'm not new to CE, but I can hardly wrap my head around how it could be used in an "interactive" way like in this video:
The tool the uploader wrote is in C++ but they claim this could be done in CE. I wonder:
1. Would such a complex tool be possible in CE?
2. In what type are the camera coordinates usually stored?
3. Can CE be used to bind functions to keys?
I'm not new to CE, but I can hardly wrap my head around how it could be used in an "interactive" way like in this video:
The tool the uploader wrote is in C++ but they claim this could be done in CE. I wonder:
1. Would such a complex tool be possible in CE?
2. In what type are the camera coordinates usually stored?
3. Can CE be used to bind functions to keys?
yes, there is no magick, just a scan for a value and then a piece of code (like in CE)
probably set of floats/doubles
sure (try right click menu and set hotkeys )