Skip to content

1.0.4 Dev. Release Version (Testing Release)

Compare
Choose a tag to compare
@TrainDoctor TrainDoctor released this 12 Mar 04:44
· 129 commits to master since this release
7f57249

Note For Testers:

  1. Unzip the contents of the .zip/.7z file to a folder of your choosing. (I highly suggest uofw or something similar.)
  2. Run build.bat and hit y on both prompts. This will place a folder in your Arma 3 folder called @uof
  3. Open the Arma 3 Launcher with your normal United Operations Modpack.
  4. Select the mods tab and select Local mod in the mods menu.
  5. Specify the @UOF folder in your Arma 3 installation and load it after all of your other mods. (At the bottom of the list.)
  6. Load into Arma 3 and you will be running the latest dev release of the UO Framework!

Development Release

Added

  • Legacy mission support switches for functions: EGVAR(Core,Version_UpdatedNumber) and EGVAR(Core,Version_CreatedNumber) available in PreInit past EGVAR(Core,Enabled) check. Can be used for specific function changes and redirects based on version changes. Functions specific to an older version should be placed in an additional \Legacy\ folder.
  • Gear System CBA Events for loading 3den attribute unit and vehicle loadouts, as well as forcing specific loadouts to units and vehicles.
  • stringtable.xml and corresponding macros.
  • Gear System gear type config macro for later editing and addition of gear types.
  • EDEN_CHECK macro to exit on !is3den state.
  • VERSION_CHECK(VERSIONNUM) macro to exit on below VERSIONNUM input: eg. VERSION_CHECK(103) exits script if version is 102 or below.
  • Added Gear Preset selection system.
  • Added USMC 1980s Woodland gear preset.
  • Added US 1960s Woodland gear preset.
  • Added UK 2015 MTP gear preset.
  • Added UK 1980s Woodland gear preset.
  • Added UK 2010s MTP gear preset.
  • Added UK 1980s Desert gear preset.
  • Added MSV 1980s Woodland gear preset.
  • Added Iraq 1980s Desert gear preset.
  • Added Insurgents 90s Woodland gear preset.

Changed

  • Gear system now applies loadouts via EH inside 3den instead of on mission init.
  • AI Drivers activation through InitPost.
  • Hostage activation through InitPost.
  • ACRE add radio event now removes all radios before adding defined radios.
  • SafeStart defaults to lowered and on safe but no longer emptied magazine.
  • Start in Parachute activation through InitPost.
  • ACRE module adds radios to the ground if it cannot fit them in unit gear.
  • Safe Start adds unloaded magazine to the ground if it cannot fit it in unit gear.
  • Briefing Module displays tabs conditionally based on content (no longer shows empty tabs or entries).

Fixed

  • Macro for SelfActions Cfg CfgClasses.
  • Cut Grass Animation EH
  • View Map Self Action condition
  • AO Limit Soft Notification
  • CaptureZone var and teamcontrolling var
  • End Conditions CaptureZone checking
  • End Conditions attribute AttrLoad and AttrSave
  • Debug display naming
  • Olsen gear script system is now functional!

Removed

  • HeadlessAI and FireMission modules have been put on ice for the time being. (Their not dead, at least for now.)