This is my Init.sqf
finishmissioninit;
setviewdistance 3000;
ACE_Sys_Ruck_SpawnRuckItemsOnDeath = false;
//SPON stuff
[] call compile preprocessFileLineNumbers "SPON\Map\initMap.sqf";
[[west]] call SPON_Map_setResistanceAllies;
[6400] call SPON_Map_setMilsIn360Degrees;
[false] call SPON_Map_enableBISMap;
[] call SPON_Map_useAction;
I seem to be missing some text on a couple of buttons. They're the two buttons at the bottom of the Marker text Dialog. The one that pops up when you place a marker. There's a text entry field, and below that theres are two buttons, side by side without text.
Also, I can't seem to get rid of, or reduce, the "Notepad" Dialog.
Love the the map though.
Thios is my Desc.ext
#include "SPON\Core\ui\core.hpp"
#include "SPON\Map\ui\map.hpp"
disabledAI = true;
respawn = "BASE";
respawnDelay = 5;
briefing = 0;
debriefing = 0;
showMap = 1;
showCompass = 1;
showGPS = 1;
showClock = 1;
showPad = 1;
Also, I can't seem to get rid of, or reduce, the "Notepad" Dialog.
Love the the map though.
Edited June 02, 2009, 07:07:20 PM
missed the "Stringable.csv" file. All buttons have text now.
Still can't get rid of notepad.