Fusshy Posted April 23, 2016 Share Posted April 23, 2016 Hello, I created a simple mod a few months and I wonder how can I do to override the colour cube constants in modMain or any way that does not modifies game files ^^ Mod who I want help: http://steamcommunity.com/sharedfiles/filedetails/?id=580602983 Thanks <33 Link to comment https://forums.kleientertainment.com/forums/topic/66608-override-colour-cube-constants/ Share on other sites More sharing options...
Mobbstar Posted April 23, 2016 Share Posted April 23, 2016 (edited) You can use "AddComponentPostInit" to modify the colourcubemanager. e.g.: AddComponentPostInit("componentname",function(self) self.somevalue = {override="data"} end Edited April 23, 2016 by Mobbstar Link to comment https://forums.kleientertainment.com/forums/topic/66608-override-colour-cube-constants/#findComment-754994 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