R3vo – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 76: Line 76:
* All commands containing "infoPanel" done
* All commands containing "infoPanel" done
* All commands containing "waypoint" done
* All commands containing "waypoint" done
{| class="wikitable sortable"
|-
! Command Group !! Description !! Example Commands
|-
| [[:Category:Command Group: Briefing|Briefing]] || '''Objectives, tasks and notes.''' || [[createSimpleTask]], [[setTaskState]], [[createDiaryRecord]]
|-
| [[:Category:Command Group: Camera Control|Camera Control]] || '''Camera functions for intros, outros and cut-scenes.''' || [[camCreate]], [[camSetDir]]
|-
| [[:Category:Command Group: Config|Config]] || '''Commands for working with configs'''|| [[configFile]], [[config greater greater name|>>]], [[configProperties]]
|-
| [[:Category:Command Group: Containers|Containers]] || '''backpacks, vests'''|| [[vest]], [[canAdd]], [[backpack]]
|}

Revision as of 09:52, 12 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