Jump to content

[Tool] Mission.sqm Converter


Suppe

Recommended Posts

The Mission.sqm Converter

 

Convert coordinates from a whole mission.sqm for the config.cpp.

 

But to function the mission.sqm needs necessarily be saved with the MCC Sandbox Editor tool, because you really need this "coordinates block":

 

       };
        class Item4              //mission.sqm "coordinates block" after saving with MCC:

        {
            position[]={1325.1554,13.24902,8729.6484};
            azimut=-303.53421;
            id=4;
            side="EMPTY";
            vehicle="Land_CampingChair_V2_F";
            skill=0.60000002;

            offsetY=0.0144939;
        };

 

The Tool convert within a second a complete mission.sqm  in this:

 

      { "Land_CampingChair_V2_F", { 1325.1554, 6484, 0.0144939 }, 303.53421 },        //exact match for the cpp

      ......etc.etc.

      ......etc.etc.

     ...... etc.etc.

 

The tool also does not overwrite automatically, it will create a new file next to it.

 

Donwload Mission.sqm converter:

https://www.dropbox.com/sh/nbn9nrpo92cafqe/AAD6h5KuWmYP74zJ6CYjcQK7a?dl=0

Link to comment
Share on other sites

  • 1 year later...
  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...