Jump to content

hlp

Premium Member
  • Posts

    152
  • Joined

  • Last visited

Everything posted by hlp

  1. Make a simple plugin with one unique form, duplicate it 253 times and then load all 254 mods. You will have all the forms available whether they come from the first plugin or the 253rd. So no there isn't a so called 1xx limit in FNV. I definitively remember prideslayer doing that test years ago
  2. Not sure what you mean, but FNVSE does exist. http://nvse.silverlock.org/ New Vegas is limited to 130 plugins, unlike Skyrim. No it is not. There were working example of people getting to the theorical mod limit of 254 plugins loaded.
  3. Being an hypocrite does not change the fact that you are entitled you know.
  4. You are not using the proper filter. Use "Apply filter for cleaning".
  5. Using MO ? I can't load F4SE through MO if the directory F4SE exist in the Data folder. Crash is in some memcpy. Works without issue outside of MO.
  6. The only one is a console command GetF4SEversion :)
  7. You need to force the ESM flag on any master you use before loading your active plugin in the CK. After you save, revert the ESM flag.
  8. Check GameHour on the Wiki. The decimal part multiplied by 60 should give you the minutes.
  9. Without looking at the functions called from the command call, "Bip01 Spine01" is the bone referenced explicitly at the higher level. So, you should start with this one.
  10. Yes it will be removed and yes it does know which plugin it comes from, that's what FormID are for. Also lookup how persistence works in skyrim moding. It definitively does not work as it did in previous games.
  11. Well, you'd need to make a .dll plugin to actually use F4SE, which requires knowledge of C++. As for making a mod that requires F4SE, you would just have to use an F4SE only function or command in your mod's scripting. EDIT: if you want to learn more about making plugins, I suggest downloading the SKSE example plugin and dissecting that, because F4SE doesn't have an example plugin yet. Making mods with it is not all that hard once you find or have a list of the functions and what they do. Did it with FNV, but they had somethign to extend GECK to use SE. My problem... is finding somethng that will compile the scripts with these functions. I tried using Caprica Papyrus Compiler, but having Quest scripts it does not know what the "Quest" property is. As it says. When F4SE functions start appearing they will come with modified scripts so the vanilla compiler will use them. Patience.
  12. Follow Arthmoor link just above. fireundubh also said he added it to the CK wiki.
  13. It uses plugins.txt only, the same way the game does.
  14. No it's not working ok, because the load order shown by FO4Edit when the asterisks are in place is the actual loadorder used by the game.
  15. This has nothing to do with F4SE. Just read one of the thousands of topic talking about mods and v1.5
  16. This has been Beth stance since they introduced modding. It will never change.
  17. I personally wrote that part in xEdit so if I tell you it is working properly I know it does! :)
  18. No changes that I know of. But if people made changes to the base files and not the custom versions, their changes have been overwriten.
  19. This is not a workaround this is actually how the game handles mods since 1.5 and all mod manager have to adapt to it. YOU MUST PUT A * BEFORE ANY MOD YOU WANT ACTIVE IN PLUGINS.TXT SINCE 1.5. loadorder.txt is also ignored. FO4EDIT show the ACTUAL load order the engine will use, so no, it is not messed up.
  20. It's working fine for me. Verify the game updated properly. Also make sure the error message is from F4SE, not another mod.
  21. Yes create it as needed. Yes it is new. They do actually learn from people feedback. As much as possible it is possible to update the game without overwriting any user changed files. Like providing the script source as a zip AND creating the separation between BASE and USER scripts.
  22. Anyone tried the fix ashileedo speaks about ? There is a whole Visibility menu in the CK.
  23. Don't make changes to CreationKit.ini change CreationKitcustom.ini I think I wrote that a thousand time already :)
×
×
  • Create New...