You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jake 8d2fc5b736 add cargo.lock 2 years ago
data clean up and set rare monster appear rate to 1/512 3 years ago
src clippy demands more 2 years ago
tests Merge branch 'master' into shop_sell 2 years ago
.drone.yml fail ci on clippy warnings for real this time 3 years ago
Cargo.lock add cargo.lock 2 years ago
Cargo.toml update anyhow 2 years ago
README.md latest nightly works again 4 years ago
patch.motd adding example motd file 4 years ago
patch.ron adding patch server config (#29) 4 years ago

README.md

setup

  • get http://rustup.rs
  • get nightly version rustup install nightly.
  • set nightly rustup override set nightly.
  • grab elseware
  • cargo test to run tests

development setup

grab libpso and put

[patch."http://git.sharnoth.com/jake/libpso"]  
libpso = { path = "path/to/libpso" }

at the end of the Cargo.toml file

to actually run it

  • cargo run