Joined: 5/12/2019
Posts: 2
Location: Moravia
Hello, I have just added demo/TAS support to my game called Anarch, I'd like to let people know here in case anyone would be interested in TASing it, I would definitely love to see a TAS (I've already TASed the first level as a test). The game is completely free software, public domain and hacking friendly, so you can just download it for free and do whatever you like. Its repository is here: https://codeberg.org/drummyfish/Anarch Link to video How to (for Unix users, other OSes work too if you can mimic the steps): - Download the game repository ("git clone" ...). - Apply the demo mod with "git apply mods/demo.diff" in the game directory. - Compile the game e.g. with "./make.sh sdl". Compilation is extremely easy, only requires SDL2. There are precompiled binaries but those are without the demo support, so you have to compile the game to make a TAS. - Now make a file named demo.txt in the game directory -- in it you will write the key states at specific frames. The demo format is very simple and descibed in the file mods/demo.diff, you can also find some already existing demos in the mod directory. - To replay the demo run the game with "./anarch -w -d". This just starts the game, loads the demo file and replays it. Of course you can rewind -- this is done by putting a * character on some line in the demo file. - You may also do things such as slow down time by modifying variables in settings.h, but watch out to not mess with settings that would make the game mechanics different (e.g. difficulty). You may also apply some graphic-only mods that don't affect the game mechanics to make the game look better if you want, e.g. the full zbuffer mod. - Watch out that each demo is specific to the game version, its resolution (if mouse is used) and FPS. I recommend making the TAS for the vanilla settings as that is the standard version. Thanks, let me know if you need further help with anything :)
free software, free culture
eien86
He/Him
Judge, Skilled player (1724)
Joined: 3/21/2021
Posts: 174
Location: Switzerland
drummyfish wrote:
Hello, I have just added demo/TAS support to my game called Anarch
I like the idea behind this game. Especially it's open source, which allows more in-depth analysis (especially for guys like me that likes botting stuff). This looks like a great shooter and truly hope Doom experts get to TAS it and submit a run. Almostmatt1? Zeromaster? From my side I am not crazy about the whole anti-capitalist philosophy behind it, but who cares. I'll download it and give it a (casual) go. Thanks for your efforts and letting us know about it.
Editor, Active player (392)
Joined: 2/11/2018
Posts: 186
eien86 wrote:
This looks like a great shooter and truly hope Doom experts get to TAS it and submit a run.
Would a demo file of this game be submittable currently? Don't really know anything about demos.
Joined: 5/12/2019
Posts: 2
Location: Moravia
Thank you for your replies -- to be honest it's not as playable as Doom, more like Wolfenstein 3D, I did everything myself, it is quite simple and to a great degree a manifesto and a proof of specific programming philosophy, which of course for the purpose of this forums we can just ignore :) People like to speedrun even more obscure games so I thought I would share this, I would really love to see someone finds exploits I didn't foresee.
free software, free culture