Fate RSPS Linux Fedora Setup

This package is for Fedora-based Linux systems using the jar client directly.

1. Extract this folder anywhere you want.

2. Install Java 17:
   sudo dnf install java-17-openjdk java-17-openjdk-headless

3. Make the launcher files executable once:
   chmod +x Launch-Fate-RSPS-Linux.sh
   chmod +x Fate-RSPS.desktop

4. Click Fate-RSPS.desktop to launch the client.
   If Fedora shows "Untrusted Application Launcher", right-click it and choose:
   Allow Launching

5. Terminal launch if you want it:
   chmod +x Launch-Fate-RSPS-Linux.sh
   ./Launch-Fate-RSPS-Linux.sh

6. Direct manual jar command if needed:
   java -Xms512m -Xmx2048m -jar Fate-RSPS.jar

Notes
- This avoids Wine and does not use the Windows setup.exe.
- The launch script expects Fate-RSPS.jar to stay in the same folder.
- If Java is already installed, the script should launch the client immediately.
