This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
by Aaron Clark - [VB]AWOL | |
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. | |
http://creativecommons.org/licenses/by-sa/4.0/ | |
*/ | |
@ECHO OFF | |
SET STEAMUN=yourusername | |
SET STEAMPW=YourPa$$word | |
SET ARMASVRPATH=C:\Arma3Server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
by Aaron Clark - [VB]AWOL | |
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. | |
http://creativecommons.org/licenses/by-sa/4.0/ | |
*/ | |
ALL_SURFACES = []; | |
EP_addToArray = { | |
_getSurfaceArray = missionNamespace getVariable [_this select 0, []]; | |
_getSurfaceArray pushBack (_this select 1); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Epoch Corporation | |
Started by two mysterious brothers (their names since lost to history) in 2013 the Epoch Corporation started as a software development and services company. Eventually expanding into hardware and computer chip manufacturing, the company invented many new devices and useful tools. | |
The Breakthrough | |
In 2020 a scientist working on one of the corporations newest devices the Zero Chip had a breakthrough in "faster than light" computer chip manufacturing. With this new chip, software creators had greater than ever computing speed and flexibility with which to create new faster AI and Automated Systems. Soon the complexity of the code which the zero chip could run began to out pace its human coders ability to understand, so they had to build into its subsystems auto-coding mechanisms to take full advantage of the hardware's amazing instant computing capabilities. | |
The Zero Chip Revolution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ECHO OFF | |
SET [email protected] | |
SET STEAMPW=chamgeme | |
SET ARMASVRPATH=C:\Arma3Server | |
SET ARMAAPPID=107410 | |
:: Workshop IDs: EpochExperimental = 455221958, Normal Epoch = 421839251 | |
SET ARMAWORKSHOPID=455221958 | |
:: remove mod folder | |
rd /s/q "%ARMASVRPATH%\@Epoch" | |
:: update workshop mod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Land_HBarrier_large; | |
class Land_HBarrier5: Land_HBarrier_large | |
{ | |
model = "\ca\misc2\HBarrier5.p3d"; | |
icon = "\Ca\misc2\data\Icons\icon_hescoBarrier5_ca.paa"; | |
mapSize = 7; | |
displayName = "H-barrier"; | |
GhostPreview = "Land_HBarrier5Preview"; | |
}; |