Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Avan

Pages: 1 ... 9 10 [11]
151
General Discussion / 'Impossible' mission
« on: May 04, 2011, 05:54:48 PM »
Who here has managed to at least beat the mission in-so-far as they accomplished the objectives?
And what was your final score?

I got a Pyrrhic Victory at 0% XD
Got busy with making my own missions and have not had a chance to go back and try getting a higher score.

152
I noticed that since the HSS Bis'mar in the missiondefinition.java file does not have the extra argument detailing its name, it will simply be assigned a random name instead.

153
Modding / Tips for creating missions
« on: May 04, 2011, 02:34:14 PM »
So I've already made a couple missions so far (they still need some fluff-text polish before I will release them), but just in general, from my experience:

- you can ignore the missiondefinition.class file; you only need to change the missiondefinition.java, mission_text.txt, and descriptor.json for the mission itself, and the directory name
- don't forget to add your mission to the missionlist.json file in the ../missions/.. directory, or it won't be loaded
- if you get a crash on load, you probably have an error in your missiondefinition.java; if you go to the ../starfarer-all/.. directory, you will find a file starfarer.log, which will contain the debug output; check that.
- if you get a crash when selecting the mission, it means you likely have an invalid ship type specified

You'll notice that the missiondefinition.java file has on its first line the name of the mission, which you will need to change to the name of your mission.

Pages: 1 ... 9 10 [11]