-
Notifications
You must be signed in to change notification settings - Fork 2
Quickstart Guide
WaldoTheWarfighter edited this page Aug 16, 2023
·
27 revisions
- Download the latest Waldos Mission Pack (labelled as WMP-VersionNumber.zip) & the accompanying compositions.
- It is recommended that you download Visual Studio Code and its SQF plugins, as they will make script reading in Arma 3 easier.
- Copy everything from the downloaded folder into your mission.
- Ensure that the
mission.sqm
is unbinarized:- Navigate to Attributes -> General -> under Misc and uncheck the "Binarize the scenario file" box.
- Fill out the relevant information in
description.ext
as desired. Optionally, replace theloading.jpg
image in the Pictures folder.
- Set Waldo's AI Tweak mode in the
init.sqf
(DAY or NIGHT modes) as labelled in theinit.sqf
file.
- Edit
init.sqf
,initServer.sqf
, &initPlayerLocal.sqf
as you like to enable/disable different aspects of the pack.
- The pack is "packed" full of scripts and helpers for you to utilise. Every script is heavily documented and provides example calls for you to quickly and easily understand and use.
- Disable ACE 3 Respawn in server & Mission Addon Settings (Settings -> Addon Settings -> ACE Respawn).
- See Loadout Saving and Respawn for more details.
- Player groups must be assigned a callsign (Click on the group -> Callsign) & have that callsign and radio frequencies assigned in
init.sqf
. - See ACRE 2 Radio Presetting And Saving for more details.
- This quickstart guide sets up the bare minimum. For a comprehensive look at using the pack’s features, reference Feature Tutorials.
- Several compositions are supplied via a separate download on the release page. These expedite your mission building process, including setting up the pack's arsenal, supply crate, and logistics systems.
- Download
WMP_Compositions-versionNumber.zip
(E.gWMP_Compositions-v4.6.1.zip
) from the latest release and open it. - Navigate to your Arma 3 Profile folder in your documents.
- Open your
Compositions
folder. - Drag and drop the contents from the downloaded compositions folder into your
Compositions
folder. - If you have an older version of the compositions, it is wise to delete them first and then copy across the new compositions.
- 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