rust-prec

Crates.iorust-prec
lib.rsrust-prec
version1.0.4
sourcesrc
created_at2023-06-16 23:38:38.101861
updated_at2023-08-25 20:57:41.487374
descriptionP-REC-like program for linux users. Runs in the background and records demos.
homepage
repositoryhttps://github.com/Ddeityy/rust-prec
max_upload_size
id892618
size59,121
Daniel (Ddeityy)

documentation

README

Long awaited "P-REC" for linux users.

Credit for the idea of using a local RCON goes to @Bash-09.

Thanks to @icewind1991 for help.

Usage

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

Building

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

Commit count: 41

cargo fmt