Replies: 2 comments 13 replies
-
|
This feels familiar. I'll look in ghidra when I get home |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
as for the question you originally asked it all looks fine to me. so i would ask where are you actually calling the GetINISetting in your code? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking into doing improvements to non-on-wrist PipBoy interaction like in-front. But I got stuck being able to get the player PipBoy setting with crash in
F4SEVRand I don't know how to proceed.Seeing as the config is saved into
fallout4prefs.iniit made sense to useGetINISetting:Setting* set = GetINISetting("bAttachPipboyToHMD:VR");Unfortunately, it crashes for any values in
fallout4prefs. Crash log (trimmed):The relevant code in F4SEVR
GameSettings.cpp:So, it looks like
g_iniPrefSettingsunlikeg_iniSettingsdoesn't have thedatafield pointer correct in memory.Questions:
0x05942F80is incorrect?p.s. I tried to see if I can find answers in discord but I can't find any relevant modding questions. It feels wasteful to get an answer there that will be lost the next day. Am I missing something? is there a specific discord group? Where would you look for answers for this?
cc @rollingrock @CylonSurfer
Huge thanks for your input!
Beta Was this translation helpful? Give feedback.
All reactions