CrazyGamerzPC Posted April 19, 2014 Share Posted April 19, 2014 And dont tell me infinite clothes, no update for that in ages :/ Link to comment https://forums.kleientertainment.com/forums/topic/35171-how-to-make-clothes-have-no-durability/ Share on other sites More sharing options...
_Q_ Posted April 19, 2014 Share Posted April 19, 2014 You just need to get rid of fueled component from them. You ,ust find all clothes prefab names and then in modmain:function ClothesPostInit(inst)inst:RemoveComponent("fueled")endAddPrefabPostInit("trunkvest_summer", ClothesPostInit) -- do this line for all clothes Link to comment https://forums.kleientertainment.com/forums/topic/35171-how-to-make-clothes-have-no-durability/#findComment-457763 Share on other sites More sharing options...
CrazyGamerzPC Posted April 19, 2014 Author Share Posted April 19, 2014 (edited) That didn't work out too well.... Your code works for something like a top hat but not things like the trunkvest_summer( The Breezy Vest) or the Dapper Vest,etc.... How can I fix this? Edited April 19, 2014 by CrazyGamerzPC Link to comment https://forums.kleientertainment.com/forums/topic/35171-how-to-make-clothes-have-no-durability/#findComment-457989 Share on other sites More sharing options...
_Q_ Posted April 19, 2014 Share Posted April 19, 2014 That didn't work out too well.... Your code works for something like a top hat but not things like the trunkvest_summer( The Breezy Vest) or the Dapper Vest,etc.... How can I fix this?Its simpler way do that, just find values in tuning.lua file like STRAWHAT_PERISHTIME = total_day_time*5, then you just list them in modmain like that:TUNING.STRAWHAT_PERISHTIME = 9999Doubt you will survive 9999 days anyway. Link to comment https://forums.kleientertainment.com/forums/topic/35171-how-to-make-clothes-have-no-durability/#findComment-458063 Share on other sites More sharing options...
CrazyGamerzPC Posted April 19, 2014 Author Share Posted April 19, 2014 That works! Now is there a way to turn that method into a mod so I could enable and disable it at whim? Link to comment https://forums.kleientertainment.com/forums/topic/35171-how-to-make-clothes-have-no-durability/#findComment-458147 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now