shit
This commit is contained in:
parent
6d772f0949
commit
8107aaa5d5
|
@ -4,13 +4,13 @@ Firestar is a mod manager for WipEout 2048 which automatically handles sorting m
|
||||||
|
|
||||||
# about 85% complete
|
# about 85% complete
|
||||||
**What works:**
|
**What works:**
|
||||||
- Importing mods
|
- Importing & deleting mods
|
||||||
- Repacking (installing) mods
|
- Repacking (installing) mods
|
||||||
- config loading
|
- config loading
|
||||||
- Cross-platform support
|
- Cross-platform support
|
||||||
|
|
||||||
**What doesn't work yet:**
|
**What doesn't work yet:**
|
||||||
- managing mods within the program (delete, change priority, toggle)
|
- change load order, toggle
|
||||||
- settings screen
|
- settings screen
|
||||||
- misc. tools (pack creator, soundtrack mod generator...)
|
- misc. tools (pack creator, soundtrack mod generator...)
|
||||||
|
|
||||||
|
|
|
@ -366,7 +366,7 @@ public class MissPiggy implements ActionListener {
|
||||||
|
|
||||||
InitializeModListStructure();
|
InitializeModListStructure();
|
||||||
InitializeModListInGUI();
|
InitializeModListInGUI();
|
||||||
} catch (IOException e) {
|
} catch (Exception e) {
|
||||||
System.out.println(e.getMessage());
|
System.out.println(e.getMessage());
|
||||||
JOptionPane.showMessageDialog(frame, "An error has occured.\n" + e.getMessage(), "Error", JOptionPane.ERROR_MESSAGE);
|
JOptionPane.showMessageDialog(frame, "An error has occured.\n" + e.getMessage(), "Error", JOptionPane.ERROR_MESSAGE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user