Jump to content

ablindm4n

Premium Member
  • Posts

    49
  • Joined

  • Last visited

Nexus Mods Profile

About ablindm4n

Profile Fields

  • Country
    United Kingdom

Recent Profile Visitors

13872 profile views

ablindm4n's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator Rare
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I'm perfectly happy seeing banners all over advertising premium, and I don't care about the capped download speed. However, the additional slow/fast confirmation page on download is getting to be really annoying, especially with the awful website speed over the past few weeks requiring us to wait up to 10 seconds for each request. I can't speak for anyone else, so perhaps the strategy actually works, but personally I'm no more likely to buy premium because you start trying to frustrate me into it.
  2. Here's a few for you. Message me if you need more, I have tonnes.
  3. This tutorial isn't very in-depth, but it might be a good start. The wiki has some useful info too.
  4. Another method is to make a copy of the .esp you are using as a master and change the extension and flag to .esm. That way you can use CK as normal and just use FO4edit to change the master from .esm to .esp after you've finished in CK.
  5. Compatibility is still going to be an issue, so my bet is we'll see some restrictions on what mods can be made. It'll probably end up being mostly cosmetic additions that don't run the risk of conflicting with each other. Hopefully that won't result in modders here ditching their large ambitious projects and moving over to CC to make dozens of quick re-texture mods. I'm also curious as to how they define 'existing mods'. If I use an existing mod of mine as the basis of a new mod with extra features does that count? Can I re-use assets? If not, why is the sneaking suit there?
  6. If you are using F4AK, you should see two cameras in the 3ds max Scene. Swap the names of the cameras around and re-export your animation, it should fix your issue.
  7. If I'm understanding you right you want "VIS > your main file > your optional files"? Where VIS is an ESP, meaning you can't use an ESM for your own files as it will appear above VIS in the load order. Using FO4Edit you can add any file as a master of another file. It works just as well with an ESP as an ESM, so there is no need to flag your mod as an ESM when using FO4Edit. The need to flag mods as ESM's comes when working with the CK since the CK will only allow mods that are flagged as ESM's to be master files. So you should open VIS in FO4Edit, set the ESM flag on it and then save. Then use it in the CK to make your main file. Open the main file in FO4Edit, and set the ESM flag on that file. Then use that in the CK to make your optional files. Once you have finished using the CK you can open your main file and VIS, and remove the ESM flag on both of them to set them back to normal ESP's. They will now be working as master files, but will be treated as regular ESP files in the load order.
  8. The forms in the CK tell you everything about which decal and sounds are used so it's pretty easy to look up or create your own. Just make sure to use the 'Material Name' property rather than the form name if you are using the Custom Material Type field in Max. Similarly, some of the default materials in the Max Exporter are labelled incorrectly, so it's always a good option to check for the correct name in the CK if you are using a default Exporter material which you haven't tried before. I have used MetalLight, MetalHollow, MetalHeavy - all of which work properly. I have also used 'WeaponRifle' and 'WeaponPistol', which do not work correctly. These two should be called 'MaterialWeaponPistol' and 'MaterialWeaponRifle', so I use the custom material entry field and type the proper name in when I want those materials.
  9. To add to the last answer, some material types in the 3DS max exporter dropdown are named incorrectly. For instance, `WeaponRifle` should actually be `MaterialWeaponRifle`. You can use the custom material box to write in any material name that is listed in the Creation Kit under the Material Type category.
  10. The way I get around this is to open the dependency in FO4edit first, and set the ESM flag in the headers. Then the CK treats it as an ESM and won't remove it upon saving.
  11. Not sure about referencing the actual projectile (like an arrow etc), but you can get the location of the impact by applying an explosion to the projectile, and on the explosion spawn on object. Then on that object place a script and run things on Event OnLoad(). Edit: You could probably then use something like FindClosestReferenceOfTypeFromRef to get the actual projectile reference. Or maybe it would work just calling this on the player as soon as you've fired the weapon to track the projectile as it flies.
  12. Yeah as far as I've experienced the collision can only be rotated and moved (and only when under a child node), but not scaled. And I've also had some issues when using the collision object under a child node, so I prefer to always move the collision under the top level NiNode when I create my own collision meshes.
  13. If you want to send me the nif you have so far I'll get the collisions sorted out for you.
  14. You can show the collision mesh in the CK by pressing F4 in the render window, Nifskope doesn't have the functionality yet since I believe they haven't been able to fully decrypt the new Havok info that gets added to the nif.
×
×
  • Create New...