26 ms·
Technically this is not a port. It's just an OpenGL application that can read and render the TF2 map format. A port would consist of modifying the original sour
by Produce 15y ago
Technically this is not a port. It's just an OpenGL application that can read and render the TF2 map format. A port would consist of modifying the original source (which I assume the author does not have access to, since it's a closed source product) so that it runs on a different platform.
- JL2010 15y agoFair distinction. Half-Life 2 SDK open sources a decent amount of code. Take a look at his source code, a lot of it is a re-implementation of Valve's map and model data structures in Javascript with similar naming convention. Hence why I called it a "minimal port" or "ported just enough components" to load a map.