Jump to content

Recommended Posts

Posted

I'm a newbie to developing missions with MOOSE and the question I have is: can missions created using the MOOSE Framework be shared with other who do not have MOOSE installed.

 

Thanks

 

Richard

Posted

Its not something that is installed. When you add a script, sound, or briefing image file to a mission it gets embedded into the mission file itself. The only way it wouldn't work is if you had code that would run something from your harddrive like: dofile('X:SomeFolder/On/Your/PC/script.lua')

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

Posted

Thanks, after looking at the size of the .MIZ file I assumed something was being added but wasn't sure.

 

Richard

Posted

It actually depends on how you are loading Moose. There are two ways typically. Dynamic which means that Moose is referenced rather than loaded into the .MIZ. This is typically used during development or if you are actually developing and changing Moose. It should be used when distributing a mission.

 

If you are distributing your mission it is advisable to use the Static Moose version. Which you would load via a trigger and would be contained in the .MIZ file.

 

Its not something that is installed. When you add a script, sound, or briefing image file to a mission it gets embedded into the mission file itself. The only way it wouldn't work is if you had code that would run something from your harddrive like: dofile('X:SomeFolder/On/Your/PC/script.lua')
  • Recently Browsing   0 members

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