Jump to content

SonAnima

Members
  • Posts

    82
  • Joined

  • Last visited

Nexus Mods Profile

About SonAnima

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SonAnima's Achievements

Enthusiast

Enthusiast (6/14)

0

Reputation

  1. I have the 2013 version of 3ds max and Im finally trying to make animations. Im using the Fallout 4 HKX Animation Import Maxscript to try to import animations with no success whatsoever. I have the BS Shader property set up as well as installed the niftool for 3ds max 2013
  2. Its a added weapon. I think the issue is that when creating the legendary variants, I also copy and created the same weapon mod and only equipped the weapon parts that I wanted. It has the same object mods so that might be the issue.
  3. No console commands involved. Invisible when used during game not in inventory and yes you can shoot it. This is the tutorial I looked at.
  4. A while back I was following a tutorial on how to make legendary items for fallout 4 but now the weapon model is completely invisible in game now. Thanks for any tips on fixing this issue.
  5. After looking into texel Density from what I understand how things work in game is that every time something loads up in game the material files for that mesh has to be loaded as well and the more materials that is assigned to a mesh the more draw on performance and the more space the mod file takes up? So the best bet is to pack as much as possible onto one UV grid so the game only has to look for one material and texture file and that should take up less space(hopefully). Instead of having the weapon divided into different parts like the guns in Fallout 4 I should have just one texture called "MyWeaponMod" to be referenced in game and do the same with the scopes and other attachments. Idk how much space reducing texture resolution will save up but Im thinking either 512 or 1K as with 2K textures one of my mods is already taking up 204MB which is too much for a weapon pack for xbox. Anything below 512 I want to avoid as it looks like 007 Goldeneye textures in Substance Painter which probably looks much worst in game lol
  6. I believe that the XXL Nukes mod already does this
  7. I only so far modeled guns that already exist in real life. As for modeling things that dont exist I would learn how to draw so that you can create your own Concept Art. Some modders do this when making clothing as they draw the model front, profile, and back view so they have a easier time 3d modeling. As for tips learn how to UV unwrap as fast as you can as that will make everything better both for textures and in game. Learn how to UV unwrap the basic 3d shapes (cube, pyramid, Sphere, cylinder) as that will serve as a great guide for the fundamentals for UV unwrapping. One thing that Im surprised no one talks about on youtube when it comes to UV unwrapping is that to make your life easier when it comes to UV unwrapping is to break down the mesh to separate smaller more simple shapes if your struggling with UV unwrapping. Once your done with the unwrapping process then you can put everything back together after you packed the UV's neatly on the grid
  8. Well to make this possible what I would do is set the damage value on the Weapon mod itself to 1 as Im sure that the game needs some kind of number to work with especially when dealing with multipliers as anything multiplied by 0 is 0. Your gonna want to create your own new custom perk inside of ModCommonPerk. That is where most of the legendary effects for armor and weapons are located In the perk entry window select entry point Select Mod Incoming Weapon Damage Function - Select Multiply 1 + Actor Value Mult In the small box put in the number 0.01 or 1.00 as your weapon already does next to no damage so the more boast here the better Under Perk Owner set up your Targets like this Run On - Subject Condition Function -WornHasKeyWord (Your Custom Keyword for your Weapon) Comparison = = Value - Set to 1.00 This is to associate the perk with your weapon Run on - Subject Condition Function - IsSneaking NONE Comparison == Value - Set to 1.00 This is so it will take effect when sneaking Last one Run on - Subject Condition Function - IsInCombat NONE Comparison == Value - Set to 0 Now on the weapon itself on any of the damage mods for the weapon you have to set it up just like how the legendary effects are set up on weapons. Look at the mod_Legendary_Weapon_DamageVSHumans object mod to see how to set things up right The WeaponAV in the object mod works like a percentage so 50 will equal 50% and so forth when set up the normal way. What this means is that if you have the number in the perk entry set to 0.01 then the weapon will be doing 1.5 damage which is still too little. If you set the number in the Perk Entry to 1.00 and in the object mod the WeaponAv is 50 then the weapon should be doing 50 damage before the sneak multiplier comes into play for each stealth attack which is much better. Experiment with the numbers till your happy. Idk if IsInCombat is the right keyword for when the player has the [Danger] box above them so you might have to do some testing for figuring out the right keyword
  9. This is my first time hearing about Texel Density. Im guessing that what texel density means is that I try to fit as many uv's as possible on a single uv grid? Its good to know that Elric can downsize resolutions of the textures for me as that sounds faster than dealing with substance painter which tends to crash quite a bit.
  10. Good to know that the vanilla format weights less. Is there a place to get the Nvidea tool or is it located in a fallout 4 folder?
  11. Unfortunately that is part of the modder experience. Even some the modders that have been modding this game for years still come back here asking for help with issues with their mods breaking parts of the game so dont worry if you do end up breaking something as its not the end of the world if you do. Simply disabling the problem mod will fix the issue most of the time and figuring out what went wrong is part of modding. Even I didnt get everything right on the first time modding and even then I still make mistakes when modding as you cant prepare for something that you dont know that you dont know. Tutorial - Standalone Power Armor at Fallout 4 Nexus - Mods and community (nexusmods.com) A guide on Nexus This video probably will also address many issues you can encounter making a power armor mod. A post made talking about modeling custom power armor parts from many years ago Remember to dont be afraid to make mistakes and have fun
  12. You are correct in that blue doesnt exist for the specular map. You can also change the levels of either the red or green to affect the shine of the textures. When using the Intel Texture Works plugin for Photoshop for the Compression you have BC 1, BC 3, BC 4, BC 5, BC 6, and BC7. I always use the Color Texture Type and BC7 8bpp Fine (Linear, DX 11 +) for compressing the diffuse map. For the Normal and Specular Map I always use the Normal Map as the texture type and use BC5_U 8bpp (Linear, Unsigned, 2 Channel) for compression
  13. This may be a dumb question but does it matter what compression I use for making texture files? I want to make my weapon mods as Xbox friendly as possible and Im trying to figure out how to decrease the file size of my mods wherever possible while still delivering the best quality that I can.
  14. I cant teach you but what I would do if I was you is import the power armor frame into blender so that you can have the frame as a reference to build the new armor around. I would also import a full set (t45) and use the game armor as a size reference. There should be tutorials on how to model armor in blender on youtube. Watch those to learn how to make armor as then you can make any new armor that you want. You can also try to remake the vanilla game pieces as that will also help you learn. Look up tutorials on uv unwrapping as good uv's equal better textures when it comes time to apply textures in software like substance painter. It took me 2 months to make my first model in blender so patience is key both to learning 3d modeling, uv unwrapping, applying textures, and making mods for fallout 4 as the game is easy to break.
  15. So do you want the dagger to deal damage only when the player is sneaking or do you want the dagger to constantly deal sneak damage?
×
×
  • Create New...