Jump to content

Mission Editor bug report


Alpenwolf

Recommended Posts

Working on a big mission here and while trying to test it this bug report appeared (check attached image). I simply hit "Fly" and when in the mission I chose a slot then this happened. I clicked "OK" and was able to continue the mission! Any idea what this is?

 

S!


Edited by Alpenwolf

cold war 1947 - 1991.jpg

Cold War 1947 - 1991                                       Discord
Helicopters Tournaments
Combined Arms Tournaments

You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com

Link to comment
Share on other sites

Its a mission script error associated with your syntax. Check any code you are running around line 334 for any instance of "DCS". You are likely loading something at initialization or as part of a script in your saved games/DCS/Scripts folder.

The right man in the wrong place makes all the difference in the world.

Current Projects:  Grayflag ServerScripting Wiki

Useful Links: Mission Scripting Tools MIST-(GitHub) MIST-(Thread)

 SLMOD, Wiki wishlist, Mission Editing Wiki!, Mission Building Forum

Link to comment
Share on other sites

Its a mission script error associated with your syntax. Check any code you are running around line 334 for any instance of "DCS". You are likely loading something at initialization or as part of a script in your saved games/DCS/Scripts folder.

I'm running Ciribob's SimpleSlotBlock script which is saved in saved games/DCS/Scripts/hooks

Line 334? Hmmm. So far added this script only and tens of airframes' names in the "do script" option that are supposed to be blocked at mission start. I'll try and play with the conditions of the triggers a bit.

cold war 1947 - 1991.jpg

Cold War 1947 - 1991                                       Discord
Helicopters Tournaments
Combined Arms Tournaments

You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com

Link to comment
Share on other sites

Did you add the GameGUI file to /scripts/hooks?

Yes. Actually I have the files in both /Scripts and /Scripts/hooks just to make sure.

cold war 1947 - 1991.jpg

Cold War 1947 - 1991                                       Discord
Helicopters Tournaments
Combined Arms Tournaments

You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com

Link to comment
Share on other sites

This is line 334 amidst the other lines below:

 

}, -- end of [3]

 

["name"] = "blue",
           ["country"] = 
           {
               [1] = 
               {
                   ["id"] = 21,
                   ["name"] = "Australia",
               }, -- end of [1]
               [2] = 
               {
                   ["id"] = 11,
                   ["name"] = "Belgium",
               }, -- end of [2]
               [3] = 
               {
                   ["id"] = 8,
                   ["name"] = "Canada",
               }, -- end of [3]
               [4] = 
               {
                   ["id"] = 28,
                   ["name"] = "Croatia",
               }, -- end of [4]
               [5] = 
               {
                   ["id"] = 26,
                   ["name"] = "Czech Republic",
               }, -- end of [5]
               [6] = 
               {
                   ["id"] = 13,
                   ["name"] = "Denmark",
               }, -- end of [6]
               [7] = 
               {
                   ["id"] = 5,
                   ["name"] = "France",
               }, -- end of [7]
               [8] = 
               {

EDIT:

 

Fixed! The issue was having some scripts running simultaneously.


Edited by Alpenwolf

cold war 1947 - 1991.jpg

Cold War 1947 - 1991                                       Discord
Helicopters Tournaments
Combined Arms Tournaments

You can help me with keeping up the server via PayPal donations: hokumyounis@yahoo.com

Link to comment
Share on other sites

  • Recently Browsing   0 members

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