Goldsrc and Source use the same module loading design. Thus source mods will have the same porting issue. Both engines use compiled libraries as dynamically loadable modules. The engine loads the...
Type: Posts; User: Rhone; Keyword(s):
Goldsrc and Source use the same module loading design. Thus source mods will have the same porting issue. Both engines use compiled libraries as dynamically loadable modules. The engine loads the...
Unfortunately 3rd party mods must also be ported individually. The engine may be there but each mod author would have to recompile their mod into a .so instead of a dll. There are many mods which...