Thanks for the mod and anyone playing the DC, you may can just set first person in steam under controls. Just make whatever button you use, I use controller and changed it R3, and set that button as a toggle in steam.
You can use free software to map keyboard controls to your controller. I use legacy software called 'Xpadder' which is abandonware. There are newer alternatives out I am sure.
What I meant was that it doesn't give you the steps to follow, because for those who have the Director cut version, there's no mod for a first-person view.
The director's cut is an entirely different .exe than this so it would need to be remade. You can remake this pretty easily, happy to help if you want.
Feel free to DM me and I can send you my discord or I can help here in comments section if you want. I was taught nearly everything I know so I'm happy to help as well.
Creating a script for adjusting the FOV is quite easy. Disabling HUD elements are just 1s and 0s but will take more time since it is easy to crash finding those.
Yes, if you have the time to explain to someone who knows nothing, we can go through private messages. I'm very interested in modding, it's just the knowledge I lack.
I searched for byte values changing from 0 to 1 or 1 to 0 when switching back from compass mode and 3rd person to find HUD elements. Easier part is finding the float value of the FOV.
Hello, This is a copy paste of a comment you already made.. I have tried to look for these values but after enabling the script the game crashes. What exactly were your search settings and how did you end up with the values? not interested with FOV only the hud elements. Thanks
It sounds like it is a different version of the game, so the existing scripts won’t be helpful except as reference.
I can help over discord if you want. I had plenty of help learning from a friend. happy to help. It is kinda intimidating if you are new to cheat engine.
searching for 1 and 0 in a large game requires a fast SSD or a RAMDisk (which is what I use)
You will want to select byte to search for a 1 and then change your hud and search for a 0 and keep doing that until you find a value that is changing your HUD. You will want to search for 0 and then 1 after that. It is easy to crash if you change the wrong values.
Right click the values that are toggling your HUD, and find out what writes to it by changing your HUD in game.
Double click the address that is writing to the value to open up memory viewer.
Then in memory viewer you can create an auto assembly script or do a pointer scan so you can keep using the values after restarting game.
Finding the FOV is a lot easier since it is a float that can easily be changed in-game and quickly found by changed/unchanged searches.
I searched for byte values changing from 0 to 1 or 1 to 0 when switching back from compass mode and 3rd person to find HUD elements. Easier part is finding the float value of the FOV.
21 comments
Creating a script for adjusting the FOV is quite easy. Disabling HUD elements are just 1s and 0s but will take more time since it is easy to crash finding those.
I'm very interested in modding, it's just the knowledge I lack.
I can help over discord if you want. I had plenty of help learning from a friend. happy to help. It is kinda intimidating if you are new to cheat engine.
searching for 1 and 0 in a large game requires a fast SSD or a RAMDisk (which is what I use)
You will want to select byte to search for a 1 and then change your hud and search for a 0 and keep doing that until you find a value that is changing your HUD. You will want to search for 0 and then 1 after that. It is easy to crash if you change the wrong values.
Right click the values that are toggling your HUD, and find out what writes to it by changing your HUD in game.
Double click the address that is writing to the value to open up memory viewer.
Then in memory viewer you can create an auto assembly script or do a pointer scan so you can keep using the values after restarting game.
Finding the FOV is a lot easier since it is a float that can easily be changed in-game and quickly found by changed/unchanged searches.