-
Posts
292 -
Joined
-
Last visited
-
Days Won
17
Schalldampfer's Achievements
Newbie (1/14)
88
Reputation
About Me
My modified addons
https://github.com/Schalldampfer/Advanced-Gem-crafting # Gemcrafting with buildable additons, preview's night vision, refund on removing, and so on
https://github.com/Schalldampfer/A2Epoch_Logistic # Logistic-tow for 1.0.6.2, ammobox towing, sound effects.
https://github.com/Schalldampfer/DZE-Elevator # Elevator script for 1.0.6.2, sound effects, maintainable elevators even after used.
https://github.com/Schalldampfer/WICKED-AI # Wicked-AI branched after v2.2.6 beta. Rebalanced & new missions, mission progress indicator, warning to invaders, and so on.
Original
https://github.com/Schalldampfer/SIPTH # Treasure Hunting on Skalisty Island (Chernarus) & South coast of main island (Napf).
https://github.com/Schalldampfer/basedefenceWAI #base defence mission compatible with my Wicked-AI
https://github.com/Schalldampfer/A3Epoch_Scripts #safezone,playerMarker for Arma3 PvE
http://www.mediafire.com/file/95ghndbh9rpi48j/overpoch_all.txt # Arma2OA Overpoch classname list (Vehicle,weapon,magazine,SFX,music,sound)
http://www.mediafire.com/file/97gnw842q2y3838/a3epoch.txt #Arma3+EpochMod classname list
//XmasTreeOnZub
[
["MAP_t_picea1s", [6768.9585, 5618.5327, 0.16699222], -0.50228691],
["MAP_Sphere", [6768.8711, 5618.4346, 5.9523973], -159.93379],
["ASC_runway_YellowlightB", [6768.8711, 5618.4346, 7.4382076], -25.061163],
["LAND_ASC_runway_Yellowlight", [6768.9585, 5618.5327, 6.1035156e-005], 0],
["ASC_EU_BulbBLUB", [6769.1699, 5618.98, 4.482729], 26.590858],
["ASC_EU_BulbGRNB", [6769.354, 5618.5273, 3.556175], 185.61203],
["ASC_EU_BulbPURB", [6768.5654, 5619.0649, 2.4691238], -27.802204],
["ASC_EU_BulbREDB", [6768.7769, 5618.3691, 5.6213303], -13.284221],
["ASC_EU_BulbYELB", [6769.1694, 5618.061, 3.0976965], -7.8681731],
["ASC_EU_BulbBLUP", [6768.811, 5619.144, 3.1239362], 29.729912],
["ASC_EU_BulbGRNP", [6768.0962, 5618.8784, 2.516753], 38.083069],
["ASC_EU_BulbPURP", [6768.1992, 5617.9941, 2.1198545], 2.6075742],
["ASC_EU_BulbREDP", [6769.3936, 5618.9023, 1.9984661], 6.8411269],
["ASC_EU_BulbYELP", [6767.937, 5618.4585, 3.1935372], -12.870086],
["MAP_snowman", [6765.1968, 5618.9248, 0.14499533], 176.53444],
["MAP_snow", [6766.5024, 5618.8242], 82.056976],
["SkeetMachine", [6770.1343, 5620.6782, 0.41766998], 30.40366],
["Explosive", [6769.3047, 5620.6187, 0.26151463], 111.5445],
["EvMoney", [6769.4761, 5620.2974, 0.22052231], -18.113352],
["EvPhoto", [6769.6074, 5620.7368, 0.24966614], 60.652744],
["AmmoCrate_NoInteractive_", [6767.5337, 5620.4731, 0.18356688], -111.48509],
["Land_Sack_EP1", [6768.9692, 5620.7246, 0.085986935], 95.470413],
["Land_Bag_EP1", [6768.2476, 5620.5371, 0.10363499], 146.29044]
] call {
private ["_object"];
{
_object = (_x select 0) createVehicle [0,0,0];
_object setDir (_x select 2);
_object setPos (_x select 1);
_object allowDammage false;
} count _this;
};