R3vo – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 88: Line 88:
|-
|-
| [[:Category:Command Group: Containers|Containers]] || '''backpacks, vests'''|| [[vest]], [[canAdd]], [[backpack]]
| [[:Category:Command Group: Containers|Containers]] || '''backpacks, vests'''|| [[vest]], [[canAdd]], [[backpack]]
|}
|-
| [[:Category:Command Group: Conversations|Conversations]] || bikb, topics, etc.|| [[kbTell]], [[kbWasSaid]]
 
|-
| [[:Category:Command Group: Curator|Zeus (Curator)]] || Setting up zeus rules and interface || [[curator]], [[assignCurator]], [[curatorAddons]]|}
|-
| [[:Category:Command Group: Custom Panels|Custom Panels]] || Commands to handle [[Arma 3 Custom Panels]] || [[infoPanel]], [[setInfoPanel]], [[enableInfoPanelComponent]]
|-
| [[: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]]
|-
| [[:Category:Command Group: Eden Editor|[[Eden Editor]]]] || Commands to work with [[Eden Editor]] || [[get3DENCamera]], [[add3DENEventHandler]], [[get3DENSelected]]
|-
| [[:Category:Command Group: Editor Control|Editor Control]] || Commands related to the game 2 editor (Not implemented) || [[insertEditorObject]], [[updateObjectTree]], [[fromEditor]]
|-
| [[:Category:Command Group: Environment|Environment]] || Control the environment like weather, time or date || [[setFog]], [[setRain]], [[date]]
|-
| [[:Category:Command Group: Event Handlers|Event Handlers]] || Set, define and use Event Handlers || [[addEventHandler]]
|-
| [[:Category:Command Group: Groups|Groups]] || Read and set group properties || [[formation]], [[group]], [[setFormation]]
|-
| [[:Category:Command Group: GUI Control|GUI Control]] || Customize the look of dialogs and menus in the game. || [[buttonAction]], [[ctrlCreate]], [[ctrlSetText]]
|-
| [[:Category:Command Group: Interaction|Interaction]] || On-screen messages, dialogs, menus. || [[hint]], [[titleText]], [[showGPS]]

Revision as of 11:20, 15 September 2020


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