Skip to content

allanvalk/ultimategarage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ultimate Garage

This framework adds a custom garage system to the Arma 3 game.

As you probably know, there is already a built-in garage system in the engine, but due to its limitations it can't be fully customized for one's needs.

With this garage I tried to implement an easily configurable vehicle spawn system.

Setup

  • Download all files and place them in to the mission folder.
  • Merge files if they already exist in the mission folder, mission.sqm file can be ignored if it exists.
  • All configuration is done in ultimateGarage folder.
  • New vehicles can be added in ultimateGarage\init.sqf file.
  • Put this ["init", [0,0,0], "", "", this] call ARES_fnc_garage; into the init of an object you want to add to a garage action. Where [0,0,0] are there coordinates of a garage spawn point.

Preview

Garage preview

About

Custom garage system for the Arma 3 game.

Topics

Resources

License

Stars

Watchers

Forks