Category: Game dev

  • C# example to load Doom WAD file

  • Example of bouncing ball

  • Quake 2 tools

    Over the past few weeks (perhaps few months) I’ve been trying to create a few Quake 2 tools that can run on the browser from scratch. I’ve started working with a Pak extractor tool that should allow you to load a pak archive, page/search through all items, add/remove items from the archive and also allow…

  • Quake 2 map compiling

    So after making use of a level editing tool you can save your level as a .map file. For you to be able to run this level you’ll need to compile it using a bsp compiler. Below is a simple example of how to run the tool: qbsp3 -gamedir “c:\Program Files (x86)\GOG Galaxy\Games\Quake II” ..\test1.map