NexusFiles Posted April 21, 2016 Author Share Posted April 21, 2016 I can build a computer, I can (mostly) use a computer, I can even play games ( I would like to think, reasonably well, enough to have fun anyway) but coding/programming, makes my head explode. That's why I'm glad that there are brilliant coders around on here, doing something that I can't do, mods. That said, I've never tried using FO4Edit, so who knows, maybe I'll give it a shot. So, I just watched a YouTube video on how to make a simple mod, apart from the fact that he may as well have been speaking Chinese, it didn't look too bad, perhaps I'll have a go.FO4Edit doesn't actually require any knowledge of programming languages. Most of the time, it's just a matter of just reading through a list of stuff and guessing based on the words and context of them what does what and changing a value. Sometimes, what does what is actually labeled and that helps a lot, but it's still not always straight forward. I haven't done any testing, but I think the value you need to edit is in the suppressor mods. For example:In the Object Modification (OMOD) category, mod_10mm_Muzzle_Suppressor has a property that may be what you need to change for 10mm pistols and it's highly likely that all suppressor mods share the same property. What is it you need to change the property to? IDK. It's a hex value. DATAPropertiesPropertyValue Type EnumFunction Type SetWeapon Propery SoundLevelValue 1 - Enum 02 00 00 00Value 2 - Enum 00 00 00 00Step 0.0 You could always try changing 02 00 00 00 to 01 00 00 00 or 00 00 00 00. 03 00 00 00 might also work, but it might not. I have set them to 0, and it still doesn't appear to have any effect. Link to comment Share on other sites More sharing options...
noahdvs Posted April 21, 2016 Share Posted April 21, 2016 (edited) I can build a computer, I can (mostly) use a computer, I can even play games ( I would like to think, reasonably well, enough to have fun anyway) but coding/programming, makes my head explode. That's why I'm glad that there are brilliant coders around on here, doing something that I can't do, mods. That said, I've never tried using FO4Edit, so who knows, maybe I'll give it a shot. So, I just watched a YouTube video on how to make a simple mod, apart from the fact that he may as well have been speaking Chinese, it didn't look too bad, perhaps I'll have a go.FO4Edit doesn't actually require any knowledge of programming languages. Most of the time, it's just a matter of just reading through a list of stuff and guessing based on the words and context of them what does what and changing a value. Sometimes, what does what is actually labeled and that helps a lot, but it's still not always straight forward. I haven't done any testing, but I think the value you need to edit is in the suppressor mods. For example:In the Object Modification (OMOD) category, mod_10mm_Muzzle_Suppressor has a property that may be what you need to change for 10mm pistols and it's highly likely that all suppressor mods share the same property. What is it you need to change the property to? IDK. It's a hex value. DATAPropertiesPropertyValue Type EnumFunction Type SetWeapon Propery SoundLevelValue 1 - Enum 02 00 00 00Value 2 - Enum 00 00 00 00Step 0.0 You could always try changing 02 00 00 00 to 01 00 00 00 or 00 00 00 00. 03 00 00 00 might also work, but it might not. I have set them to 0, and it still doesn't appear to have any effect. Like I said, I don't know what to set them to. How did you test it though? Did you shoot into the air, out in the open, behind an enemy and he heard the shot? If you shot an enemy, he might have noticed you because of that. Sound may not be the only factor you're dealing with either. If you don't feel like learning how to modify it, you could just try out minngarm's mod. Edited April 21, 2016 by noahdvs Link to comment Share on other sites More sharing options...
Moraelin Posted April 22, 2016 Share Posted April 22, 2016 IF it's anything like the other Beth games (which, granted is a big IF), the actual sound level isn't there. That enum just says which of the predefined sound levels it is. You know, out of Loud, Normal or Silent. But exactly how loud each of those is, should be in a global variable. Link to comment Share on other sites More sharing options...
TheOriginalEvilD Posted April 22, 2016 Share Posted April 22, 2016 IF it's anything like the other Beth games (which, granted is a big IF), the actual sound level isn't there. That enum just says which of the predefined sound levels it is. You know, out of Loud, Normal or Silent. But exactly how loud each of those is, should be in a global variable. And that will be much easier to edit once the GECK drops. Link to comment Share on other sites More sharing options...
Bisaflor Posted April 22, 2016 Share Posted April 22, 2016 even with no sound at all on the suppressor will the AI know that some1 is shooting because they realise when a follower of them gets killedwhen you snipe at them from a far disdance the start searching for you when the bullet impacts and not when the shot was given Link to comment Share on other sites More sharing options...
snapper69 Posted April 22, 2016 Share Posted April 22, 2016 I don't think that I've ever played games that engender so much debate/discussion/interest as Bethesda games do (with the exception of the Witcher series) and, whatever their faults, it makes them much better to play (IMHO). Thanks for all the comments/answers, I will look into them as soon as I get the time. Link to comment Share on other sites More sharing options...
jeffglobal Posted April 22, 2016 Share Posted April 22, 2016 Lets get something clear, there is NO SUCH THING as a "silencer". You cannot make a gun, especially a rifle, silent. Forget what movies have told you, it doesn't happen, especially when you go up in caliber and velocity. The most you can ever expect a suppressor to do is muffle the sound enough to scatter it and make it *more difficult* to pinpoint where the shot came from. Beyond that they're going to see a little reduction in muzzle flash, but that's about it. You don't just become a ghost because you're using a suppressor. And, here's the main point, if you skim this whole post and only take in one thing from everything I'm probably wasting my time typing, understand this: In order to get the most from a suppressor, you must use subsonic ammo. Without that, yes your weapon will be quieter, but nowhere near what subsonic ammo will give you. That also means a slower and less powerful round. If you don't have all the sneak perks, and you're wearing heavy ass armor, and you stand in the same spot you shot from, then yes the enemy is going to find you. On the other hand, if you get all your sneak perks, and you're not in heavy armor, you fire a suppressed round, and then you sneak away to another location, even if you're just going 30 yards away, your chances of being found are greatly reduced. But, you're not invisible, if you want to be invisible you need to use a Stealthboy along with all the other stuff. Here, this video talks a little about suppressors and will give you an idea of what they do in real life. If you'd like more info on subsonic ammo, watch this one. HEY, I love that guy!!!! Link to comment Share on other sites More sharing options...
Recommended Posts