cgame

was there ever a sdk for demo released? Or did demo even allow cgame mods? I don’t think there was.

@Shoke @BoeMan @Henkie they probs know
There are patches for mod loading that remove this restriction, fairplay the anticheat had it aswell. This is dinks mod a clientside mod widely used in 2012 by everyone. Looking inside the mod, I see a cgame file present, it means there is working code for demo/v1.02t cgame pk3 compilation, assuming someone made some changes in the existing v1.00 SDK to make it work with demo, im looking for that. I tried compiling with v1.03 sdk aswell but I get version mismatch.

Was wondering if any of the oldschool modders could tell me how to accomplish this, because I think this knowledge is going down with them, and since its possible to create mods for Silver, Gold, why not for demo?


1731452589128.png
 
No official SDK was (quite rightfully so) ever released for MP Test (demo). During 1fx. Mod development, I reverse engineered support for it, taking the official 1.00 SDK as starting point. This effort ended up successful, being named OpenDEMO, making 1fx. Mod 0.82 compatible with demo as well.

I only reverse engineered the game module however, there is no support for the cgame. Seeing as many common structs overlap, you could take that code as a starting point. It is open source and available on my Github here: https://github.com/AJSchat/OpenDEMO
 
Thanks for your effort, we are still using 1fx on the server today even though demo might not have the same amount of people as it used to, we have a really close community like here. The OpenDEMO structs overlap with what code? How did you figure out which wrappers to write to make game compatible with demo?
 
Back
Top