Skip to content

ddeityy/rust-prec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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