You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cargo run --release --bin quake-client -j2 -- --connect 198.74.54.53:27964
...
INTEL-MESA: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NoSuchFile("gfx/palette.lmp")', src/client/render/palette.rs:34:54
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I suppose this is because I didnt add the original resources from quake 3, but I cant find any instructions how to do that. Do I have to dump it directly into the richter folder?
Edit: Okay I figured it out, Quake 1 files go into the id folder inside the repo. But then I just get to a terminal with many errors, and no clue how to load a map or anything.
The text was updated successfully, but these errors were encountered:
I suppose this is because I didnt add the original resources from quake 3, but I cant find any instructions how to do that. Do I have to dump it directly into the richter folder?
Edit: Okay I figured it out, Quake 1 files go into the
id
folder inside the repo. But then I just get to a terminal with many errors, and no clue how to load a map or anything.The text was updated successfully, but these errors were encountered: