From 5d683bb89309448a69b4756c91c7486f8e19a2ea Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sat, 29 Jun 2024 12:14:26 -0500 Subject: [PATCH] going to push out a release --- README.md | 9 ++++----- src/MissPiggy.java | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8894176..fa129a7 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,16 @@ Firestar is a mod manager for WipEout 2048 which automatically handles sorting mods by priority and repacking game assets based on selected add-on packs. It runs on a desktop/laptop computer and aims to allow easy installation of mods for users who have only a surface level understanding of hacking the PSVita. -# about 85% complete +# about 95% complete **What works:** -- Importing & deleting mods -- Repacking (installing) mods -- config loading +- Basic stuff (installing mods, removing, reordering, persistent settings) - Cross-platform support **What doesn't work yet:** -- change load order, toggle +- toggle mods on/off - settings screen - misc. tools (pack creator, soundtrack mod generator...) +- initial setup screen can still be a bit arduous for vita newbies ![](https://files.worlio.com/users/bonkmaykr/http/git/embed/firestar_window.png) diff --git a/src/MissPiggy.java b/src/MissPiggy.java index 83fa25b..20afb69 100644 --- a/src/MissPiggy.java +++ b/src/MissPiggy.java @@ -375,7 +375,7 @@ public class MissPiggy implements ActionListener { } public void throwUnimplemented() { - JOptionPane.showMessageDialog(frame, "Unimplemented.\nSee README at https://git.worlio.com/bonkmaykr/firestar", "Unimplemented", JOptionPane.INFORMATION_MESSAGE); + JOptionPane.showMessageDialog(frame, "This feature is unimplemented and will be coming soon.\nSee README at https://git.worlio.com/bonkmaykr/firestar", "Unimplemented", JOptionPane.INFORMATION_MESSAGE); } public void createSelectionEventListener() { // moved incase needs to be removed and re-added