It's probably worthwhile to allow for a Dedicated-only build that'll help facilitate server-only distributions of games. This is mostly intended to help cut down on download sizes for those who don't intend to run a client.
This entails the following:
- No sound libs are linked or invoked at any point.
- No UI files are to be loaded at any point.
- No textures are to be loaded any point.
- It shouldn't require any client scripts to be present.
It's probably worthwhile to allow for a Dedicated-only build that'll help facilitate server-only distributions of games. This is mostly intended to help cut down on download sizes for those who don't intend to run a client.
This entails the following: