Files
Paradise/tools/asset_server_rs
dependabot[bot] b5b3398407 Bump tracing-subscriber (#30333)
Bumps the cargo group with 1 update in the /tools/asset_server_rs directory: [tracing-subscriber](https://github.com/tokio-rs/tracing).


Updates `tracing-subscriber` from 0.3.19 to 0.3.20
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-04 07:18:29 +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

  1. Install rust
  2. Navigate to this directory in the shell
  3. cargo build --release

Subsequent launches

  1. Set asset_transport = "webroot" in config/config.toml
  2. Start the game server
  3. Type tools/asset_server_rs/target/release/asset_server_rs.exe in 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.