From 8f7a6cc5469a468750859721860f1bd2a13e263c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 28 Apr 2025 23:11:22 -0400 Subject: [PATCH] Simplify supported game versions in README --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 39ac41f..2e4c104 100755 --- a/README.md +++ b/README.md @@ -33,20 +33,10 @@ Physis also supports doing some other useful things other than reading and writi * Apply game patches. Indexed ZiPatch is not yet supported, though. * Blockfish ciphers for encrypting and decrypting [SqexArg](https://docs.xiv.zone/concept/sqexarg/). * Construct paths to equipment, items, faces, and other useful models. -* Extract strings from executables. ## Supported Game Versions -| Version | Works | Note | -|----------------------|-------|----------------------------------------------------------------------------------| -| A Realm Reborn (2.x) | ??? | Have yet to test. | -| Heavensward (3.x) | ??? | Have yet to test. | -| Stormblood (4.x) | ??? | Have yet to test. | -| Shadowbringers (5.x) | ✅ | | -| Endwalker (6.x) | ✅ | | -| Dawntrail (7.x) | ✅ | Visual formats (models, materials, etc) by Physis crashes the 7.x retail client. | - -Only Windows versions of the game is supported at the moment. Only the latest version in a patch series is supported, but benchmarks for the expansion should be supported. +All game versions are supported, including benchmark versions of the game. Only the Windows client data is tested and other platforms probably won't work. ## Supported Platforms