Alibek Omarov
Alibek Omarov
@glKarin you can't publish Xash on F-Droid due to existing licensing issues. btw if you really want to, I think you could contribute your changes back to upstream and just...
Thanks for report! I will check it.
I kinda like how every demo handler just provide it's own interface, completely private to the file where it's implemented. Also, never thought we could write GoldSrc demos, only read,...
>I assume cmd.c also using in server-code? Any clue where to properly record string-command into demo? Do you want to write commands that are coming from the server or that's...
>Maybe we need some func table interface for working with demo-file by function pointers (Public Demo API)? Also this will help to make headless "HLTV" server-side. Let's put this out...
[compile-fix.patch](https://github.com/user-attachments/files/22719316/compile-fix.patch) @Garey27 made some changes to fix compiling on Linux. Please apply.
> > Do you want to write commands that are coming from the server or that's locally executed by the client or both? > > Original goldsrc record's only cliendll...
While testing, I noticed that bringing up console messes up timings during goldsrc demo playback. Playing back xash demos doesn't do this, so the problem is somewhere in `demofile_gs.c`.
Heh now we need GoldSrc 47 protocol support to playback speedruns. I'm joking of course. :)
Now that it builds everywhere, let's get this merged. @Garey27 is there anything else planned?