Developer PeterA Posted April 30, 2015 Developer Share Posted April 30, 2015 Hey everyone, I pushed a minor update to the Mod Uploader today. The only change in this update is to include the standard math, string and table functions in the environment that your modinfo file is loaded into. This will allow you to do slightly more complex stuff when setting up your configuration tables. Please let me know if you have any questions! Link to comment https://forums.kleientertainment.com/forums/topic/53375-minor-update-to-mod-uploader/ Share on other sites More sharing options...
_Q_ Posted April 30, 2015 Share Posted April 30, 2015 Hey everyone, I pushed a minor update to the Mod Uploader today. The only change in this update is to include the standard math, string and table functions in the environment that your modinfo file is loaded into. This will allow you to do slightly more complex stuff when setting up your configuration tables. Please let me know if you have any questions!This means I can have spaces in the configuration option name and dedicated server will be able tou use it without problems? Link to comment https://forums.kleientertainment.com/forums/topic/53375-minor-update-to-mod-uploader/#findComment-633438 Share on other sites More sharing options...
Maris Posted April 30, 2015 Share Posted April 30, 2015 This means I can have spaces in the configuration option name and dedicated server will be able tou use it without problems?Dedicated server always could do that. Link to comment https://forums.kleientertainment.com/forums/topic/53375-minor-update-to-mod-uploader/#findComment-633444 Share on other sites More sharing options...
_Q_ Posted April 30, 2015 Share Posted April 30, 2015 Dedicated server always could do that. I got reports its not working cause it has spaces in the config option name, so idk. Link to comment https://forums.kleientertainment.com/forums/topic/53375-minor-update-to-mod-uploader/#findComment-633448 Share on other sites More sharing options...
Developer PeterA Posted April 30, 2015 Author Developer Share Posted April 30, 2015 You could always do that but the modoverrides file had to be setup with the option name wrapped with quotes and square bracket. I updated the wiki to include the two styles because not all dedicated server operators are super familiar with lua.your_option = 5vs["your option"] = 5 Link to comment https://forums.kleientertainment.com/forums/topic/53375-minor-update-to-mod-uploader/#findComment-633453 Share on other sites More sharing options...
_Q_ Posted April 30, 2015 Share Posted April 30, 2015 You could always do that but the modoverrides file had to be setup with the option name wrapped with quotes and square bracket. I updated the wiki to include the two styles because not all dedicated server operators are super familiar with lua.your_option = 5vs["your option"] = 5 So the person that made the report didn't know that all then.I'm not into dedicated serves so I didn't know how it should look like.Thanks. Link to comment https://forums.kleientertainment.com/forums/topic/53375-minor-update-to-mod-uploader/#findComment-633456 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