mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-31 20:53:34 +00:00
Asset Server RS
Rust replacement of the asset server python script because that just didn't work well and froze all the time.
Use this to test the webroot asset sending or for debugging issues with it.
How do I run this?
First time setup
- Install rust
- Navigate to this directory in the shell
cargo build --release
Subsequent launches
- Set
asset_transport = "webroot"inconfig/config.toml - Start the game server
- Type
tools/asset_server_rs/target/release/asset_server_rs.exein your shell a. Yes thats a windows path. If you're doing this on Linux I trust that you are smart enough to launch a program from the shell.