c++

  1. dabmasterars

    VMF Optimizer A2

    How it works The program will remove VMF parameters that have default values. When launched, Hammer will fill the missing parameters with default values; nothing changes, hence lossless optimization. Since saving the file will re-add the default values again, the tool is best used for archival...
  2. The_Evil_Pickle

    25 Randomly Generated Arena Maps a1

    Here's 25 arena maps made with my random map generator from the 72 hour jam. They should be functional and balanced, but I don't really have a good way to test them, so I'm putting them up for download instead. If you want screenshots, go to the link above. There's quite a few pictures of the...
  3. DonutVikingChap

    ASCII Fortress 2 2.0.0

    This year I decided to do something a little bit special for the 72hr TF2 jam. ASCII Fortress 2 is a full-fledged online multiplayer game coded from scratch in C++17 using SFML (SDL since 2.0.0), featuring ASCII console graphics (think Rogue from 1980) and real-time class-based gameplay with...
  4. The_Evil_Pickle

    Past 72hr Jam Entry Randomly Generated Maps 0.5

    What's the best way to make maps as fast as possible? Make a program that makes the maps for you! For this 72hr jam, I'm making a random map generator in C++. I'll post all the source code at the end of the event, but until then, I'll be posting some of the maps it creates here. Currently the...