Small Bug Fix for Plugin

This commit is contained in:
Ghostrider [GRG] 2023-10-22 10:28:17 -04:00
parent c56bb11a2f
commit f8dfcec443
3 changed files with 13 additions and 0 deletions

Binary file not shown.

View File

@ -1,7 +1,15 @@
REQUIRES:
GMS Version = "7.18";
https://github.com/Ghostrider-DbD-/GMS_RC
GMSCore version = 1.058;
https://github.com/Ghostrider-DbD-/GMSCore
Features: Features:
Exports static or dynamic missions preformated in .sqf code. Simply paste the output of the editor into a new .sqf file, edit entires to refine mission parameters and add the name of the mission file to GMS_missionLists. Exports static or dynamic missions preformated in .sqf code. Simply paste the output of the editor into a new .sqf file, edit entires to refine mission parameters and add the name of the mission file to GMS_missionLists.
Captures simple objects, sets allow dammage and allow similation according to editor settings, and captures marker configurations. Captures simple objects, sets allow dammage and allow similation according to editor settings, and captures marker configurations.
Uses vector-based positioning of objects (vectorDir, vectorUp).
Allows you to configure many of the basic mission parameters.

View File

@ -3,6 +3,11 @@ GMS_3DEN is a plugin for the Arma 3 3DEN editor.
The plugin allows you to set many settings for missions such as difficulty. The plugin allows you to set many settings for missions such as difficulty.
The plugin automatically configures all scripts and variables used by the mission spawner and exports them to the Arma 3 clipboard. The plugin automatically configures all scripts and variables used by the mission spawner and exports them to the Arma 3 clipboard.
Requires
GMS Version 7.18 or later
and
GMSCore version 1.058 or later.
INSTALLING THE PLUGIN. INSTALLING THE PLUGIN.
- place @GMS_3DEN and all of its contents in a convenient location such as \Documents\mods - place @GMS_3DEN and all of its contents in a convenient location such as \Documents\mods
- open the Arma 3 Launcher - open the Arma 3 Launcher