cerebii Posted May 16, 2021 Share Posted May 16, 2021 Hi, So I'm making a mod that adds in some misc items that need to have non-component items as components so that you can deconstruct them to get those items; these are weapons, ammo & drinks. However whenever I go into the category in the crafting menu with one of these misc items I get a hard crash to desktop. Is it possible to do what I'm trying to do or is the game hard-coded to disallow it? Any help would be greatly appreciated :smile: Link to comment Share on other sites More sharing options...
SKKmods Posted May 16, 2021 Share Posted May 16, 2021 Yes it is hard coded. An approach I have used is to make new CMPO component proxies like [Gatling Lazer] with a QuestAlias player attached script running an inventory filter that looks for my [Gatling Lazer] proxy being added to inventory and replaces it with a real Gating Lazer. Thats may be considered complicated scripting, but it's what you gotta do if you want to exploit the platform behavior. Link to comment Share on other sites More sharing options...
cerebii Posted May 16, 2021 Author Share Posted May 16, 2021 (edited) Ah okay, thanks much for the answer, scripting is not something I can currently do but it's a good excuse to learn!Edit: Just noticed who you were, I use your global stash/auto scrapping mod all the time, thanks! Edited May 17, 2021 by cerebii Link to comment Share on other sites More sharing options...
Recommended Posts