Those in theory should not be needed. If we find that the heap is still inadequate after probably being rewritten during the x64 port then we'll take a look. It is very important to not make guesses about what is going wrong without evidence.
true, still I was hoping for an automagical solution.
will this be available you think on Xbox One?
No. The type of things we do to hook the game are not allowed on the consoles.
http://www.pcpowerplay.com.au/feature/fallout-4-modders-take-aim,411831
I must say, I am VERY impressed with how fast people have torn this game apart.
I intend to dig into Fallout 4 in the future just like I did with Oblivion, Fallout 3 and Fallout New Vegas (I wrote data file code for esp/esm files for all 3 games), only thing is my crappy old PC (Core 2 Duo) isn't good enough to play the game so I gotta save some money to upgrade my PC first before I can get the game and tear it apart.
Thanks for the link and the plug Martigen! Very strange to see my name in an article. Hopefully in the near future we'll have even more great stuff for folks. We're moving rapidly.
The UI appears to be set from the various SWF menus, poking around I found in the interface/bartermenu.swf BSButtonHintData functions which reference these:
...snip...
Someone should take the SWF files and run them through one of the various SWF disassemblers out there and see what they can find. Once I get a new PC (and the game) looking into the SWF files is something I want to do (I have worked with Flash based UI before thanks to certain entries in the Command & Conquer franchise)
@ behippo; jon - do either of you guys know how some people are releasing plugin mods on the nexus? Am i missing some secret alpha release of xEdit that is able to do this? I've had no luck using tes5edit or fo3edit.. i havent tried any of the others yet though. Ive tried asking some of the authors who have already published their plugins but none have responded lol.
cheers
Edit: actually zilav posted a plugin mod too..
Someone has released a tutorial on the Nexus:
http://www.nexusmods.com/fallout4/mods/277/?
I haven't used that method, so I can't speak to how well it works.
As Ian said, the file formats don't change very much between Bethesda games. Most of the mods being released right now are simple mods that tweak a game setting or two. These types of mods can be created with a good hex editor (wxHexEditor) , as long as you know the file format used by Bethesda.
Start here to understand how Bethesda game files are put together:
http://www.uesp.net/wiki/Tes5Mod:Mod_File_Format
You can use a hex editor to open Fallout4.esm and copy the records you are interested in modifying to a separate file. You insert bytes at the beginning of your file to add the necessary records that indicate the file is a mod. You then start manipulating the values you want with the hex editor.
The people that are creating mods this way typically have some kind of programming background and understand how computer data is stored.
I just want to say that if 'F4SE' isn't pronounced 'force', it should be. Because force is exactly what you need when you're out killing raiders.
Or you can just use xEdit, copy the records you want to override to a new plugin, and modify those records as needed.
We've got an update available for our Fallout 4 Tools: http://f4se.silverlock.org/beta/fallout4_tools_0003.7z
This includes a bug-fix for ba2extract where the width and height of textures was accidentally swapped. It also introduces scriptdump.exe which is a .pex disassembler. It has been updated with the new features in Papyrus 3.9 (structures and new mostly-array-centric opcodes).
Thank Ian for both of these.
Decoding is continuing for F4SE proper, and the plug-in API has been brought forward from SKSE. A lot more class decoding is needed before useful plugins can be made, but progress is steady.
You guys truly rule. I know that the things that I want to see modded in FO4 the Script Extender will make possible, so I want to thank you in advance for making this available to the modding community.
Well hot diggity damn that was fast!
We need a mods forum!!!
Fallout 4 mods section is up - I've moved this topic over.
thank god we have some super smart folks to un fubar FO4 so that people who play a PC game with a KEYBOARD and use the arrow keys instead of WASD can actually maybe one day play the game.
Thanks! You folks got the mods section up much earlier than with Skyrim.
I have tried done this but got error loading module issue with Fallout4.esm, can anyone give me more instructions how to mod with xEdit..
I know this is not related to your work but I figure you may know some of the devs involved.. are you aware of any work being done on decoding the plugin and developing a compatible xEdit?