jtucker40 Posted September 23, 2014 Share Posted September 23, 2014 I was wondering if anyone knew how to make custom weapon mods compatible with the grunt perk from the Honest Hearts DLC. I was digging through the perk in GECK and I couldn't really find any scripts or lists of weapons that if affects. Could anyone help me out? Link to comment Share on other sites More sharing options...
jtucker40 Posted September 23, 2014 Author Share Posted September 23, 2014 (edited) New Question: I examined the quests and scripts that Millenia used in his Weapons of the New Millenia mod Grunt Perk patch and changed the ids to be unique to my file. For some reason I'm not able to save the script, and I don't really think it has any errors. Here is the script. scn MK46GruntModQuestScript short iDoOnce BEGIN GameMode if (iDoOnce == 0) AddFormToFormList NVDLC02PerkGruntWeapons aaaMK46 set iDoOnce to 1 StopQuest MK46GruntMod endif END Edited September 23, 2014 by jtucker40 Link to comment Share on other sites More sharing options...
WhiskeyRiver2 Posted September 23, 2014 Share Posted September 23, 2014 Grab the GECK 1.4 Power-up, it'll pinpoint where you goofed up and/or why the script won't save. Link --> http://www.nexusmods.com/newvegas/mods/41642/? Right away, I'm betting it's a missing "StartQuest" line. Had the same issue remaking the CalX/WotNM patch last time. Link to comment Share on other sites More sharing options...
jtucker40 Posted September 23, 2014 Author Share Posted September 23, 2014 Right away, I'm betting it's a missing "StartQuest" line. Had the same issue remaking the CalX/WotNM patch last time. *facepalms* Dang I feel stupid, that seems to have been the problem since I am able to save now. I'll definitely check out the GECK Power-Up though, sounds like it could help in the future. Link to comment Share on other sites More sharing options...
WhiskeyRiver2 Posted September 23, 2014 Share Posted September 23, 2014 Yeah, the Power-Up is a life-saver for us modders. And to be fair, GECK scripting is a righteous pain in the ass even for the experienced people - prety sure we've all made simple, stupid mistakes like that before - I know I have at least. Looking forward to the update, by the way. For a first-time out, you did some pretty good work. Link to comment Share on other sites More sharing options...
Recommended Posts