Hard Light Productions Forums

Hosted Projects - Standalone => The Babylon Project => Topic started by: emark4 on April 24, 2018, 03:35:54 pm

Title: [Solved] How to mod existing missions in TBP?.
Post by: emark4 on April 24, 2018, 03:35:54 pm
I'm trying to mod the star fury pilot mission severed dreams (thanks to the zathras mod) and all I did is just change the player ship from auroras to thunderbolts. Then Fred keeps showing errors for some reason so I ended up quitting the program. I was doing all this within the zathras mod. Does anyone know the proper way to edit existing missions in TBP?
Title: Re: How to mod existing missions in TBP?.
Post by: karajorma on April 24, 2018, 07:08:23 pm
Sounds like you did the correct thing. What errors did you get?
Title: Re: How to mod existing missions in TBP?.
Post by: emark4 on April 24, 2018, 07:38:23 pm
Sounds like you did the correct thing. What errors did you get?

The errors seem to indicate I am "missing" stuff. I can try to get the debug info if you like when I get back.
Title: Re: How to mod existing missions in TBP?.
Post by: karajorma on April 24, 2018, 07:53:04 pm
Sure. There's no correct way to edit a mission beyond getting the mission file and editing it in FRED so it doesn't sound like you've done anything wrong (unless you've missed out a -mod flag. Debug logs will help with that).
Title: Re: How to mod existing missions in TBP?.
Post by: emark4 on April 24, 2018, 09:22:33 pm
Sure. There's no correct way to edit a mission beyond getting the mission file and editing it in FRED so it doesn't sound like you've done anything wrong (unless you've missed out a -mod flag. Debug logs will help with that).
Here is what I got when saving in FRED for TBP

[attachment stolen by Russian hackers]
Title: Re: How to mod existing missions in TBP?.
Post by: wesp5 on April 25, 2018, 04:34:22 am
Did you use my "Babylon 5 - Star Fury Pilot Unofficial Patch" version as a base (http://www.moddb.com/mods/babylon-5-star-fury-pilot-unofficial-patch)? Because I fixed a lot of issues in these missions to make them work with Zathras 2.8 and FSO engine build 3.7.0! BTW, I just edited the text files to do this :)...
Title: Re: How to mod existing missions in TBP?.
Post by: emark4 on April 25, 2018, 05:01:21 am
Did you use my "Babylon 5 - Star Fury Pilot Unofficial Patch" version as a base (http://www.moddb.com/mods/babylon-5-star-fury-pilot-unofficial-patch)? Because I fixed a lot of issues in these missions to make them work with Zathras 2.8 and FSO engine build 3.7.0! BTW, I just edited the text files to do this :)...

I think I did already, not sure what's going on when saving the freded mission.
Title: Re: How to mod existing missions in TBP?.
Post by: wesp5 on April 26, 2018, 06:18:18 am
I think I did already, not sure what's going on when saving the freded mission.

Your errors look as if the game stumbles over lines that are commented out in my version (being preceeded by ;;). Are they still normal in your file?
Title: Re: How to mod existing missions in TBP?.
Post by: emark4 on April 26, 2018, 09:08:54 am
I think I did already, not sure what's going on when saving the freded mission.

Your errors look as if the game stumbles over lines that are commented out in my version (being preceeded by ;;). Are they still normal in your file?

What do you mean? Like what exactly should I do? Does your patch have an alternative version of the severed dreams mission?
Title: Re: How to mod existing missions in TBP?.
Post by: wesp5 on April 26, 2018, 09:37:38 am
What do you mean? Like what exactly should I do? Does your patch have an alternative version of the severed dreams mission?

You can open the fs2 file you edited before and after FRED with any text editor and search for the strings in the error messages.
And yes, my patch fixed many issues in almost all of Shaun Williams original Babylon 5 Starfury pilot missions!
Title: Re: How to mod existing missions in TBP?.
Post by: emark4 on April 26, 2018, 09:42:39 am
What do you mean? Like what exactly should I do? Does your patch have an alternative version of the severed dreams mission?

You can open the fs2 file you edited before and after FRED with any text editor and search for the strings in the error messages.
And yes, my patch fixed many issues in almost all of Shaun Williams original Babylon 5 Starfury pilot missions!
When I go into the text editor and find the strings, do I just delete them or do I do something else?
Title: Re: How to mod existing missions in TBP?.
Post by: wesp5 on April 26, 2018, 11:16:07 am
When I go into the text editor and find the strings, do I just delete them or do I do something else?

Better just comment them out by adding ;; in front...
Title: Re: How to mod existing missions in TBP?.
Post by: emark4 on April 26, 2018, 11:29:24 am
When I go into the text editor and find the strings, do I just delete them or do I do something else?

Better just comment them out by adding ;; in front...

Looks like the text editor route works for what I intended to do. I decided to change the player ship to the thunderbolt via the text editor and it works. Thanks for the notepad tip!