R3vo – User
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 77: | Line 77: | ||
* All commands containing "waypoint" done | * All commands containing "waypoint" done | ||
{| class="wikitable sortable" | {| class="wikitable sortable" width = "100%" | ||
|- | |- | ||
! Command Group !! Description !! Example Commands !! Only Available for | ! Command Group !! Description !! Example Commands !! Only Available for | ||
Line 97: | Line 97: | ||
| [[:Category:Command Group: Diagnosis|Diagnosis (Diag)]] || Commands helpful for diagnosing issues || [[diag_log]], [[diag_fpsMin]], [[diag_deltaTime]] || | | [[:Category:Command Group: Diagnosis|Diagnosis (Diag)]] || Commands helpful for diagnosing issues || [[diag_log]], [[diag_fpsMin]], [[diag_deltaTime]] || | ||
|- | |- | ||
| [[:Category:Command Group: DLC|DLC]] || DLC related commands || [[getDLCs]], [[getObjectDLC]], [[isDLCAvailable]] {{arma3}} | | [[:Category:Command Group: DLC|DLC]] || DLC related commands || [[getDLCs]], [[getObjectDLC]], [[isDLCAvailable]] || {{arma3}} | ||
|- | |- | ||
| [[:Category:Command Group: Eden Editor|Eden Editor]] || Commands to work with [[Eden Editor]] || [[get3DENCamera]], [[add3DENEventHandler]], [[get3DENSelected]] {{arma3}} | | [[:Category:Command Group: Eden Editor|Eden Editor]] || Commands to work with [[Eden Editor]] || [[get3DENCamera]], [[add3DENEventHandler]], [[get3DENSelected]] || {{arma3}} | ||
|- | |- | ||
| [[:Category:Command Group: Editor Control|Editor Control]] || Commands related to the game 2 editor (Not implemented) || [[insertEditorObject]], [[updateObjectTree]], [[fromEditor]] Not available | | [[:Category:Command Group: Editor Control|Editor Control]] || Commands related to the game 2 editor (Not implemented) || [[insertEditorObject]], [[updateObjectTree]], [[fromEditor]] || Not available | ||
|- | |- | ||
| [[:Category:Command Group: Environment|Environment]] || Control the environment like weather, time or date || [[setFog]], [[setRain]], [[date]] || | | [[:Category:Command Group: Environment|Environment]] || Control the environment like weather, time or date || [[setFog]], [[setRain]], [[date]] || |
Revision as of 10:25, 15 September 2020
GUI Documentation
Eden Editor
Maintaining
Template:User de | |
Template:User en-3 |
Test Server Config
// GENERAL SETTINGS
hostname = "My Arma 3 Server"; // Name of the server displayed in the public server list
//password = "ServerPassword"; // Password required to join the server (remove // at start of line to enable)
passwordAdmin = "1337"; // Password to login as admin. Open the chat and type: #login password
kickduplicate = 0;
loopback = true;
verifySignatures = 0;
skipLobby = true;
BattlEye = 0;
persistent = 1;
Command Groups
- All commands containing "diag_" done
- All commands containing "uniform" done
- All commands containing "flag" done
- All commands containing "infoPanel" done
- All commands containing "waypoint" done
Command Group | Description | Example Commands | Only Available for |
---|---|---|---|
Briefing | Objectives, tasks and notes. | createSimpleTask, setTaskState, createDiaryRecord | |
Camera Control | Camera functions for intros, outros and cut-scenes. | camCreate, camSetDir | |
Config | Commands for working with configs | configFile, >>, configProperties | |
Containers | backpacks, vests | vest, canAdd, backpack | |
Conversations | bikb, topics, etc. | kbTell, kbWasSaid | |
Zeus (Curator) | Setting up Zeus rules and interface | allCurators, assignCurator, curatorAddons | Arma 3 |
Custom Panels | Commands to handle custom panels | infoPanel, setInfoPanel, enableInfoPanelComponent | Arma 3 |
Diagnosis (Diag) | Commands helpful for diagnosing issues | diag_log, diag_fpsMin, diag_deltaTime | |
DLC | DLC related commands | getDLCs, getObjectDLC, isDLCAvailable | Arma 3 |
Eden Editor | Commands to work with Eden Editor | get3DENCamera, add3DENEventHandler, get3DENSelected | Arma 3 |
Editor Control | Commands related to the game 2 editor (Not implemented) | insertEditorObject, updateObjectTree, fromEditor | Not available |
Environment | Control the environment like weather, time or date | setFog, setRain, date | |
Event Handlers | Set, define and use Event Handlers | addEventHandler | |
Groups | Read and set group properties | formation, group, setFormation | |
GUI Control | Customize the look of dialogs and menus in the game. | buttonAction, ctrlCreate, ctrlSetText | |
Interaction | On-screen messages, dialogs, menus. | hint, titleText, showGPS |