Applejackcats Posted August 10, 2018 Share Posted August 10, 2018 I Just started playing Insurgency Sandstorm and of course have wanted a mod that allows me to be Tactical like in games like that. SO I am going to try it myself, but my knowledge of the creation kit is minimal at best (I do have plenty of coding experience however in Game Maker Studio and Java so no need to try and tell me the fundamentals) I just need help figuring out where to look for the function, script, or other that check for solid objects in front of the player and applies the "lowered weapon" effect. I want to try and use that system to make the process a bit easier. My plan is to(most likely) have two aid items that are used via FO4hotekeys that when used force a quick script that ALWAYS returns true for an object and thus lowers the weapon. What would define which direction the player will "peak" would be the different alch items one of which would return the value needed to make the player lean out left and the other for right. I just want to know if this is a good idea or even possible and if so where to look in the creation kit to find those functions since I don't want to spend a lot of time learning the intricacies of a new system just for a simple thing like this. (I hope this is in the right place, if not let me know!) Link to comment Share on other sites More sharing options...
Magicockerel Posted August 10, 2018 Share Posted August 10, 2018 There is already something of a corner peak system in Fallout 4, as you can see in this video. Unfortunately, what you're suggesting is in no way possible with papyrus, sorry to say. Link to comment Share on other sites More sharing options...
Applejackcats Posted August 10, 2018 Author Share Posted August 10, 2018 Oh I know about that I remember losing my mind over it back in 2015 haha! I just wanted to extend that system and just make it easier by using that system in the game. But if its not possible at then thank you for letting me know before I spend days trying Link to comment Share on other sites More sharing options...
Recommended Posts