Posts: 124
Threads: 8
Joined: Nov 2016
Reputation:
0
Good day everyone.. I have a question.. can I add a custom skin/object to model folder and artconfig with restarting the server? Is it possible?
Posts: 74
Threads: 0
Joined: Mar 2016
Reputation:
0
It is indeed possible.
I store the values needed for the parameters of the function AddCharModel and AddSimpleModel.
I then run a query to fetch all the models, I would like to add, from the database in OnGameModeInit
To add models while the server is running, I would run the same query during runtime. To ensure players already on the server have the new models loaded, I would change the virtual world so the player is forced to download the new models and then set it back to whatever it was before. Or, you could load your new models when your server has no players online.