Hard Light Productions Forums

Hosted Projects - Non-FreeSpace => MechCommander OmniTech => Topic started by: Zharkov on April 29, 2020, 04:07:46 pm

Title: modding the mission files
Post by: Zharkov on April 29, 2020, 04:07:46 pm
I have been looking at the .fit mission files and I wonder whether there is a way to comment lines out. That would make testing easier. Can anybody help?
Title: Re: modding the mission files
Post by: Drewbs on May 15, 2020, 08:25:12 pm
//
Title: Re: modding the mission files
Post by: Drewbs on May 15, 2020, 08:26:24 pm
For example:
//------------------------------------------------------------------
//
//     Main Code
//
//------------------------------------------------------------------
      code

            //------------------------------------------------
            // Debug Window Game Clock Second Counter
            // Note:  This is used by some included functions.
            //------------------------------------------------
            gametime = gettime;

Most of those are commented out
Title: Re: modding the mission files
Post by: Zharkov on May 21, 2020, 04:59:11 am
Thank you very much!

Now I feel a bit stupid - I could have noticed this on my own.