Crates.io | rust-prec |
lib.rs | rust-prec |
version | 1.0.4 |
source | src |
created_at | 2023-06-16 23:38:38.101861 |
updated_at | 2023-08-25 20:57:41.487374 |
description | P-REC-like program for linux users. Runs in the background and records demos. |
homepage | |
repository | https://github.com/Ddeityy/rust-prec |
max_upload_size | |
id | 892618 |
size | 59,121 |
Add these lines to your tf/cfg/autoexec.cfg or tf/cfg/overrides/autoexec.cfg in case of mastercomfig.
ip 0.0.0.0
rcon_password prec
net_start
Add this to your TF2 launch options:
-condebug -conclearlog -usercon
Run sudo ./install.sh
This project is build using rust and requires cargo
and friends, see the rust website
for how to get started.
Once rust is setup building is as simple as
cargo build --release
which will place the binary at target/release/rust-prec