Jump to content

thousande

Premium Member
  • Posts

    179
  • Joined

  • Last visited

Nexus Mods Profile

About thousande

Profile Fields

  • Country
    Norway

thousande's Achievements

Collaborator

Collaborator (7/14)

0

Reputation

  1. It depends. Ask yourself: Do I want to override an existing LoadingScreen or create a new unique LoadingScreen? Copy as New Record Into.. is the same as creating a new unique record (Labeled Duplicate in CK) https://tes5edit.github.io/docs/10-fo3edit-faq.html#Differencebetweencopyasoverrideanddeepcopyasoverride Yes, I guess you are onto something with the transform values (see the linked documentation earlier in the thread). The creationkit.com may be a bit lacking sometimes so you may have to try out stuff to see what works ;) Creation Engine/Fallout 4 uses the DDS format for almost anything bitmap related. You have to export your image to DDS. There is a DDS read/export plugin for gimp, but I am not sure if it has been updated to the latest greatest version of gimp. All I can say is that it works with gimp 2.10 https://code.google.com/archive/p/gimp-dds/ Else there are other export tools. I think Paint.net have built-in support for DDS The texture/bitmap then needs to be applied to a 3d model. E.g a simple plane geometry. I guess this goes far into 3d modeling etc. and how the nif format which is another topic ;) There are information out there, but it is mix of old and new versions, Fallout and Skyrim etc. etc. which may be confusing at first. I guess you should first try create a new mod with a new or an override LoadingScreen E.g. Duplicate an existing LoadingScreen and only change the loading screen text. Save and try it out.
  2. I haven't done this myself but as far as I know the loading screen in Fallout 4 is a an object pointing to a Nif/3d mesh. You create and configure a new loading screen form and the game will do the rest. Not sure if there are 2d loading screens in Fo4, but you may work around it with e.g. a 3d plane and LoadScreen configuration. Eg. A bitmap image/material on a plane and use the no rotate/transform configuration in the LoadingScreen form. A basic understanding of how nifs and materials work in Fo4 is required. You then need a a static nif with a proper uv unwrapped mesh that can show the image (3d material/texture). Physics and collisions are not needed for loading screen art( ref. existing loading screen nif/meshes) I guess you could come a long way with any 3d application and OutfitStudio or try finding an existing 3d plane/nif that fits your requirements. Once you have the nif you need to create a new LoadingScreen form in Creation Kit or fo4edit. Also, by looking at the docs it seems like you can to some extent control when the screen is shown using condition functions / checking various states in the current game. Eg. Only show this loading screen if some quest stage is larger than some stage index etc. etc. Loading Screen https://www.creationkit.com/fallout4/index.php?title=LoadScreen Conditions General https://www.creationkit.com/fallout4/index.php?title=Conditions Condition Functions The Fo4 page is mostly undocumented, but most functions from Skyrim are more or less available. You may have to try figure out what works here :wink: Fo4: https://www.creationkit.com/fallout4/index.php?title=Condition_Functions Skyrim: https://www.creationkit.com/index.php?title=Condition_Functions Hope this helps. Edit: links
  3. you may be able to open the esm with xEdit https://www.nexusmods.com/fallout76/mods/30
  4. Some of the skeleton poses may have been set up in a 3d tool(e.g. 3ds Max) Then the pose data is exported and injected using some script they have on their computer(s). The public version of CK may not be that different from what BGS is using. They probably have a lot of extra tools 'in their drawers'. E.g. Some of these tasks may be one-timer tasks that are not worth implementing into CK or the tasks/code depends on 3rd party code/license that restricts them from releasing the tool to the public. A mix of applications, scripts and procedures.
  5. >> what I do know if you delete an item in the CK, then run xEdit it restore that item and disable it, but it restores it at Z level -30000.0000. I figure it knows something I don't So it is xEdit that does this? It makes sense to me now :wink: I have had this jet inhaler 10000 units above the ground for a while. I delete it and sometimes the inhaler resurrected later. I think CK do a soft delete on the record. Then on the next time the mod is loaded CK nukes the records flagged for deletion. I guess xEdit have not implement the nuke-records-marked-for-deletion function or somehow resets the 'deleted' flag. Next time try load the mod with deletions in CK before loading it to xEdit.
  6. Have you looked at nifly? It is the code that deals with Outfit Studio's nif reads and writes. An idea would be to create a 'convert task' using the library https://github.com/ousnius/nifly PyNifly is a blender plugin that uses the library. There is some extra info on the project's github wiki https://github.com/BadDogSkyrim/PyNifly
  7. As South8028 said, it is sprite animations using UVs The author of Videos of the Wasteland author made a tutorial about the workflow here https://www.youtube.com/playlist?list=PLbrqxlSxMxwzz5r3L2HR0g33CUE3LCYeF I tried to follow it, but I experienced some problems with FFmpeg or something back then. It was not important so I never completed the tutorial :wink: I guess there are other encoder tools that can be used too.
  8. Isn't the SuperSpray's direction set in the Offset Axis parameter? See discussion here (4m:15s) https://youtu.be/BfqPHu8_Z8k?t=253 I've just stepped into 3d animation and particle system and have not tested it in the the Creation Engine / nif yet. Edit: Nice work and kudos for putting it out there pepperman35 :thumbsup:
  9. You may explore Talking Activator AFK. I think interactable intercoms etc. are TalkingActivators. Add a voice type and you can use the the TalkingActivator for quest/dialogue. Also, as everything activator I think the nif must have collision data in order for the activation to work. Fo4: https://www.creationkit.com/fallout4/index.php?title=TalkingActivator Skyrim (some more info): https://www.creationkit.com/index.php?title=TalkingActivator
  10. As I currently understand it Fallout 4's engine only reads Havok physics/collision. The official Max Nif exporter exports collision data in an older nif collision format which by default does not work in the engine. After Max export, the nif has to be processed via the Elric application which creates the Havok collisions. I guess the task is to figure out the format that the exporter. If lucky, it may be a more familiar format :wink: https://www.creationkit.com/fallout4/index.php?title=Elric
  11. The installer should be in <game root>\Tools\NIF_Exporter\ I do not remember it is an option during Creation Kit's download/install https://www.creationkit.com/fallout4/index.php?title=3ds_Max_-_Fallout_4_NIF_Exporter
  12. There is also the NifMania Discord for nif related stuff including the blender-niftools-addon. https://discord.gg/JjHKVNc
  13. The Rise of Psykers Project made a simple tutorial for particle workflow in 3dsMax a while ago From the video author:> Create -> Geometry -> Particle System -> Blizzard, PCloud, SuperSpray, PArray. (Spray, Snow, PF Source didn't work for FO4) Also, the official nif plugin adds Gamebryo specific parameters in 3dsMax's panels
  14. I'm not that against it, but in fact I understand this less than you. ) You probably did not understand what I meant. We discussed before with Chuck that the animations of modifiers and controllers were not written to nifs. Only simple mesh manipulations were recorded. He said that animations for modifiers, motion controllers and particles should be baked.Usually scripts are used for this, respectively, bethesda used some kind of hkt script or its own for this case. But it turned out that there is an easier way. I described it. For example, you made an animation using the motion/"path constraint" controller, like in this treadmill. This controller is often used to animate tank tracks. If you just save such a nif, the animation on it will not work in the game, because the controller is not supported by the engine. Therefore, you need to bake it. Convert all data to mesh motion. To do this, we export this animation to fbx and then import it back. All data from controllers, modifiers and particles will be converted in data helpers. This animation will now become a normal mesh animation, retaining the manipulation of controllers and modifiers in this normal animation. Accordingly, such an animation will already be recorded in the nif. Which can be seen in my treadmill animation. I apologize again for my English. Poor knowledge of English is my main problem. ) > Therefore, you need to bake it. Convert all data to mesh motion. To do this, we export this animation to fbx and then import it back. That is interesting. Thanks to TroiKamikaZetan, https://www.reddit.com/r/FalloutMods/comments/hzixj7/fo4since_i_found_the_way_to_create_a_custom/ I was able to export particle effects like Array, Spray, Snow. Maybe baking and exporting to a fbx will make PF Source work too. I am going to try this next.
  15. That is lovely. I see the waving flag (e.g. FlagWavingMinutemen01.nif) is using bone data and a controller manager. Do you happen to know if that is created using the Havok plugin or something? or is it possible to do with transform animation. I am trying trying to create a windsock but my animation attempts have failed so far https://airportwindsocks.com/images/categories/011.JPG
×
×
  • Create New...