Difference between revisions of "UOMODS A3"

From UOAF Codex
Jump to navigation Jump to search
m
 
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== ASDG Joint Rails ==
+
{{ood}}
 +
 
 +
== ASDG Joint Rails - DISABLED  ==
 +
 
 
asdg_jointrails.pbo
 
asdg_jointrails.pbo
  
[http://www.armaholic.com/page.php?id=23242]
+
[http://www.armaholic.com/page.php?id=23242 ArmaHolic - Download]
  
Version 0.12
+
Version 0.16
  
== ASR AI ==
+
== ASR AI - DISABLED ==
[http://forums.bistudio.com/showthread.php?173515-Asr-ai-3]
+
asr_ai3_cfgweapons.pbo<br />
 +
asr_ai3_main.pbo<br />
 +
asr_ai3_rhs.pbo<br />
 +
[[ASR AI|ASR AI - Guide]]<br />
 +
[http://forums.bistudio.com/showthread.php?173515-Asr-ai-3 BIForums - Thread]
  
Version v0.9.14<br />
+
Version v0.9.24<br />
  
 
== AntonStruyk - Zeus Expanded Functions ==
 
== AntonStruyk - Zeus Expanded Functions ==
Line 16: Line 23:
 
[http://forums.bistudio.com/showthread.php?185254-Ares-Modules-expanding-Zeus-functionality-Release-Thread BIForums - Thread]
 
[http://forums.bistudio.com/showthread.php?185254-Ares-Modules-expanding-Zeus-functionality-Release-Thread BIForums - Thread]
  
Version 1.5.1<br />
+
Version 1.8.0<br />
  
 
== Inko - Disposable Launchers ==
 
== Inko - Disposable Launchers ==
Line 22: Line 29:
  
 
== Corax - Uniforms ==
 
== Corax - Uniforms ==
CORX_DPCU.pbo<br />CORX_M81.pbo<br />CORX_Marpatwinter.pbo<br />
+
CORX_ATACS.pbo<br />CORX_DPCU.pbo<br />CORX_M81.pbo<br />CORX_Marpatwinter.pbo<br />CORX_3CDesert.pbo<br />CORX_6CDesert.pbo<br />CORX_Black.pbo<br />CORX_IDF.pbo<br />
  
 
== j0zh94 - Weapons ==
 
== j0zh94 - Weapons ==
jo_rf_ak12.pbo<br />jo_rf_ak47.pbo<br />jo_rf_aug.pbo<br />jo_rf_rpk.pbo<br />jo_rf_l85.pbo<br />jo_rf_rpk.pbo<br />jo_susat.pbo<br />[http://forums.unitedoperations.net/index.php/topic/23662-arma-3-addons-project/ UnitedOperations - Thread]<br />
+
jo_rf_ak12.pbo<br />jo_rf_ak47.pbo<br />jo_mg_mg3.pbo<br />jo_rf_br.pbo<br />jo_rf_l85.pbo<br />jo_rf_rpk.pbo<br />jo_susat.pbo<br />jo_elcan.pbo
 
 
== AF Menu Extension ==
 
===For Mod Makers===
 
To add a button to the Mod Settings menu, you have to make an entry into the ModSettingsMenuEntries class. The format is as follows:
 
 
 
<syntaxhighlight lang="cpp" style="width:550px;">
 
class MenuExtension_Entries {
 
class MenuExtensionExample {
 
buttonText = "Example Button";
 
resource = "MEExampleDisplay";
 
        function = "fnc_ShowExampleDisply";
 
};
 
};
 
</syntaxhighlight>
 
 
 
Where '''MenuExtensionExample''' is a class name of your choosing.
 
:'''buttonText''' is the text that will appear on the button
 
:'''resource''' is the classname for the GUI you would like to launch
 
:'''function''' is the name of the custom function that will create the dialog. This can also be the name of a script you want to execute. This parameter is optional.
 
 
 
To check if the mod is installed you can do
 
<code>isClass(configFile >> "CfgPatches" >> "af_MenuExtension")</code>
 
 
 
===For Mission Makers===
 
To add a button to the Mission Settings menu you simply have to make a call to af_fnc_AddMenuItem.
 
 
 
<code>["Example Button", "MEExampleDisplay", "UIExample\show_gui.sqf;"] call af_fnc_AddMenuItem;</code>
 
 
 
:The first parameter is the text that will appear on the button.
 
:The second parameter classname of the dialog that you are opening.
 
:The third parameter is the function or script that will be executed when the button is clicked.
 
 
 
To delete a button from the Mission Settings menu you simply have to make a call to ''af_fnc_DeleteMenuItem''.
 
  
<code>["Example Button"] call af_fnc_DeleteMenuItem;</code>
+
jo_pphs.pbo<br />[http://forums.unitedoperations.net/index.php/topic/23662-arma-3-addons-project/ UnitedOperations - Thread]<br />
  
The parameter is the text that is displayed on the button.
+
== Feint's Paddle Mod ==
 
+
[http://forums.bistudio.com/showthread.php?179498-Paddle-Mod-RELEASED BIForums - Thread]<br />Version 0.26<br />
http://www.armaholic.com/page.php?id=23710
 
  
 
== Red Hammer Studios - RU + US Mods ==
 
== Red Hammer Studios - RU + US Mods ==
[http://forums.bistudio.com/showthread.php?184842-RHS-Escalation-(AFRF-and-USAF)-Release-0-3-0 BIForums - Thread]<br />Version 0.3.5<br />
+
[http://forums.bistudio.com/showthread.php?184842-RHS-Escalation-(AFRF-and-USAF)-Release-0-3-0 BIForums - Thread]<br />Version 0.3.7.1 + 0.3.7<br />
 
 
== ShackTac - ACRE Volume ==
 
st_acre_volume.pbo<br />[http://forums.bistudio.com/showthread.php?137672-ShackTac-ACRE-Volume-Control BIForums - Thread]<br />Version 130323<br />
 
  
 
== Toadball - Units, Weapons & Configs ==
 
== Toadball - Units, Weapons & Configs ==
Line 79: Line 49:
  
 
== UnitedOperations - Custom Content ==
 
== UnitedOperations - Custom Content ==
uo_a3_debugconsole.pbo<br />uo_main.pbo<br />[[UO A3 Nametags|uo_a3_nametags.pbo]]<br />uo_a3_removecuratordefault.pbo<br />uo_baseunit_textures.pbo<br />uo_sys_antiretard.pbo<br />nou_sys_frag.pbo<br />zeu_markerlogging<br />
+
uo_a3_debugconsole.pbo<br />uo_main.pbo<br />uo_a3_removecuratordefault.pbo<br />uo_baseunit_textures.pbo<br />uo_sys_antiretard.pbo<br />uo_sys_settings.pbo<br />zeu_markerlogging<br />
  
 
== VKing - APP-6 Markers ==
 
== VKing - APP-6 Markers ==
vk_markers_a3.pbo<br />[http://forums.unitedoperations.net/index.php/topic/20722-vk-markers-for-arma-3/ UnitedOperations - Thread]<br />Updated 2015-01-22
+
vk_markers_a3.pbo<br />[http://forums.unitedoperations.net/index.php/topic/20722-vk-markers-for-arma-3/ UnitedOperations - Thread]<br />Updated 2015-01-22<br />
 +
vk_gridFix.pbo<br />Map Grid corrections for AIA<br />Updated 2015-03-03<br />
 +
 
 +
== UNSORTED - NEW ADDITIONS ==
 +
DBO Bikes - Bicycles
 +
Isreal Helmets - Hats and Things
 +
ACC_POLAND - Polish things (weapons/models/units)
 +
STRK_Brasdfasdf - British Things
 +
 
  
 
[[Category: ArmA 3]]
 
[[Category: ArmA 3]]
 
[[Category: ArmA 3 Modpack]]
 
[[Category: ArmA 3 Modpack]]

Latest revision as of 15:26, 16 April 2018

{{#invoke:Message box|mbox}}

ASDG Joint Rails - DISABLED

asdg_jointrails.pbo

ArmaHolic - Download

Version 0.16

ASR AI - DISABLED

asr_ai3_cfgweapons.pbo
asr_ai3_main.pbo
asr_ai3_rhs.pbo
ASR AI - Guide
BIForums - Thread

Version v0.9.24

AntonStruyk - Zeus Expanded Functions

ares_zeusextensions.pbo

BIForums - Thread

Version 1.8.0

Inko - Disposable Launchers

inko_disposable.pbo

Corax - Uniforms

CORX_ATACS.pbo
CORX_DPCU.pbo
CORX_M81.pbo
CORX_Marpatwinter.pbo
CORX_3CDesert.pbo
CORX_6CDesert.pbo
CORX_Black.pbo
CORX_IDF.pbo

j0zh94 - Weapons

jo_rf_ak12.pbo
jo_rf_ak47.pbo
jo_mg_mg3.pbo
jo_rf_br.pbo
jo_rf_l85.pbo
jo_rf_rpk.pbo
jo_susat.pbo
jo_elcan.pbo

jo_pphs.pbo
UnitedOperations - Thread

Feint's Paddle Mod

BIForums - Thread
Version 0.26

Red Hammer Studios - RU + US Mods

BIForums - Thread
Version 0.3.7.1 + 0.3.7

Toadball - Units, Weapons & Configs

tb_acc_optics.pbo
tb_alfr_acre.pbo
tb_alfr_air.pbo
tb_alfr_m1014.pbo
tb_alfr_mk13.pbo
tb_alfr_mk21.pbo
tb_alfr_mk22.pbo
tb_alfr_mk23.pbo
tb_alfr_units.pbo
tb_arifle_ak.pbo
tb_arifle_m16a4.pbo
tb_lmg_m249.pbo
tb_lmg_pk.pbo
tb_p_g17.pbo
tb_sys_c_optics.pbo
tb_sys_c_ordfrag.pbo
tb_sys_c_wep_65minigun.pbo
tb_sys_c_wep_m134.pbo
tb_sys_lightandlaser.pbo
UnitedOperations - Thread

Tinfoilhate - UnitSkins + Misc

tin_c_flarebrightness.pbo
tin_sys_briefingkit.pbo
tin_u_aggressor.pbo
tin_u_caf.pbo
tin_u_fra.pbo
tin_u_indus.pbo
tin_w_fort221.pbo
tin_w_mk20_acc.pbo
tin_w_mk20_black.pbo
No Thread - Internal

UnitedOperations - Custom Content

uo_a3_debugconsole.pbo
uo_main.pbo
uo_a3_removecuratordefault.pbo
uo_baseunit_textures.pbo
uo_sys_antiretard.pbo
uo_sys_settings.pbo
zeu_markerlogging

VKing - APP-6 Markers

vk_markers_a3.pbo
UnitedOperations - Thread
Updated 2015-01-22
vk_gridFix.pbo
Map Grid corrections for AIA
Updated 2015-03-03

UNSORTED - NEW ADDITIONS

DBO Bikes - Bicycles Isreal Helmets - Hats and Things ACC_POLAND - Polish things (weapons/models/units) STRK_Brasdfasdf - British Things