VZ Tutorials

One page per contextual in-game tutorial trigger (wiftutorial*.lua) β€” 22 files total, e.g. wiftutorialboat.lua, wiftutorialc4.lua, wiftutorialhelicopter.lua. Every file here inherits from the native MrxTutorial engine class and follows the same small, uniform skeleton: activation/cancellation criteria plus the message shown, occasionally a completion criterion. The most batchable, uniform category in src/vz/.

Modules in this category

  • WifTutorialAirstrikeInterrupt β€” Teaches the player that taking damage while calling in a satellite/airstrike targeting sequence interrupts it.
  • WifTutorialAlarm β€” Shown when the player sets off a physical alarm object in the world.
  • WifTutorialAlliesHonk β€” Teaches the player to honk their vehicle horn to attract allied NPCs.
  • WifTutorialAPC β€” Shown the first time the player mounts the driver seat of an APC.
  • WifTutorialBoat β€” Shown the first time the player mounts the driver seat of a boat.
  • WifTutorialC4 β€” Teaches basic C4 usage.
  • WifTutorialC4Switch β€” A narrower, separate C4 tutorial about the detonator switch itself.
  • WifTutorialCollateralDamage β€” Shown when the player deals collateral damage to a civilian or neutral.
  • WifTutorialCollectibles β€” The most stateful tutorial in this category.
  • WifTutorialCoopRevive β€” Presumably shown around reviving a downed co-op partner, per its message key and the manager catalog entry β€” per static source reading, this file only defines the message and a fixed completion timer; the actual trigger isn’t in this file.
  • WifTutorialCoopTether β€” Presumably shown around the co-op β€œtether” mechanic that keeps two players from straying too far apart, per its message key and the manager catalog entry β€” per static source reading, this file only defines the message and a fixed completion timer; the actual trigger isn’t in this file.
  • WifTutorialGateHonk β€” Shown near one specific, hardcoded gate object while the player is using a vehicle disguise β€” presumably teaching that a disguised vehicle should honk to be let through a faction checkpoint.
  • WifTutorialHelicopter β€” Shown the first time the player mounts the driver seat of a helicopter.
  • WifTutorialHeliRepairPad β€” Presumably shown around landing on/using a helicopter repair pad, per its message key ("[Tutorial.LandingZoneHealth]").
  • WifTutorialLowFuel β€” Shown when the player’s fuel drops to 10% of capacity or below.
  • WifTutorialNoFuel β€” Shown when the player runs out of fuel entirely.
  • WifTutorialSwimming β€” Shown when the player’s character enters a swimming state.
  • WifTutorialTank β€” Shown the first time the player mounts the driver seat of a tank (specifically excluding APCs).
  • WifTutorialTankHijack β€” Shown near an enemy tank crewed by two or more gunners, teaching the tank-hijack mechanic.
  • WifTutorialTrespass β€” Shown when the player trespasses into hostile/restricted territory.
  • WifTutorialVehicleDisguise β€” The other heavily stateful tutorial in this category, alongside WifTutorialCollectibles.
  • WifTutorialWheeledVehicleBasic β€” Shown the first time the player mounts the driver seat of a car.

Back to top

This site uses Just the Docs, a documentation theme for Jekyll.