R3vo – User

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
<!--Language Stuff-->
__NOEDITSECTION__
{| cellpadding="0" style="float: right; margin-left: 1em; margin-bottom: 0.5em;"
| <div style="box-shadow: 0 0 0.5em 0.125em rgba(0,0,0,0.25); margin-right: 1em; height: 1.8em; width: 3em;">
<div style="background-color: #000; height: 0.6em; width: 3em"></div>
<div style="background-color: #F00; height: 0.6em; width: 3em"></div>
<div style="background-color: #FC0; height: 0.6em; width: 3em"></div>
|{{User de}}
|-
|
|{{User en-3}}
|}
</div>
 
 
<div style="width:800px; margin: 0 auto 0 auto;">


<div class="floating-box" style="min-height: 230px">
<div class="floating-box" style="min-height 80px; min-width: 350px">
== <div style="text-align: center; min-height: 35px">About Me</div> ==
== <div style="text-align: center; min-height: 35px">About Me</div> ==
* [[Special:Contributions/R3vo|My contributions]]
* [[Special:Contributions/R3vo|My contributions]]
Line 10: Line 23:
</div>
</div>


<div class="floating-box" style="min-height: 230px">
<div class="floating-box" style="min-height 80px; min-width: 350px">
== <div style="text-align: center; min-height: 35px">Biki Stats</div> ==
<div style="columns: 2">
* Version: {{CURRENTVERSION}}
* #Pages: {{NUMBEROFPAGES}}
* #Articles: {{NUMBEROFARTICLES}}
* #Files: {{NUMBEROFFILES}}
* #Edits: {{NUMBEROFEDITS}}
* #Regist. Users: {{NUMBEROFUSERS}}
* #Admins: {{NUMBEROFADMINS}}
* #Active Users: {{NUMBEROFACTIVEUSERS}}
</div>
</div>
 
<div class="floating-box" style="min-height 80px; min-width: 350px">
== <div style="text-align: center; min-height: 35px">GUI Documentation</div> ==
== <div style="text-align: center; min-height: 35px">GUI Documentation</div> ==
*[[Arma 3 User Interface Editor]]
*[[Arma: GUI Configuration]]
*[[Arma: GUI Configuration]]
*[[GUI Coordinates]]
*[[User Interface Event Handlers]]
*[[User Interface Event Handlers]]
*[[DIK KeyCodes]]
*[[DIK KeyCodes]]
</div>
</div>


<div class="floating-box" style="min-height: 230px">
<div class="floating-box" style="min-height 80px; min-width: 350px">
== <div style="text-align: center; min-height: 35px">Eden Editor</div> ==
== <div style="text-align: center; min-height: 35px">Eden Editor</div> ==
*[[Eden Editor]]
*[[Eden Editor]]
*[[Eden Editor: Modding]]
</div>
</div>


<div class="floating-box" style="min-height: 230px">
<div class="floating-box" style="min-height 80px; min-width: 350px">
== <div style="text-align: center; min-height: 35px">Scripting</div> ==
== <div style="text-align: center; min-height: 35px">Scripting</div> ==
*[[Scripting Commands by Functionality]]
*[[:Category:Scripting Commands by Functionality|Scripting Commands by Functionality]]
*[[Functions by Functionality]]
*[[:Category:Functions by Functionality|Functions by Functionality]]
*[[Event Handlers]]
*[[Event Handlers]]
*[[All Arma Commands Pages]]
</div>
</div>


<div class="floating-box" style="min-height: 230px">
<div class="floating-box" style="min-height 80px; min-width: 350px">
== <div style="text-align: center; min-height: 35px">Maintaining</div> ==
== <div style="text-align: center; min-height: 35px">Maintaining</div> ==
*[https://1drv.ms/u/s!AvgETyKiA6bQkIRGS9lNL7DW_G7mRA?e=GTnKeJ Biki Template Filler Tool]
*[https://1drv.ms/u/s!AvgETyKiA6bQkIRGS9lNL7DW_G7mRA?e=GTnKeJ Biki Template Filler Tool]
*[[Modules#Arma_3|Module List]]
*[[Modules#Arma_3|Module List]]
*[[Arma 3 CfgFunctions]]
*[[Arma 3 CfgFunctions]]
 
*[[:Category:Scripting Commands by Functionality|Scripting Commands by Functionality]]
*[[:Category:Functions by Functionality|Functions by Functionality]]
</div>
</div>
<!--Language Stuff-->
{| cellpadding="0" style="float: right; margin-left: 1em; margin-bottom: 0.5em;"
| <div style="box-shadow: 0 0 0.5em 0.125em rgba(0,0,0,0.25); margin-right: 1em; height: 1.8em; width: 3em;">
<div style="background-color: #000; height: 0.6em; width: 3em"></div>
<div style="background-color: #F00; height: 0.6em; width: 3em"></div>
<div style="background-color: #FC0; height: 0.6em; width: 3em"></div>
</div>
</div>
|{{User de}}
|-
|
|{{User en-3}}
|}


<br clear="all">
<br clear="all">


= Test Server Config =
<!-- page modifications -->
<code>
__NOTOC__
// GENERAL SETTINGS
__NOEDITSECTION__
hostname = "My Arma 3 Server"; // Name of the server displayed in the public server list
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px)">{{FULLPAGENAME}}</span>}}
//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;
</code>
 
= 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
 
{| class="wikitable sortable" width = "100%"
|-
! Command Group !! Description !! Example Commands !! Only Available for
|-
| [[: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]] ||
|-
| [[:Category:Command Group: Conversations|Conversations]] || bikb, topics, etc.|| [[kbTell]], [[kbWasSaid]] ||
|-
| [[:Category:Command Group: Curator|Zeus (Curator)]] || Setting up [[Arma 3 Curator|Zeus]] rules and interface || [[allCurators]], [[assignCurator]], [[curatorAddons]] || {{arma3}}
|-
| [[:Category:Command Group: Custom Panels|Custom Panels]] || Commands to handle [[Arma 3 Custom Info|custom panels]] || [[infoPanel]], [[setInfoPanel]], [[enableInfoPanelComponent]] || {{arma3}}
|-
| [[: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: 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: 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 16:54, 12 October 2020