mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
license updates > APL-SA
This commit is contained in:
parent
b477f4ffc3
commit
d2515e2039
@ -49,10 +49,6 @@ class FSM
|
||||
itemno = ;
|
||||
init = /*%FSM<STATEINIT""">*/"//Developer code" \n
|
||||
"//Author: axeman (Andrew Gregory | andrew@andgregor.co.uk)" \n
|
||||
"//Licence:" \n
|
||||
"//You may not copy, reproduce, edit, move or transfer in any way without the express permission of the author." \n
|
||||
"//All files contained in this MPMission folder also fall under the Epoch Mod Creative Commons Licence: https://creativecommons.org/licenses/by-nc-nd/4.0/" \n
|
||||
"//Any files triggered, called, execVM'ed, execFSM'ed etc, by this file fall under the same agreement." \n
|
||||
"" \n
|
||||
"//systemChat ""INIT WALKING"";" \n
|
||||
"_unit = _this select 0;" \n
|
||||
|
@ -1,8 +1,7 @@
|
||||
/*
|
||||
Carnival Event
|
||||
by Aaron Clark - EpochMod.com
|
||||
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
|
||||
Improvements and or bugfixes and other contributions are welcome via the github:
|
||||
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server_settings/EpochEvents/CarnivalSpawner.sqf
|
||||
*/
|
||||
|
@ -2,9 +2,6 @@
|
||||
Weather Control System
|
||||
by Aaron Clark - EpochMod.com
|
||||
|
||||
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
|
||||
Improvements and or bugfixes and other contributions are welcome via the github:
|
||||
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server_settings/EpochEvents/ChangeWeather.sqf
|
||||
*/
|
||||
|
@ -1,8 +1,7 @@
|
||||
/*
|
||||
Shipping Containter Event
|
||||
by Aaron Clark - EpochMod.com
|
||||
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
|
||||
Improvements and or bugfixes and other contributions are welcome via the github:
|
||||
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server_settings/EpochEvents/ContainterSpawner.sqf
|
||||
*/
|
||||
|
@ -1,8 +1,7 @@
|
||||
/*
|
||||
Earthquake and Mineral Deposit Event
|
||||
by Aaron Clark - EpochMod.com
|
||||
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
|
||||
Improvements and or bugfixes and other contributions are welcome via the github:
|
||||
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server_settings/EpochEvents/Earthquake.sqf
|
||||
*/
|
||||
|
@ -11,9 +11,6 @@
|
||||
Plant patch marker will turn red after one plant is picked
|
||||
Plants and marker will cleanup after all plants in a patch are picked or die due to decay.
|
||||
|
||||
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
|
||||
http://creativecommons.org/licenses/by-nc-nd/4.0/
|
||||
|
||||
Improvements and or bugfixes and other contributions are welcome via the github:
|
||||
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_server_settings/EpochEvents/PlantSpawner.sqf
|
||||
*/
|
||||
@ -40,7 +37,7 @@ if (EPOCH_plantCounter >= EPOCH_plantLimit) exitWith {
|
||||
if (_debug) then {diag_log "DEBUG: suppressed plant spawn over limit"};
|
||||
};
|
||||
|
||||
// FIND A POSITION FOR PLANT PATCH prefer Hils and Vineyards
|
||||
// FIND A POSITION FOR PLANT PATCH prefer Hills and Vineyards
|
||||
_nearbyLocations = nearestLocations [epoch_centerMarkerPosition,["VegetationVineyard","Hill"],EPOCH_dynamicVehicleArea];
|
||||
if (_nearbyLocations isEqualTo []) then {
|
||||
_position = [epoch_centerMarkerPosition, 0, EPOCH_dynamicVehicleArea, 10, 0, 4000, 0] call BIS_fnc_findSafePos;
|
||||
|
Loading…
Reference in New Issue
Block a user