OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Headhunter on 08 Nov 2003, 17:17:46
-
how do you remove the map, like in the flashpoint campain map "Escape from prison"???
-
what do you mean map? do you mean a island? or a mission?
-
You need a line something like this in your description.ext
showPad = 0
can't remember if that's it, check a description.ext tutpporial or the template file in the Tutorial Mission in the Ed Depot.
-
oh so hes tring to remove the map from showing in his mission?
i believe its
showMap=0
-
but were should i write it, it dosen't work in a trigger...
-
you have to write it to the description.ext file in your own mission's folder.
If it does not exist, you have to create this file, let's say in Notepad, or any simple text editor software...
these lines are for set the following values( 0 is disable, 1 is enable)
showmap = 1
showGPS = 1
showCompass = 1
showWatch = 1
showNotepad = 1
yours is showmap=0
-
thanks