Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
while in paper map mode and "Keep player on map" on Manual.
10:30:10 Error in expression <["Tao_FoldMap", nil])) displayCtrl 40) drawRectangle [((((uiNamespace getVariab>
10:30:10 Error position: <drawRectangle [((((uiNamespace getVariab>
10:30:10 Error Type Number,Not a Number, expected Number
I have not been able to reproduce that error. Can you send me the RPT log if you still have it?
Try using the Keybinds during these scenarios:
I'm talking exclusively about Map Mode - Paper.
1) Have map, don't have a GPS.
2) Have map, but you drop it during mini map overlay opened.
3) Have GPS, don't have map.
4) Have map and have GPS.
2. I have no idea what you are talking about.
If you are talking about the menu that can be seen in the first screenshot, it's called a fleximenu and it's part of CBA.
Look at the GitHub page linked in the mod's description for more.
fx [CBA] (ui) 'enabled' menu property returned nil.
[["main", "Tao's Folding Map Rewrite", "popup"],["Switch to Centered Tracking'',{ if (tao_rewrite_main_isOpen) then {
tao_rewrite_main_adjustMode = 2; }; },"Switches the map to centered tracking mode.",[],46,bool,true}true}
and a hint in the corner, which says this:
Error logged: 'enabled' menu property returned nil.
and the same error listed in the red CBA error.
This still happens even if I only have CBA and the rewrite in my modlist. I've tried deleting the files and reinstalling the mod and nothing seems to have changed, it's providing the same error.
Also, I am unable to toggle between modes - it seems to be locked in manual mode, but using my keybinds to move the map around also doesn't do anything.
Could this be caused by being subscribed to the original version of the mod, or something like that? That's the only thing I can think of.
I'm not 100% sure if I wrote out the code perfectly, I had to copy it down 1:1 by hand
Can you describe the scenario you were in? Did you just load into the mission? Did it work before and then all of the sudden stopped? Give me as much information as possible please.
Can you run this code in the debug console and send the output?
[["main","Tao's Folding Map Rewrite","popup"],[["Change to paper",{
((profileNamespace setVariable ["tao_rewrite_main_drawStyle", ["paper", "tablet"] select tao_rewrite_main_drawPaper]));
tao_rewrite_main_drawPaper = !tao_rewrite_main_drawPaper;
if (tao_rewrite_main_isOpen) then {
call tao_rewrite_main_fnc_refreshMap;
};
},"","Toggles the map type.",[],20,true,true],["Switch to night mode",{
if (tao_rewrite_main_isOpen && {!tao_rewrite_main_drawPaper}) then {
call tao_rewrite_main_fnc_nvMode;
};
},"","Toggles the map mode.",[],31,true,true],["Switch to Manual Tracking",{
if (tao_rewrite_main_isOpen) then {
tao_rewrite_main_adjustMode = 1;
};
},"","Switches the map to manual tracking mode.",[],50,bool,true],["Switch to Automatic Tracking",{
if (tao_rewrite_main_isOpen) then {
tao_rewrite_main_adjustMode = 0;
};
},"","Switches the map to automatic tracking mode.",[],30,false,true],["Switch to Centered Tracking",{
if (tao_rewrite_main_isOpen) then {
tao_rewrite_main_adjustMode = 2;
};
},"","Switches the map to centered tracking mode.",[],46,bool,true]]]
This time I was able to copy and paste directly
They all said 'false' except allowAdjustLocked, which said 'true'.
Can you run the following:
that command's only output was "client"
Can you run this?
Furthermore, can you send me your RPT log? The easiest for me would be to copy it somewhere (e.g. Pastebin) and send me the link.
Location CBA_NamespaceDummy at -1000, -1000
I have uploaded the rpt log to a pastebin here: https://pastebin.com/nGj5wsg6