Riven1978 Posted February 9, 2011 Share Posted February 9, 2011 Well thats it really. Is it possible to make a weapon in the GECK and associated programs (TESNIP, FNVEDIT, NVSE, etc) to make it where a weapon say a Spear to have two different attack animations such as in Fallout 1 and 2 where you could shoose to use your spear as a thrust type weapon and when the baddies started running away you change and throw it at them just by clicking on the weapon window? If it is possible can some one either point the way to me on how it is done or explain how i would go about doing it? I am converting a lot of items in Lord Maddogs Fantasy Mod and there are some spears and such i would like to implement it on some of them :) . If it isn't possible what would it take to get it to be possible? Link to comment Share on other sites More sharing options...
Nadimos Posted February 9, 2011 Share Posted February 9, 2011 blender animation and i think then you need to learn some scripting. no expert here. sorry. :biggrin: Link to comment Share on other sites More sharing options...
Riven1978 Posted February 9, 2011 Author Share Posted February 9, 2011 well the animations i want to use are already in the GECK so don't think that I will need to do anything in blender (not trying to combine them :) ) But i was expecting some scripting would be involved sadly I am no where near par with any form of scripting except copy paste >.< but as always willing to have the info Beat into me if need be. Link to comment Share on other sites More sharing options...
Aragron Posted February 10, 2011 Share Posted February 10, 2011 i made a sample,unfortunately it's late here and my head is a little off ,so i made this in a simple way,and there is a problem when you trade weapon(see the mod,or test it..),you need to re-equip it so you can actually use it...anyway,if you have any doubts,i'll see this topic again tomorrow... Link to comment Share on other sites More sharing options...
Riven1978 Posted February 11, 2011 Author Share Posted February 11, 2011 Hey Aragron I want to thank you for the file although i am a bit confused on how to use it i tried the toggle item you set up to be given to the player but it just removed the spear as a weapon and i was using my fists, I looked in the GECK but couldn't get a handle on the things you were doing, First and foremost because my inability to understand scripts. If you could PM me and help me out a bit I would be most appreciative, Link to comment Share on other sites More sharing options...
Aragron Posted February 11, 2011 Share Posted February 11, 2011 Sorry,forget to mention,attach the item to a hotkey,them outside the menu use it,all throwing spears are traded for one "Combat Spear",when you use the toggle again,you'll receive the Throwing version.Tomorrow i'll try to explain better when i have time. Link to comment Share on other sites More sharing options...
Riven1978 Posted February 11, 2011 Author Share Posted February 11, 2011 (edited) So hotkey the toggle not the spear right? K I will try that next time i get into game to do some tests on things (been doing a lot more testing then actually playing lately) and reply once I have some news. Thank you for the quick reply and the help, **EDIT**Ok went into game (had to take some pictures for an upcoming release anyway), went and bought some throwing spears and works pretty well but when it changes to the combat spear i can't use it to attack any thoughts on this? Edited February 11, 2011 by Riven1978 Link to comment Share on other sites More sharing options...
Aragron Posted February 11, 2011 Share Posted February 11, 2011 Thats the problem i mentioned,you need to re-equip the combat spear... I don't know what happens,since i used basically the same script in a mod for Fallout 3 to toggle between weapons with different ammo and effect(basically what the 2 key do now) and i never had to re-equip it... The script does this: Unequip the Throwing SpearsCount the number of spear the player haveremove all of themadd one "Combat Spear" to the playerequip the new spearand unequip the armor Second time you equip it: Unequip the Combat SpearAdd the number you had of Throwing SpearsRemove the combat spearEquip the Throwing Spearand unequip the armor. If the problem persists,it would be best to simple create the new spear ,create a place with a script to trade one spear for another,and put one spear in a hotkey,the other in another... Link to comment Share on other sites More sharing options...
Riven1978 Posted February 11, 2011 Author Share Posted February 11, 2011 THAT my friend was AWESOME!! haha well when it worked hehe it seemed to work intermittently, Now if only someone can figure out why it doesn't work perfectly everytime. I have sent you a kudos but you deserve a lot more for that one :) gonna play around with it some and see what i can come up with... would it work to put the de-equip/re-equip of the spear into the script? Link to comment Share on other sites More sharing options...
Aragron Posted February 12, 2011 Share Posted February 12, 2011 o. Part of the problem is equiping the player melee then a ranged weapon,since i tried toggle between a 10 mm and the throwing spear and worked fine.I still didn't find out a solution to this problem,maybe add a timer to don't equip/remove all of a sudden?also unfortunately..,i 'm not having much free time this week,so probaly i won't mod fallout. Link to comment Share on other sites More sharing options...
Recommended Posts