ShinraStrife Posted November 22, 2015 Author Share Posted November 22, 2015 I got it working. Thanks for pointing me in the right direction tho. I woulda been messing with the other parameters all night XDIt turns out the developers of FO4Edit create their own fake data and don't show the real binary. What you found is actually correct. They might have done the values in Little-Endian. Idk I don't know much about hexadecimal. Link to comment Share on other sites More sharing options...
gibbed Posted November 22, 2015 Share Posted November 22, 2015 They might have done the values in Little-Endian. Idk I don't know much about hexadecimal.Endianness doesn't apply on the bit level (well, it can, but that's not what's going on here), this is just munged. But hey, problem is solved. :smile: Link to comment Share on other sites More sharing options...
sqparadox Posted November 22, 2015 Share Posted November 22, 2015 (edited) If I might ask, where did you get a build of FO4Edit? The source is on github but I can't compile it as there are no free delphi compilers. Edit: Found it.http://afkmods.iguanadons.net/index.php?/topic/3750-wipz-tes5edit/ Edited November 22, 2015 by sqparadox Link to comment Share on other sites More sharing options...
MrsHandy Posted November 22, 2015 Share Posted November 22, 2015 Am I missing something? Can anyone share the link to FO4Edit? Link to comment Share on other sites More sharing options...
ShinraStrife Posted November 22, 2015 Author Share Posted November 22, 2015 Am I missing something? Can anyone share the link to FO4Edit? sqparadox beat me to it. XD You gotta be careful using FO4Edit though. Its still very much a work in progress and I had problems just adding a crafting recipe (which is a simple change) One of the devs fixed it fast enough but just keep in mind mods that make serious changes may not be possible yet due to the file formats and record structures being different from earlier games. Link to comment Share on other sites More sharing options...
zilav Posted November 22, 2015 Share Posted November 22, 2015 Hit F2 when standing on a cell with condition type in the right pane and dropdown box will appear with all possible values. Actually F2 is the default edit hotkey for all fields. Those binary like values are indeed internal xEdit data representation only. Link to comment Share on other sites More sharing options...
Recommended Posts