Jump to content

markusm1000

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by markusm1000

  1. NPC actually wear what you see, but if you want to get it, you have to use the console (removeitem, removeallitems). Things you loot are like death items in the old (Skyrim, FO4) system. I think it's because of the new spacesuit system.
  2. There is nothing special to do. Pack your mod, preferably with 7zip, and upload it. A mod is not compatible with a mod manager, a mod is compatible with a game.
  3. Right, the Player isn't a NON-Player-Character :wink: Players ID is #20 (0x00000014), the "player" in the actorlist is #7 (0x00000007). So there is no actor #20, you can't use the player as template. (And only for the vault suit and the wedding ring you do not need a template).
  4. Current Cell Use F4Edit to check you are in the right cluster. Just use "Create Archive" in the Creation Kit
  5. They have Rad-X and Radaway. This worked for 200 years. Now this person who has slept for 200 years wants special treatment? Go back to your vault and go back to sleep!
  6. Yesss. Like PJMail told you, TheCastleExt02 ist the mothercell of this cluster. Short Version: In the "World"-menu choose "PreCombine Geometry for Current Cell". In "Visibility"-menu choose "Generate Visibility for Current Cell". In "Visibility"-menu choose "Generate Precombined Visibility for Current Cell". Long Version: Read Understanding precombines, previs and why mods that disable them can cripple game performance.Read Fallout 4 Optimization and Performance Systems Explained
  7. The strength of the CreationEngine is its weakness: it always knows where all and everything is. In other games, the landscape is just a decoration. In FO4 the player can interact with any object. If there is a tin can lying around there, you can kick it, throw it or collect it. And so the engine constantly has to calculate millions and millions of objects, which means that the landscape can only be displayed at pedestrian speed (if you don't have a NASA computer). The trick with the Vertibird is that only a very low LOD is required for the environment because it flies.
  8. The problem is that the navmesh on top of something is not connected to the navmesh on the ground. Simply connecting it will not work if the height difference is too great. Try this jump thingy: mark an edge of a triangle on the top, hold crtl, mark a corresponding edge on the floor, press p.
  9. You need an art object (ARTO) with the .nif of your object as icon. For this art object you need a preview transform (TRNS) in which you position the camera. Put this art object in your recipe at the point "Menu Art Object". EDIT: Sorry, misunterstood your question. This method shrink the icon in workshop mode, not the object itself.
  10. Your own Caravan Post works from the first minute, regardless of the Bunker Hill Quest. If you create a additional new model (nif), you will need to include this Caravan Post in the quest of each vendor to appear there.
  11. They can be edited und updated not-so-easily. Create your SCOL Open your SCOL to edit it Click "Recreate NIF from data" Now you have a .nif in DATA\meshes\SCOL\yourmod.esp\ Put it in your mod-folder Create a new STAT from this .nif Work with this STAT If you need changes, simply create a new .nif for your STAT. With this method you can do material swaps or change textures in nifskope.
  12. In the newer versions of f4edit, you cannot remove the master while it is still referenced.
  13. It may happen, that the companion teleports to you, if he can not walk. He will spawn in an area without navmesh, get stuck, keep teleporting, and so on until you lose your companion or the game crashes. If you want the companion to stay at place, change his package.
  14. Get involved in the blender game engine. There you can learn what you need for a game.
  15. You missed a material. Directly edits in the .nif was in Skyrim. For FO4 you need a material file.
  16. You only need the quest for individual lines of text. For a standard vendor, you only have to put together an actor and a vendor chest via the vendor faction. It is important that you have selected a voicetype that contains vendor text.
  17. Same command, but set the flag to closed. YourDoor.SetOpen(false)
  18. drop it on the floor, open console, point on it.
  19. No, scrap-mods only set a flag, "don't use the optimization system". The game determines nothing. The Dev, MA, CK determines it and the game executes it.
  20. It's a vanilla texture on a cbbe body (or vice versa).
  21. You bought 3ds max back in 2013 because you knew that FO4 would be released in 2015 and since then paid $ 2000 a year to keep the license up-to-date but without updating 3ds max because only the 2013 version works with FO4?
  22. This tut is full of errors. Best comment to this video: "great .. a tutorial to crashing the game" :devil: Try this one: How to make custom weapons for Fallout 4 from scratch instead.
×
×
  • Create New...