-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make clientsided values configurable in GoT_Settings.sqf #109
Comments
Maybe have a "defaults" system that we can override in the config.... something as simple as if (isNil "initial_money") then { initial_money = 200 }; then in config you can define "initial_money" to what ever you want (which presumably will be evaluated before anything else). we can always create a function like in config.sqf: the Main benefit of this is basically anything implemented in this fashion can be configured via config.sqf. Then everyone can, for instance enable or disable items according to their liking without us having to explicitly define them as configurable. |
that was the idea but then by using the external config file so admins no longer have to tear appart the PBO to change these settings :) |
I know, thats why i suggested it :). This style should be a drop-in replacement for anything you want to make configurable with the current setup. |
I would suggest a |
good idea 👍 |
Aww but I love spending my weekends tearing apart Jo's work :D |
options to Enable/Disable
options to configure
The text was updated successfully, but these errors were encountered: