1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00
Automatically upload recorded stv demos to demos.tf
  • Pawn 64.1%
  • SourcePawn 34.5%
  • Nix 1.3%
  • Makefile 0.1%
Find a file
sappho 505e4621b4
Update demostf for usage with neocurl
neocurl is a maintained version of the now broken curl extension. demostf uploads are spotty with it due to some abi changes in sourcemod 1.11 as well as the version of curl it uses being too old to actually function
2024-01-11 06:00:44 -05:00
.github/workflows nix based ci 2023-07-09 18:26:41 +02:00
include update curl includes 2023-07-09 18:31:16 +02:00
.envrc nix based ci 2023-07-09 18:26:41 +02:00
.gitignore nix based ci 2023-07-09 18:26:41 +02:00
demostf.smx fix improper spacing on curl default opts 2023-07-09 18:28:37 +02:00
demostf.sp Update demostf for usage with neocurl 2024-01-11 06:00:44 -05:00
flake.lock nix based ci 2023-07-09 18:26:41 +02:00
flake.nix cleanup flake 2023-07-09 18:48:27 +02:00
Makefile initial version 2016-12-03 17:55:16 +01:00
README.md cleanup flake 2023-07-09 18:48:27 +02:00

plugin

Automatically upload recorded stv demos to demos.tf

Download

download plugin

Building

The plugin can be built from source using the included Makefile (requires docker to be installed)

Alternatively the plugin can be build using nix with nix build .#plugin