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.
Andy Newjack 7a37bb502e PlayerChangedFloor doesn't contain the right map area 4 years ago
data add ep1 battleparam 5 years ago
src PlayerChangedFloor doesn't contain the right map area 4 years ago
tests add default bank item. dont crash if dropping all meseta. rename area to map_area and change from u32 to u16 4 years ago
.drone.yml only run 1 ci task at a time 5 years ago
Cargo.toml asyncify tests 5 years ago
README.md Update libpso link 5 years ago
patch.motd adding example motd file 5 years ago
patch.ron adding patch server config (#29) 5 years ago

README.md

setup

  • get http://rustup.rs
  • get the latest nightly rustup default 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 --bin patch and cargo run --bin login