|
|
(233 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <!---
| | = Mobile To-Do = |
| {{Cfg ref|start}}
| | ''A list of things that would improve mobile compatibility'' |
| {{Cfg ref|abc}}
| |
| ==== += ====
| |
| ;Type: [[TokenNameValueTypes|Array]]
| |
| ;Description: Sets the array to given value or adds given value to the array.
| |
| ;Example: <syntaxhighlight lang="c">
| |
| items[] += {1,2,3,4};
| |
| </syntaxhighlight>
| |
| ==== delete ====
| |
| ;Type: Class
| |
| ;Description: Deletes given class. Does not delete class if classes that derive from it still exist. In that case, delete children first.
| |
| ;Example: <syntaxhighlight lang="c">
| |
| delete someObsoleteClass;
| |
| </syntaxhighlight>
| |
| --->
| |
| <br clear="all">
| |
| Arma 3 Log File
| |
|
| |
|
| == Location ==
| |
|
| |
|
| {{Informative | Log files for {{arma3}} can be found in:'''%userprofile%'''\AppData\Local\Arma 3}}
| | ''Lou thinks just because the list is empty there is nothing left to improve. Only if he knew.'' |
|
| |
|
| | = Done = |
|
| |
|
| | * Creator dlc template needs a noresize. |
| | ** {{Link|Spearhead_1944}} |
| | * Long command names should wrap |
| | ** {{Link|removeAllUserActionEventHandlers}} |
|
| |
|
| == Common Warning and Error Messages ==
| | * See also entries on command and function pages are broken |
| === Key ===
| | ** {{Link|parsingNamespace}} |
| {| class="wikitable" | |
| |-
| |
| ! '''Significance'''
| |
| ! | Low
| |
| ! | Medium
| |
| ! | High
| |
| ! | Ignore
| |
| |-
| |
| | '''Description'''
| |
| | No action needed
| |
| | It's recoomended to find the source of this issue and fix it
| |
| | Cause of the message needs to be found and issue needs to be fixed
| |
| | A false error. No action required
| |
| |-
| |
| | '''Color'''
| |
| | style="background-color:#32cb00;" | <!---green--->
| |
| | style="background-color:#ffcc67;" | <!---yellow--->
| |
| | style="background-color:#fe0000;" | <!---red--->
| |
| | style="background-color:#c0c0c0;" | <!---gray--->
| |
| |}
| |
|
| |
|
| === Error List ===
| | * Command and function template layout wastes a lot of space due to the two column design |
| {| class="wikitable"
| |
| |-
| |
| ! Message (Exact message can vary)!! Explanation !! Significance !! Recommended Action
| |
| |-
| |
| | ''Warning Message: Picture iconmanleader not found'' || An image or icon was not found |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
|
| |
|
| |-
| | * Tables with fixed widths need to be avoided. If they are too wide use noresize class wrapper |
| | ''Updating base class RscShortcutButton->RscButton...'' || |
| | ** {{Link|Arma_3:_Visual_Upgrade}} |
| | style="background-color:#32cb00;" | | |
| | none
| |
|
| |
|
| |-
| | * YouTube embeds and images should not have a fixed width |
| | ''Cannot delete class B_KickOff, it is referenced somewhere (used as a base class probably).'' || |
| | ** {{Link|Category:DayZ}} |
| | style="background-color:#32cb00;" | | | ** {{Link|Spearhead_1944_Frontline_Function}} |
| | none | | ** It is because the youtube template has a hardcoded minimum width. This should get removed |
| | |
| |-
| |
| | ''SimulWeather - Cloud Renderer - noise texture file is not specified!'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Warning: looped for animation: a3\anims_f_epa\data\anim\sdr\cts\hubcleaned\briefing\hubbriefing_loop.rtm differs (looped now 0)! MoveName: hubbriefing_ext'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''a3\characters_f\proxies\flag.p3d: No geometry and no visual shape'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''B_LSV_01_unarmed_F: mainturret - unknown animation source mainturret'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''No face for B Alpha 1-4:1''<br>''No speaker given for 'Sotiris Zenon''' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Strange convex component08 in a3\weapons_f_enoch\rifles\msbs\msbs65_ubs_f.p3d:geometryView'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''hidebullet_001 - unknown animation source codrivermuzzle_revolving'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Trying to create an invalid center EMPTY'' || |
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''ModParams - Undefined or empty mod directory'' || [[modParams]] command was unable to find the specified mod directory
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Unit is not in cargo'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Deinitialized shape [Class: "C_Soldier_VR_F"; Shape: "a3\characters_f_bootcamp\common\vr_soldier_f.p3d";]'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |-
| |
| | ''Error: entity [ProxyFlag_Auto] still has its shape, ref_count=2'' ||
| |
| | style="background-color:#32cb00;" |
| |
| | none
| |
| | |
| |}
| |