callofduty4x / CoD4x_Server

Extended Call of Duty 4 server
https://cod4x.ovh
GNU Affero General Public License v3.0
326 stars 121 forks source link

GSC get OS #83

Closed MichaelHillcox closed 7 years ago

MichaelHillcox commented 7 years ago

In case a plugin or something requires a specific OS to run then it would be highly useful to have a GSC function to return the OS. Either windows or linux. Helps for testing mods. I know a lot of devs make mods on windows and then run them on a linux server.

T-Maxxx commented 7 years ago

All GSC functions are non-os specific and plugin loading system adds correct file extension depending on OS. Devs simply have no choice - theres no linker_pc available for linux but through wine.

MichaelHillcox commented 7 years ago

Ah, okay that's fine. Wasn't a 100% on that.