Jump to content

Recommended Posts

Posted (edited)

Found out how to do this.

 

1. Use 7zip to open the miz file and from within 7zip edit the "mission" file (it does not have an extension) with Notepad++ (you will need to associate editing in 7zip with notepad++).

 

2. Got to the weather section where you'll find:

 

["weather"] = 
   {
       ["atmosphere_type"] = 0,
       ["groundTurbulence"] = 0,
       ["enable_fog"] = false,
       ["wind"] = 
       {
           ["at8000"] = 
           {
               ["speed"] = 0,
               ["dir"] = 0,
           }, -- end of ["at8000"]
           ["at2000"] = 
           {
               ["speed"] = 0,
               ["dir"] = 0,
           }, -- end of ["at2000"]
           ["atGround"] = 
           {
               ["speed"] = 0,
               ["dir"] = 0,
           }, -- end of ["atGround"]
       }, -- end of ["wind"]
       ["season"] = 
       {
           ["temperature"] = 20,
       }, -- end of ["season"]
       ["type_weather"] = 0,
       ["qnh"] = 760,
       ["cyclones"] = 
       {
       }, -- end of ["cyclones"]
       ["name"] = "Winter, clean sky",
       ["dust_density"] = 0,
       ["enable_dust"] = false,
       ["fog"] = 
       {
           ["thickness"] = 0,
           ["visibility"] = 0,
       }, -- end of ["fog"]
       ["visibility"] = 
       {
           ["distance"] = 80000,
       }, -- end of ["visibility"]
       ["clouds"] = 
       {
           ["thickness"] = 330,
           ["density"] = 7,
           ["base"] = 0,
           ["iprecptns"] = 0,
       }, -- end of ["clouds"]
   }, -- end of ["weather"]

 

2. You can edit the ["base"] section to whatever height you want.

 

3. Accept the changes to the zip file.

 

Done.

 

(edited as below)

Edited by tsb47

Windows 7 Enterprise 64bit | i7-4790K@4GHz | 8GB RAM | GTX970 347.52

Posted
Found out how to do this.

 

 

 

1. Unzip the miz file (miz files are just zip files that you can extract eg by downloading 7zip and associating the .miz extension with it).

 

 

 

2. Edit the "mission" file (it does not have an extension) with Notepad++. Got to the weather section where you'll find:

 

 

 

["weather"] = 

   {

       ["atmosphere_type"] = 0,

       ["groundTurbulence"] = 0,

       ["enable_fog"] = false,

       ["wind"] = 

       {

           ["at8000"] = 

           {

               ["speed"] = 0,

               ["dir"] = 0,

           }, -- end of ["at8000"]

           ["at2000"] = 

           {

               ["speed"] = 0,

               ["dir"] = 0,

           }, -- end of ["at2000"]

           ["atGround"] = 

           {

               ["speed"] = 0,

               ["dir"] = 0,

           }, -- end of ["atGround"]

       }, -- end of ["wind"]

       ["season"] = 

       {

           ["temperature"] = 20,

       }, -- end of ["season"]

       ["type_weather"] = 0,

       ["qnh"] = 760,

       ["cyclones"] = 

       {

       }, -- end of ["cyclones"]

       ["name"] = "Winter, clean sky",

       ["dust_density"] = 0,

       ["enable_dust"] = false,

       ["fog"] = 

       {

           ["thickness"] = 0,

           ["visibility"] = 0,

       }, -- end of ["fog"]

       ["visibility"] = 

       {

           ["distance"] = 80000,

       }, -- end of ["visibility"]

       ["clouds"] = 

       {

           ["thickness"] = 330,

           ["density"] = 7,

           ["base"] = 0,

           ["iprecptns"] = 0,

       }, -- end of ["clouds"]

   }, -- end of ["weather"]

 

 

 

4. You can edit the ["base"] section to whatever height you want.

 

 

 

5. Rezip the mission folder structure into a .zip file with 7.zip and change the extension from .zip back to .mis.

 

 

 

DONE.

To .mis? I think its .miz?

 

Odesláno z mého Mi A1 pomocí Tapatalk

Ryzen 9 5900x | 32GB DDR4 | RTX 3090 | 32GB RAM 

 

Posted
Ok so I rezipped to .miz and the mission does not show up to select in game.

 

Are you using 7zip? I have read that using other zip programs, eg windows native tool, to rezip files may corrupt the structure (although I don't know how true that is).

 

Can you attach a copy of the file? I can maybe take a look for you.

Windows 7 Enterprise 64bit | i7-4790K@4GHz | 8GB RAM | GTX970 347.52

Posted

Rather than unzipping the file, just open the file in 7zip. Then you can edit the mission file while still inside the zip file by selecting "edit", or by clicking on the file to be edited and hitting "F4". That will keep the file structure intact.

Wayz Out

 

 

Intel Core i9 9900K | ASUS ROG Strix Z390E Gaming MB | G.Skill Ripjaws V 32gb DDR4-3200 | GeForce RTX 2080 Ti | Samsung 970 EVO Plus NVMe

HTC Vive Pro VR | Logitech G x56 HOTAS | Logitech G PRO Pedals

Posted

Good point... Post edited

 

Sent from my SM-G900I using Tapatalk

Windows 7 Enterprise 64bit | i7-4790K@4GHz | 8GB RAM | GTX970 347.52

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...