mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-27 00:47:45 +00:00
Remove leftover debugging, edit README
This commit is contained in:
parent
e7dc83effe
commit
084a8ea664
2 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@ Kawari is primarily a research project, but also a way to preserve the modern cl
|
||||||
|
|
||||||
## Supported Game Version
|
## Supported Game Version
|
||||||
|
|
||||||
Kawari currently supports patch **7.2**. Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the current patch is moved to a branch (e.g. 7.1) These branches are for archival; effectively unsupported, but still useful.
|
Kawari currently supports patch **7.2**. Kawari will never "roll back" to a previous patch. There are other servers (e.g. Sapphire) that support older versions of the game. As Kawari moves to a new major patch, the previous patch is moved to a branch (e.g. 7.1) These branches are for archival; effectively unsupported, but still useful.
|
||||||
|
|
||||||
Only the Global region is supported. Only the Windows client is supported. Supporting other regions or clients are currently out of scope of this project.
|
Only the Global region is supported. Only the Windows client is supported. Supporting other regions or clients are currently out of scope of this project.
|
||||||
|
|
||||||
|
|
|
@ -160,9 +160,7 @@ pub struct CommonSpawn {
|
||||||
pub hp_curr: u32,
|
pub hp_curr: u32,
|
||||||
pub display_flags: DisplayFlag,
|
pub display_flags: DisplayFlag,
|
||||||
pub fate_id: u16, // assumed
|
pub fate_id: u16, // assumed
|
||||||
#[br(dbg)]
|
|
||||||
pub mp_curr: u16,
|
pub mp_curr: u16,
|
||||||
#[br(dbg)]
|
|
||||||
pub mp_max: u16,
|
pub mp_max: u16,
|
||||||
pub unk: u16,
|
pub unk: u16,
|
||||||
/// See ModelChara Excel sheet
|
/// See ModelChara Excel sheet
|
||||||
|
|
Loading…
Add table
Reference in a new issue