Skip to content

Instantly share code, notes, and snippets.

/*
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
@vbawol
vbawol / MapSurfaceIndexer.sqf
Created May 18, 2017 15:11
Arma 3 Map Surface Indexer Script
/*
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);
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
@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
@vbawol
vbawol / gist:7649272
Created November 25, 2013 21:33
for new items
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";
};