Ltstrom Posted October 22, 2013 Share Posted October 22, 2013 G'day Fellow Modders I have been out of the modding game for a while due to personal things but i have been enjoying the ATTT easy version mod. I did find some glitches in the mod which are quite common. These include the switching of weapons glitch where the old weapon mesh is in the hand of the player with the new weapon. When transforming into a werewolf or Vampire lord the weapons are either on the body sticking out or on the feet of the player glitching heavily. So i have come up with a patch solution but my scripting with SKSE is at best poor. Anyway i have come up with a viable method of creating the patch. If anyone who has SKSE scripting abilites and would like to give this a crack please do, all that i ask is you send me a link to the finished product to patch the dam game, as the bugs are getting to me a bit. Okay to tackle the most occurred glitch with the two weapons in one hand glitch a script running with hot keys can fix this so when the player favorites their great sword, sword, axe, bow, dagger they get mapped to a hot key ( 1 - 8 ) so the script would be something like this(this would be lua script not useable btw) using the force sheathe command in SKSE hotkey 1 press if player = weapon.drawn thenplayer.sheatheweapon()run hotkey 1player.drawweapon() the script would contain the same thing for each hotkey going from 1 to 8. This would resolve the graphics glitches as essentally the player will sheathe their weapon then run the hotkey command to draw their next weapon. now for the transformations i have two methods to fit with the lore. first lets tackle the wolf. So when you shape shift you lose your clothes and weapons(normally) when you shapeshift with ATTT on you get the weapons sticking out of the wolf body. so to fix this glitch the Favorited weapons will need to be removed from the inventory. using a command to move the whole player inventory into a invisible chest for temporary storage allows the wolf transformation to occur and the weapons not showing on the body then when the power reverts the script gives they player a sack "sack of belongings" which when clicked will open the chest and they just take all and the sack gets removed, done. wolf is sorted out no graphics glitch now the vampire lord would be similar but the difference would be that you can use a script that only removes all weapons and then moves it to a chest, then when the lord transforms back the weapons are re-added to the inventory and as they favorites should auto appear on the player instantly. anyway i would really like to see this being done as it would work pretty well for a patch. If anyone would like to give this a shot please do thank you -Ray Link to comment Share on other sites More sharing options...
mackay00 Posted August 15, 2016 Share Posted August 15, 2016 Someone please do this! i tried to mod a follower in my game once... i failed, so i cant do it :P BUT SOMEONE PLEASE DO THIS. Link to comment Share on other sites More sharing options...
Recommended Posts