The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.taleoftwowastelands.com

Making a bugfix mod bug the GECK is being retarded

General mod discussion and requests.
Post Reply
Question
Posts: 134
Joined: Thu Jul 16, 2015 5:33 am

Making a bugfix mod bug the GECK is being retarded

Post by Question » Tue Jul 28, 2015 9:57 am

Im making a bug fix mod which includes things like updating all FO3/NV weapons to use VATS fix scripts. But i just noticed that for some reason the GECK has decided to be retarded and do a lot of weird stuff like removing sounds and character data from NPCs (like replacing their race with NULL values). Any idea why its doing that?


I'm also using the GECK powerup version and it keeps spamming me with errors everytime i open the GECK due to errors in the vanilla ESMs (things like incorrect references, etc) that are fixed in the TTW bugfix patch already. Is there a way to exclude those? I have to click through tons of error messages before i can even use the GECK.


You do not have the required permissions to view the files attached to this post.

User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

You are going to have to

Post by RoyBatty » Tue Jul 28, 2015 8:08 pm

You are going to have to choose what kind of weapons get VATS fixes, you can only have one script attached.


Energy weapons already use a script for on death animations (other weapons do too), so those will have to be excluded because you can't have both.


If things are getting broken as you speak of, then you didn't make your plugin correctly or loaded all the appropriate masters.


There's an error suppression plugin for PU, but you have to use the plugin version of PU.


Image

Question
Posts: 134
Joined: Thu Jul 16, 2015 5:33 am

I made vats fix scripts for

Post by Question » Tue Jul 28, 2015 11:46 pm

I made vats fix scripts for laser, plasma and shotguns and only one script per weapon.


What do you mean by the plugin version of PU?


Right now im trying to put the sounds back to the weapons but fnv edit only allows me to drag and drop them one by one. Is there a faster way to do it?



User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

Power Up has two versions,

Post by RoyBatty » Wed Jul 29, 2015 12:20 am

Power Up has two versions, one is an exe version that launches GECK for you. The other is an NVSE plugin that you use by running nvse_launcher.exe -editor


The latter is superior.


 


Image

Question
Posts: 134
Joined: Thu Jul 16, 2015 5:33 am

Yea im using that one. Do you

Post by Question » Thu Jul 30, 2015 8:47 am

Yea im using that one. Do you have a link for the error suppression plugin? I cant seem to find it...



User avatar
RoyBatty
Gary
Posts: 7742
Joined: Sun Apr 27, 2014 10:26 am
Location: Vault 108

You can download it from the

Post by RoyBatty » Thu Jul 30, 2015 4:46 pm

You can download it from the Power UP fork page.


Image

Question
Posts: 134
Joined: Thu Jul 16, 2015 5:33 am

Thanks, that seems to have

Post by Question » Sat Aug 01, 2015 3:46 am

Thanks, that seems to have done the trick.



Post Reply