Jump to content

Recommended Posts

  • Developer

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!

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?

  • Developer

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

 

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.

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...