Page 1 of 1

Could not open MISSION.LVL [Solved]

Posted: Sat Jan 20, 2018 4:36 pm
by gooddominic
I attempt to open my map and it says that it couldn't open MISSION.LVL

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 5:05 pm
by Calrissian97
Make sure your lua is being called in your Common/mission.req and you made a .req file calling your lua in Common/mission/

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 6:17 pm
by gooddominic
Calrissian97 wrote:Make sure your lua is being called in your Common/mission.req and you made a .req file calling your lua in Common/mission/
How do I make a .req file calling in Common? and how do I see if my lua is being called in my Common/mission.req
Sorry I'm new to this stuff.

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 6:36 pm
by Calrissian97
Open up your mission.req using a text editor (notepad for example) and make sure your script is listed under "lvl", such as "cor1r_con". Just add yours to the list.
Hidden/Spoiler:
Image
Now make a .req file for your lua if one isn't already. You can just make a copy of one already in your mission folder, and edit the name and contents to match your lua file name.
Hidden/Spoiler:
Image

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 8:45 pm
by gooddominic
Calrissian97 wrote:Open up your mission.req using a text editor (notepad for example) and make sure your script is listed under "lvl", such as "cor1r_con". Just add yours to the list.
Hidden/Spoiler:
Image
Now make a .req file for your lua if one isn't already. You can just make a copy of one already in your mission folder, and edit the name and contents to match your lua file name.
Hidden/Spoiler:
Image
I did it all but hopefully I did it right
I opened mission with notepad and I went under Notepad and added cor1g_con to under "lvl" I then renamed it cor1r_con and even saved. Then I renamed cor1g_con to to cor1r_con to make it to the Notepad thing.
Did I do anything wrong.

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 8:54 pm
by Calrissian97
"cor1r_con" is just an example. You'll replace that with whatever the name of your new lua file is.

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 9:39 pm
by AceMastermind
gooddominic wrote:I attempt to open my map and it says that it couldn't open MISSION.LVL
How fast was your munge?

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 9:53 pm
by gooddominic
AceMastermind wrote:
gooddominic wrote:I attempt to open my map and it says that it couldn't open MISSION.LVL
How fast was your munge?
It was quick. Why?

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 10:20 pm
by AQT
The following could be the solution to your problem:
[b][color=#FF8000]The FAQ / Everything You Need Thread Version 3.0[/color][/b] wrote:...
Question #7 - I'm using Windows Vista/7/8.x/10 and Visual Munge is not working properly, it's munging too fast, what's wrong?
Answer - Try THIS munge fix or the Fixed and improved munge files to get it working properly.
...

Re: Could not open MISSION.LVL

Posted: Sat Jan 20, 2018 10:57 pm
by gooddominic
AQT wrote:The following could be the solution to your problem:
[b][color=#FF8000]The FAQ / Everything You Need Thread Version 3.0[/color][/b] wrote:...
Question #7 - I'm using Windows Vista/7/8.x/10 and Visual Munge is not working properly, it's munging too fast, what's wrong?
Answer - Try THIS munge fix or the Fixed and improved munge files to get it working properly.
...
Much thanks!