-
Notifications
You must be signed in to change notification settings - Fork 2
ACRE 2 Squad Level Radios AN PRC‐343 Automatic Setup
WaldoTheWarfighter edited this page Oct 21, 2023
·
2 revisions
Associated Files: MissionScripts\MissionInit\ACRE2\SquadLevelRadios.sqf
This function sets up AN/PRC-343 Radio channels based on the group of the player based on callsign breakdown.
This handles the group-to-channel mapping and ensures that all clients share these channels.
It sets up Block And Channel allocation based upon the callsigns list provided. This is by default via ACRE2Init.sqf as below:
The logic behind this setup is as follows:
- If a callsign has two numbers separated by either a hyphen or a full stop then the block number is designated as the first number, and the channel is the second.
- If a callsign has either no number, or a single number a block is selected based on the index of the callsign in the list of callsigns provided.
- In the case of the above example SUNRAY is Block 1, Foxhound is Block 2 and so on.
- If a callsign then has a number, its channel is set to that number in the block.
- If a callsign does not have a number, its channel is assigned based on the lowest number available in that block.
- If any of this fails, it assigns each squad a unique channel working backwards from 256. If a double up is detected due to a conflict in logic, the channel is set to the highest available.
- Home
- Coding Standards
- Quickstart Guide
- Waldos Mission Pack Zeus Modules
-
Feature Tutorials
- Mission Intro Text
- Simple Mass Attach Items
- Automatic Fortify Setup
- Weapon Mounting With Custom Name
- Teleportation & Move Into Cargo Interactions
- ACRE 2 Long Range Radio Presetting
- ACRE 2 Automated CEOI
- ACRE 2 Babel Autoconfig
- Construction Objects
- Mobile Command Post With Integrated Logistics System
- Vehicle Actions & Paradrop
- Waldos AI Tweak
- Vehicle Ambush Script And Vehicle Camo
- Logistics System, Starter Crates And Quartermaster
- Loadout Saving and Respawn
- ENDEX Script & Custom End Screen
- Virtual Vehicle Depot
- Radio Reports, Checklists, Support Calls And Documentation