Fai1ure Posted August 25, 2021 Posted August 25, 2021 Anyone know how to get a controller to work as controls?
Overmodz2g Posted January 17, 2022 Posted January 17, 2022 Hey, I'm pretty late to this, but I just have a problem with the basic function of this mod. It simply just doesn't work, under any circumstance. I can't move the camera or do anything when I go to tfc. Any solutions? I read all the code things but Idk how to change that so could there be an update thing or can I get a step-to-step guide on how to change it myself? Thanks in advance.
sexyasshorse24 Posted March 27, 2022 Posted March 27, 2022 On 1/17/2022 at 9:43 AM, Overmodz2g said: Hey, I'm pretty late to this, but I just have a problem with the basic function of this mod. It simply just doesn't work, under any circumstance. I can't move the camera or do anything when I go to tfc. Any solutions? I read all the code things but Idk how to change that so could there be an update thing or can I get a step-to-step guide on how to change it myself? Thanks in advance. Probably already figured it out, but in case you didn't. Assuming you're update to the most recent version of F4SE, find the PostmortemTFC config settings located in Fallout 4\Data\F4SE\Plugins. Copy and replace the corrected settings by ray314   [Main] PlayerOffset=0x05AA4388 CameraOffset=0x058CEB28 MenuModeOffset=0x05A66FB0 InputManagerOffset=0x59DA210 SetCamRotOffset=0x4A546B SetCamPosOffset=0x4A4C0E SetCamZoomOffset1=0x1256A49 SetCamZoomOffset2=0x1256AC3 CheckDeadOffset=0xF446A6 3rdPersonZAdjust=-100 KeyAccel=18;alt KeySpeed=40 MouseSpeed=75 WheelSpeed=80  1
Zeldriik Posted April 18, 2022 Posted April 18, 2022 Was just about to have an inquiry but this man saved us, thank you!! 1
Duntalkcoc Posted May 25, 2022 Posted May 25, 2022 On 3/27/2022 at 5:31 PM, sexyasshorse24 said: Probably already figured it out, but in case you didn't. Assuming you're update to the most recent version of F4SE, find the PostmortemTFC config settings located in Fallout 4\Data\F4SE\Plugins. Copy and replace the corrected settings by ray314   [Main] PlayerOffset=0x05AA4388 CameraOffset=0x058CEB28 MenuModeOffset=0x05A66FB0 InputManagerOffset=0x59DA210 SetCamRotOffset=0x4A546B SetCamPosOffset=0x4A4C0E SetCamZoomOffset1=0x1256A49 SetCamZoomOffset2=0x1256AC3 CheckDeadOffset=0xF446A6 3rdPersonZAdjust=-100 KeyAccel=18;alt KeySpeed=40 MouseSpeed=75 WheelSpeed=80  omg i changed my f4se loader build from 20 to 21 for the code but its still not working. my current version is 163 and buid 21
Davidd9 Posted July 22, 2022 Posted July 22, 2022 sry,but who can give me the latest version of ini's data .My FO4 version is 1.10.163 plz.
sweatyballswpg Posted November 22, 2022 Posted November 22, 2022 Can someone send over the latest version of ini's data for 1.10.163 please. The old ini. works but some controls stop working after reloading a save!
Wellpry Posted November 28, 2022 Posted November 28, 2022 I can't move the camera after death pls help
StarPlatinumRequiem Posted January 10, 2023 Posted January 10, 2023 this mod needs to be updated for version 1.10.163Â
zjy6407 Posted January 28, 2023 Posted January 28, 2023 Hello, author, I am a Chinese player. I am currently using the nexusmods mods manager to run the game, that is, f4se. I installed the data file into the nexusmods mods manager, but my perspective is still fixed after death! I am currently using the Chinese version plus some mods I downloaded. I hope you can help me! Thank you
osuruktanteyyare123 Posted April 17, 2023 Posted April 17, 2023 god someone needs to send the latest .ini
hhhhjansj Posted July 20, 2023 Posted July 20, 2023 Should I install this mod in the game root directory or the mod manager?
AsrielChara Posted July 26, 2023 Posted July 26, 2023 On 7/20/2023 at 1:54 AM, hhhhjansj said: Should I install this mod in the game root directory or the mod manager? i did both but it seems to still give no reaction, the mod is broken i believe, it was working 3 months ago without the patchÂ
mazhiyuanxuan Posted September 12, 2023 Posted September 12, 2023 Hey! Thanks for your mod! I don't know if you continue playing FO4? This mod will led the DLL report bug and then do not work in game, do you have any idea to fix it? I have tried many ways in the disscusion forum.
hyprehyperhyper Posted July 6, 2024 Posted July 6, 2024 On 7/17/2018 at 7:36 AM, gp160 said: I have uploaded the new version. I didn't know there are new requests until someone sent me a message. As Contagious Waffles said, all you need to do to adapt to a new version is to change those relative virtual addresses. Here is how you do it: Delete the dll file. Open the ini file. Set PlayerOffset=g_player in src\f4se\f4se\GameReferences.cpp Set CameraOffset=g_playerCamera in src\f4se\f4se\GameCamera.cpp Open Fallout 4 and Cheat Engine. Attach to fallout4.exe, Hex=Yes, Scan Type=Search for this array, Value Type=array of byte, Writable=No, Executable=Yes, CopyOnWrite=No Search for 83 BB E0 01 00 00 00 4C 8B E9, right click the result, select disassemble the result mem region Find the instruction cmp dword ptr [rbx+000001E0],00, right click, select Find out what address this shit accesses, return to the game after a new window shows up. Switch back to Cheat Engine after a few seconds, right click the result, select Copy address to clipboard. Right click the lower part of Cheat Engine's Memory Viewer window, select Goto Address, Ctrl+V, then type in -fallout4.exe, click ok. Set MenuModeOffset to the resulted value(this is the difference between the copypasted address and the base address of fallout4.exe's image in its virtual memory space, hence called offset or relative virtual address). Click New Scan in Cheat Engine, search and disasm 48 89 78 18 8B 86 F0 0E 00 00 48 89 BE E8 0E 00 00 89 47 20 FF 86 F0 0E 00 00 48 C7 47 18 00 00. The highlighted instruction will be mov [rax+18],rdi. Find the instruction mov rcx,[Fallout4.exe+Something] somewhere below it. The 'Something' is the value needed for InputManagerOffset. Search and disasm F3 0F 59 C8 F3 0F 59 D0 F3 41 0F 10 98 A0 00 00 00 F3 0F 58 94 24 90 00 00 00 F3 0F 58 8C 24 98 00. The RVA of the call instruction you see is the value for SetCamRotOffset. Search and disasm F3 0F 10 44 24 44 F3 0F 11 40 04 F3 0F 10 4C 24 48 48. The RVA of the call instruction you see is the value for SetCamPosOffset. Search and disasm F3 0F 10 F0 44 0F 29 84 24 A0 02 00 00 44 0F 51 C0 F3 45 0F 5C CA 41. The RVA of movss [rdi+50],xmm10 is the value for SetCamZoomOffset1. This instruction is above the highlighted instruction, you need to scroll up to see it. Search F3 0F 11 57 50 44 0F 28 84 24 A0 02 00 00 F3 0F 59 C8 F3 0F 11 4F 54 0F 28 5C 24 40 44 0F 28 94 24 80 02 00 00 44 0F 28. The RVA of the result is the value for SetCamZoomOffset2. Search F7 81 30 01 00 00 00 00 1E 00 75 57 E8. The RVA of the jne instruction is the value for CheckDeadOffset. Save the ini file and restore the dll.  I have been trying to use this method to get this mod working on the latest version of the game but the address: 83 BB E0 01 00 00 00 4C 8B E9 doesn't seem to exist. If anyone is able to help me figure this out please let me know.
hyprehyperhyper Posted July 11, 2024 Posted July 11, 2024 Made some progress in getting this old thing to function, will update if and when I have a mostly functional INI file. I am fixing for runtime 1.10.984 build 0.7.2.
hyprehyperhyper Posted July 11, 2024 Posted July 11, 2024 My few advances just led to brick walls, I have no idea how to do this despite having the instructions.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now