Long story short, I want to make a dedicated server where players may only wear some player models from a package file. I have a .pk3 with a few characters and want only them to be wearable on my server (if someone is wearing a default character from Nexuiz be forced to a character from my .pk3, but also allowed to change to any of the characters in my package).
I know how to force all players to the same player model, but not how to restrict player models to a custom selection of allowed characters. I also need my pack to be downloaded to everyone who enters the server of course... must that be specified separately or does the whole pk3 download automatically when a file from it is requested? Thanks.