Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ members = [
resolver = "3"

[workspace.package]
version = "7.51.2"
version = "7.55.0"
edition = "2024"

[workspace.lints.clippy]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Modern server emulator for FFXIV. Updates for on the project can be found [on my blog](https://redstrate.com/blog/series/kawari-progress-report/).

Kawari currently supports patch **7.51h2** (2026.06.18.0000.0000). We only support the Windows client. If you're looking for a 1.x server, check out our sister project [Kodama](https://codeberg.org/redstrate/Kodama).
Kawari currently supports patch **7.55** (2026.07.16.0001.0000). We only support the Windows client. If you're looking for a 1.x server, check out our sister project [Kodama](https://codeberg.org/redstrate/Kodama).

To get started, there is a guide to [running Kawari in our documentation](https://docs.xiv.zone/kawari/setup/overview.html).

Expand Down
24 changes: 12 additions & 12 deletions resources/data/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ AETHERYTE_UNLOCK_BITMASK_SIZE: 30
AETHER_CURRENT_BITMASK_SIZE: 56
AETHER_CURRENT_COMP_FLG_SET_BITMASK_SIZE: 4
AVAILABLE_CLASSJOBS: 42
BASE_INVENTORY_ACTION: 110
BASE_INVENTORY_ACTION: 211
BEAST_TRIBE_ARRAY_SIZE: 20
BEGINNER_TRAINING_ARRAY_SIZE: 4
BUDDY_EQUIP_BITMASK_SIZE: 13
CAUGHT_FISH_BITMASK_SIZE: 190
CAUGHT_SPEARFISH_BITMASK_SIZE: 38
CHOCOBO_TAXI_STANDS_BITMASK_SIZE: 12
CLASSJOB_ARRAY_SIZE: 35
COMPLETED_LEGACY_QUEST_BITMASK_SIZE: 40
COMPLETED_LEVEQUEST_BITMASK_SIZE: 226
COMPLETED_QUEST_BITMASK_SIZE: 751
COMPLETED_RECIPES_BITMASK_SIZE: 801
CRYSTALLINE_CONFLICT_ARRAY_SIZE: 3
CUTSCENE_SEEN_BITMASK_SIZE: 180
DUNGEON_ARRAY_SIZE: 18
FRAMERS_KIT_BITMASK_SIZE: 33
FRONTLINE_ARRAY_SIZE: 2
GATHERED_GATHERING_ITEMS_BITMASK_SIZE: 102
GLASSES_STYLES_BITMASK_SIZE: 8
GRIDANIA_POS_START: 2213211
GUILDHEST_ARRAY_SIZE: 10
Expand All @@ -44,21 +47,18 @@ ORCHESTRION_ROLL_BITMASK_SIZE: 112
ORNAMENT_BITMASK_SIZE: 8
RAID_ARRAY_SIZE: 28
SPECIAL_CONTENT_ARRAY_SIZE: 1
SUPPORTED_BOOT_VERSION: 2026.04.10.0000.0001
SUPPORTED_BOOT_VERSION: 2026.07.13.0000.0001
SUPPORTED_EXPAC_VERSIONS:
- 2026.05.15.0000.0000
- 2026.05.25.0000.0000
- 2026.06.18.0000.0000
- 2026.06.18.0000.0000
- 2026.06.18.0000.0000
SUPPORTED_GAME_VERSION: 2026.06.18.0000.0000
- 2026.07.03.0000.0000
- 2026.07.06.0000.0000
- 2026.07.16.0001.0000
- 2026.07.16.0001.0000
- 2026.07.16.0001.0000
SUPPORTED_GAME_VERSION: 2026.07.16.0001.0000
TITLE_UNLOCK_BITMASK_SIZE: 112
TRIAL_ARRAY_SIZE: 14
TRIPLE_TRIAD_CARDS_BITMASK_SIZE: 60
ULDAH_POS_START: 4101669
UNLOCKED_FISHING_SPOTS_BITMASK_SIZE: 42
UNLOCK_BITMASK_SIZE: 92
COMPLETED_LEGACY_QUEST_BITMASK_SIZE: 40
UNLOCKED_MAP_MARKERS_BITMASK_SIZE: 64
GATHERED_GATHERING_ITEMS_BITMASK_SIZE: 102
COMPLETED_RECIPES_BITMASK_SIZE: 801
UNLOCK_BITMASK_SIZE: 92
Loading
Loading