Page MenuHomeContribution Center

Unitaf Framework
Updated 1,307 Days AgoPublic

Version 1 of 7: You are viewing an older version of this document, as it appeared on Oct 6 2020, 6:34 PM.

The UNITAF Framework is a mod which adds a bunch of features to the operations hosted by UNITAF, and adds fixes to (known) issues with vanilla and/or modded features.

Features


  • Full website/database integration for missions (ORBAT, OPORD, loadouts, etc.)
  • Unique UNITAB with player, command and admin functions
  • Custom Splendid Camera for the Reporter Role
  • 40mm bounce fix (only jumps 5-20 meters from impact, not 500m)
  • Custom UNITAF (Training) vehicles and objects
  • Custom rank/role insignia's
  • Custom Main Menu with quick links to Operations and Liberation servers
  • ... and more to come

Players


Hide HUD

To allow players making EPIC screenshots during missions without giving access to the debug console.
All players can simply use the "Hide HUD" keybind (default alt+U) to toggle all HUD elements (including STHUD).

UNITAB

The UNTIAF Tablet, or UNITAB, is the core of each operation.
To acces the tablet, simply press the configured keybind (default control+U).


On the right side side there are several buttons on the tablet, each with its own function:

  • P 1: Operations Menu - Opens the default menu with player options
  • P 2: Command Menu (under construction)
  • Map: opens the strategic map
  • Plus: (not used yet)
  • Minus: (not used yet)
  • Close: Close tablet (alternative press )

Operations Menu

The OPS Menu is what all players have access to, and give access to a bunch of useful options:

  • Load ORBAT: Loads the ORBAT for the player, sets default inventory, sets team radio frequencies and sets the personal arsenal.
  • Read ORBAT: Opens a new page with the full ORBAT (just like on the website), with the added feature to quickly set Ch.3 on your radio to the frequency of another team/squad.
  • Read OPORD: Opens a new page with the OPORD (just like on the website) with information about the operation.
  • Get SW Radio: In case your radio got lost, get a new one
  • Get NVG's: In case you need some NVG's, get one
  • Get Earplugs: Forgot your earplugs, get a pair

Based on your role/function you might have additional buttons shown (after ORBAT has been loaded):

  • Admin: Opens a new page with admin specific functions (reload ORBAT from database, call ENDEX, get Zeus access, open full arsenal)
  • Logistics: Opens a new page for Logistics (under construction)
  • Reporter: Closes the tablet and opens Splendid Camera (customized) for more epic screenshots/recordings

Mission makers


Although the mod is fully functional without any changes to the mission, there are a few things which can be done to fully integrate it with the UTFN Database.

To implement the framework in your mission, you can add the following settings in the description.ext file inside the mission folder:

description.ext
UNITAF_runDatabase = 1;			// 1 = use database
UNITAF_operationId = 42;		// set to any ID (other than 0) to use a custom Operation ID
UNITAF_useORBAT = 1;			// 1 = get data from ORBAT (groups, teams, radio freqs, etc.)

UNITAF_noDBTest = 1;			// TEST WITHOUT DB ACCESS, must be 0 on live OP's

To have players use the 'Load ORBAT' button on their UNITAB, they must be at base.
Defining a base (or FOB where people can respawn and therefor load the ORBAT) there are 3 methods to do that:

  1. Place an area marker (in the editor) and name it UNITAF_base_1 till UNITAF_base_10 (variable name). When a player is inside this marker they can load the ORBAT.
  2. Place a marker (in the editor) and name it UNITAF_base_1 till UNITAF_base_10 (variable name). When a player is within 50m from the marker they can load the ORBAT.
  3. Place an UNITAF Arsenal, by placing an object (in the editor) with the name UNITAF_arsenal_1 till UNITAF_arsenal_25 (variable name). When a player is within 50m of the object they can load the ORBAT.
Last Author
PvtGrezvany13
Last Edited
Oct 6 2020, 6:34 PM

Event Timeline

PvtGrezvany13 created this object with visibility "All Users".
PvtGrezvany13 edited the content of this document. (Show Details)Oct 6 2020, 6:43 PM
PvtGrezvany13 edited the content of this document. (Show Details)Oct 7 2020, 11:30 PM
PvtGrezvany13 edited the content of this document. (Show Details)Oct 10 2020, 6:31 PM
PvtGrezvany13 edited the content of this document. (Show Details)Oct 26 2020, 4:28 PM
PvtGrezvany13 changed the visibility from "All Users" to "Public (No Login Required)".Jan 12 2021, 8:42 PM
MajJames changed the title from Unitaf Framework to UNITAF Framework (Mod Version).Jan 12 2021, 8:51 PM
MajJames edited the content of this document. (Show Details)May 24 2021, 4:18 PM