Jump to content

RetroTorero

Member
  • Content Count

    8
  • Joined

  • Last visited

About RetroTorero

  • Rank
    Newbie

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Had the same issue here. That was my line: if (((_distance/(_curTime-_lastTime)) > "+str _maxTravelDistance+") && _notNearbySpawn && (player == vehicle player) && animationState player != 'halofreefall_non') then { i completely deleted this line and put in this one: if (((_distance/(_curTime-_lastTime)) > 10) && _notNearbySpawn && (player == vehicle player) && animationState player != 'halofreefall_non') then { Now it´s working fine. (about 4 tested Halo jumps) for everyone who´s looking for the server_securityfunctions.sqf: it´s in the /arma3/@EpochHive/addons/epoch_server,pbo file. ty! edit: 5th try and bounce to ALT 1200 Meters... damn so it´s not working.
  2. Hello! I´ve got the same issue as xbelanch had. Anybody knows a solution for that? Thank you! edit: should´ve read more... i´m going to try the epochah.hpp way - hoping the best.
  3. Hello! Still standing brain begging for help here XD I´m trying to set this up and want to configure the save zone coords. Did this in settings.h but this one makes me insane: "Define your safezones here. (no comma after the last entry | !!! HAS TO BE THE SAME AS CLIENTSIDE CONFIG !!!)" i´ve got absolutely no idea where to find that clientside config file. thanks for your help :) edit: well, found it... #nobrainer thanks anyway XD
  4. Thanks guys, got that thingy working :) there was an error in the tanoa case (my fault, but without the case there spawned no ai missions, so the standard-case isn´t really working on tanoa), so the routine jumped over tanoa case and tried to use chernarus_summer. i used that one from a post here in this thread: case "tanoa": { //diag_log "Tanoa-specific settings loaded"; blck_mapCenter = [ (_blck_worldSize/2),(_blck_worldSize/2),0]; blck_mapRange = _blck_worldSize; }; Now it works as it should :) Thanks for your help and that great work :)
  5. I didn´t make any modifications to any of the config after installing - then it wasn´t working so we added a case for tanoa to GMS_fnc_findWorld.sqf: case "tanoa":{ diag_log "[blckeagls] Tanoa-specific settings loaded"; blck_mapCenter = [7680, 7680, 0]; blck_mapRange = 7500; }; just installed as intended by installation.txt - copied the debug folder to @mpmissions/epoch.tanoa and included the line to init.sqf (there was one, made for the status bar, so now it´s filled with 2 lines) i actually found that chernarus_summer is loaded... seems like there´s my mistake: 7:11:34 "[blckeagls] Loading version 8-17-17 8:00 PM Build 6.70 Build 74" 7:11:34 "[blckeagls] Variables Loaded" 7:11:34 "[blckeagls] Functions Loaded" 7:11:34 "[blckeagls] debug mode settings:blck_debugON = false blck_debugLevel = 0" 7:11:34 "Epoch: Start Hive, Instance ID: 'NA123'" 7:11:34 "Epoch: Init Connect/Disconnect handlers" 7:11:34 "Epoch: Setup Side Settings" 7:11:34 "Epoch: Setup World Settings for Tanoa" 7:11:34 "Epoch: Loading buildings" 7:11:34 Attempt to override final function - vwjhihxkm 7:11:34 Attempt to override final function - vmenkog 7:11:34 Attempt to override final function - bhrvvdo 7:11:34 Attempt to override final function - yhxfotxs 7:11:34 "[blckeagls] Loading configurations for Non-militarized servers: blck_configs.sqf" 7:11:34 "[blckeagls] Loading Mission System using Parameters for Epoch" 7:11:34 "-- LOOTSPAWNER spawnBuilding_list ready, d: 0.221s" 7:11:34 "[blckeagls] Configurations for Epoch Loaded" 7:11:34 "[blckeagles] Running getTraderCitiesEpoch to get location of trader cities" 7:11:34 "[blckeagls] Running Map Addons for Epoch" 7:11:34 "[blckeagls] Loading Map-specific information" 7:11:34 Error in expression <Center = [7680,7680,0]; blck_mapRange = 7500; }; case "chernarus_summer":{> 7:11:34 Error position: < 7500; }; case "chernarus_summer":{> 7:11:34 Error Invalid number in expression 7:11:34 File q\addons\custom_server\Compiles\Functions\GMS_fnc_findWorld.sqf, line 31 7:11:34 Error in expression <Center = [7680,7680,0]; blck_mapRange = 7500; }; case "chernarus_summer":{> 7:11:34 Error position: < 7500; }; case "chernarus_summer":{> 7:11:34 Error Invalid number in expression 7:11:34 File q\addons\custom_server\Compiles\Functions\GMS_fnc_findWorld.sqf, line 31 7:11:34 "[blckeagls] Loading Map-specific settings with worldName = tanoa" 7:11:34 "[blckeagls] Adding Trader Cities to blacklisted locations based on setting for blck_blacklistTraderCities = true"
  6. sure ^^ I did the installation as explained, but there won´t spawn AI missions in tanoa
  7. seem´s like i´m to stupid to install that on tanoa map. can someone explain how to do that please? Ty :)
×
×
  • Create New...