Eric Mor
Eric Mor
How can I reproduce it?
Open the **Terminal** in macOS and navigate to the SporeModder FX folder. There, execute this line: `java -jar SporeModderFX.jar` Show me a picture of what appears in the terminal.
Type `java -version` in the terminal and tell me what shows there. SMFX requires Java 8 to run
Yes, I think you'll have to install Java 8. You can download it here: [https://www.java.com/en/download/](https://www.java.com/en/download/)
Could you check if there is a file called `ribbon-expand.png` inside the `Styles/Default` folder?
Sorry for taking so much time to answer. Try replacing `SporeModderFX.jar` with the following file. If it still does not work, open it with the terminal like you did previously...
I believe it should be working now, but I can't test it.
Why do we want this?
Alright, but then we'll need to add some way (here or in SporeModder FX) to generate `.sporemod` files.
This is my approach: ```xml ForcedFile.dll Sample Description example.package example.dll remove_example.package remove_example.dll Arenas.package AntiArenas.dll ``` Basically, a mod is made of `component` elements. Each component can have the following attributes:...