R3vo – User
Jump to navigation
Jump to search
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 |
---|---|---|
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 | curator, assignCurator, curatorAddons|} |
Custom Panels | Commands to handle Arma 3 Custom Panels | infoPanel, setInfoPanel, enableInfoPanelComponent |
Diagnosis (Diag) | Commands helpful for diagnosing issues | diag_log, diag_fpsMin, diag_deltaTime |
DLC | DLC related commands | getDLCs, getObjectDLC, isDLCAvailable |
[[:Category:Command Group: Eden Editor|Eden Editor]] | Commands to work with Eden Editor | get3DENCamera, add3DENEventHandler, get3DENSelected |
Editor Control | Commands related to the game 2 editor (Not implemented) | insertEditorObject, updateObjectTree, fromEditor |
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 |