_Crash_ Posted October 28, 2015 Report Share Posted October 28, 2015 (edited) @Zupa I seem to have a problem with capture points overlapping on Altis / also seem to be spawning near with each other. Static capture points are disabled. Edited October 29, 2015 by _Crash_ Link to comment Share on other sites More sharing options...
Zupa Posted November 4, 2015 Author Report Share Posted November 4, 2015 @Zupa I seem to have a problem with capture points overlapping on Altis / also seem to be spawning near with each other. Static capture points are disabled.Try lowering the elevation level and distance to objects in the findposition funtion. Link to comment Share on other sites More sharing options...
_Crash_ Posted November 8, 2015 Report Share Posted November 8, 2015 @Zupa I'm presuming in the fn_findPosition.sqf file? I'm not sure what to change. Link to comment Share on other sites More sharing options...
Zupa Posted November 12, 2015 Author Report Share Posted November 12, 2015 (edited) @Zupa I'm presuming in the fn_findPosition.sqf file? I'm not sure what to change.I made you some examples quickly :https://github.com/DevZupa/ZCP-A3/commit/7dae9f0a147af44bfcd83d414cbf5f684d32ac83Try example 3, if that would give u errers try example 2.If using the 2nd one, be sure to check what is the center of your map, the one in example is for altis. Chernarus would be like 8500,8500, 0 i think.Explanation of the numbers are in the comments. Edited November 12, 2015 by Zupa Edit more info of map size Richie 1 Link to comment Share on other sites More sharing options...
_Crash_ Posted November 12, 2015 Report Share Posted November 12, 2015 (edited) @Zupa Thanks! It works flawlessly now and the comments help a lot. One more thing I'd like to query about is the currency. Since it's made for Epoch, what variables would I need to change in order to get it to work for Exile's currency PopTabs / Respect? Just examining the giveReward file, I see "_cIndex = EPOCH_customVars find "Crypto";" and "EPOCH_defaultVars_SEPXVar". Any thoughts? Edited November 12, 2015 by _Crash_ Link to comment Share on other sites More sharing options...
Zupa Posted November 13, 2015 Author Report Share Posted November 13, 2015 (edited) @Zupa Thanks! It works flawlessly now and the comments help a lot. One more thing I'd like to query about is the currency. Since it's made for Epoch, what variables would I need to change in order to get it to work for Exile's currency PopTabs / Respect? Just examining the giveReward file, I see "_cIndex = EPOCH_customVars find "Crypto";" and "EPOCH_defaultVars_SEPXVar". Any thoughts?https://github.com/DevZupa/ZCP-A3-Exile/blob/master/zcp/functions/fn_giveReward.sqfFor the mission side look into the zcp.sqf for the root folderBe aware this was coded for an older version of exile; they might have changes core coding which may be result in not working code. Edited November 13, 2015 by Zupa Link to comment Share on other sites More sharing options...
Richie Posted November 13, 2015 Report Share Posted November 13, 2015 For Exile support ask on their forums, please keep this thread on topic, there's 11 pages already, any more off-topic will not benefit members and make finding answers harder, thanks. Link to comment Share on other sites More sharing options...
_Crash_ Posted November 15, 2015 Report Share Posted November 15, 2015 @Richie This is the only forum that I see the dev active on. I'm still questioning about the mod, just on a different game mod all together. Link to comment Share on other sites More sharing options...
Richie Posted November 15, 2015 Report Share Posted November 15, 2015 @Richie This is the only forum that I see the dev active on. I'm still questioning about the mod, just on a different game mod all together.Then send Zupa a PM and see if he will help you, if not then you'll have to work it out yourself.This thread is for Epoch support, not for Wasteland, Life, Exile or any other mod, each mod has its own forum for support. Link to comment Share on other sites More sharing options...
Zupa Posted November 15, 2015 Author Report Share Posted November 15, 2015 i cleared up some messagebox space. For some reason it's always full :p Link to comment Share on other sites More sharing options...
Havoc302 Posted January 13, 2016 Report Share Posted January 13, 2016 Did a quick search of the thread and couldn't see any reference to the start delay. We've set 11 static locations and wanted a 2hr delay between them being captured and being available again. This caused the capture points to not appear for 2 hrs until after the server restarted. I tracked it down to fn_start.sqf here: _randomTime = (floor random 100) + ZCP_MinWaitTime ; It appears that's causing it to delay that time when we just want that as the respawn time for each one. We want them to initialize almost immediately after server restart. Is there a way to separate these out? Link to comment Share on other sites More sharing options...
Zupa Posted January 13, 2016 Author Report Share Posted January 13, 2016 3 hours ago, Havoc302 said: Did a quick search of the thread and couldn't see any reference to the start delay. We've set 11 static locations and wanted a 2hr delay between them being captured and being available again. This caused the capture points to not appear for 2 hrs until after the server restarted. I tracked it down to fn_start.sqf here: _randomTime = (floor random 100) + ZCP_MinWaitTime ; It appears that's causing it to delay that time when we just want that as the respawn time for each one. We want them to initialize almost immediately after server restart. Is there a way to separate these out? Try the following ( not tested, quickly typed) https://github.com/DevZupa/ZCP-A3/compare/StartWaitTime...master?expand=1 Link to comment Share on other sites More sharing options...
Havoc302 Posted January 14, 2016 Report Share Posted January 14, 2016 I'll try that out shortly, thanks for the quick reply. Also is there any easy way to make the weapon and build materials box a random amount of items from the ZCP_WeaponReward and ZCP_ItemWeaponReward arrays rather than just a fixed reward? Link to comment Share on other sites More sharing options...
sCorporation Posted January 18, 2016 Report Share Posted January 18, 2016 Hello Guys... Yesterday i found this nice Mod and try to install. So, i think no problems with that but my RPT shows some issues: Spoiler ZCP_StartMinWaitTime = 20 ZCP_WaitPeriodRandom = 100 ZCP_BaseClea> 8:01:13 Error position: <ZCP_WaitPeriodRandom = 100 ZCP_BaseClea> 8:01:13 Error Missing ; 8:01:13 File x\addons\a3_epoch_server_zcp\zcp\fn_config.sqf, line 25 8:01:13 Error in expression <tTime = 20; ZCP_StartMinWaitTime = 20 ZCP_WaitPeriodRandom = 100 ZCP_BaseClea> 8:01:13 Error position: <ZCP_WaitPeriodRandom = 100 ZCP_BaseClea> 8:01:13 Error Missing ; 8:01:13 File x\addons\a3_epoch_server_zcp\zcp\fn_config.sqf, line 25 and Spoiler 8:03:45 [ZCP]: Initiate Zupa's Capture Points 8:03:45 Error in expression <P_Data pushBack [false,0, true]; }count ZCP_CapPoints; > 8:03:45 Error position: <ZCP_CapPoints; > 8:03:45 Error Undefined variable in expression: zcp_cappoints 8:03:45 File x\addons\a3_epoch_server_zcp\zcp\functions\fn_initCPData.sqf, line 4 8:03:45 [ZCP]: Capture Points is fully running. and Spoiler 8:03:56 Error in expression <ZCP_randomMission"]; uiSleep 10; while {ZCP_MissionCounter < ZCP_MaxMissions} do> 8:03:56 Error position: <ZCP_MissionCounter < ZCP_MaxMissions} do> 8:03:56 Error Undefined variable in expression: zcp_missioncounter 8:03:56 File x\addons\a3_epoch_server_zcp\zcp\fn_missionLooper.sqf, line 18 So it not working :( Can someone help me to fix my problem? Thx a lot guys... Link to comment Share on other sites More sharing options...
Havoc302 Posted January 21, 2016 Report Share Posted January 21, 2016 Hey Zupa, thanks for punching up that code for me but it appears to have not worked, it still took 30 minutes to kick off rather than the 5 minutes we set it to. Any ideas? Link to comment Share on other sites More sharing options...
Havoc302 Posted February 1, 2016 Report Share Posted February 1, 2016 Hey Zupa any chance you're able to help me get the start timer working properly? I'd like it to have like an hour between captures but at present that means they don't start until an hour after the server starts. Also how hard is it to make it non-Epoch specific? I'd like to use it on a really small island map as a like CTF system if that's ok with you? Link to comment Share on other sites More sharing options...
yetiblood Posted February 4, 2016 Report Share Posted February 4, 2016 Hey everyone! I have a small problem, I have installed the cap points on Epoch Australia Map and I am getting some strange errors. Server.rpt [ZCP]: Giving server some time to boot. [ZCP]: Initiate Zupa's Capture Points Error in expression <P_Data pushBack [false,0, true]; }count ZCP_CapPoints; > Error position: <ZCP_CapPoints; > Error Undefined variable in expression: zcp_cappoints File x\addons\a3_epoch_server_zcp\zcp\functions\fn_initCPData.sqf, line 4 [ZCP]: Capture Points is fully running. Error in expression <ZCP_randomMission"]; uiSleep 10; while {ZCP_MissionCounter < ZCP_MaxMissions} do> Error position: <ZCP_MissionCounter < ZCP_MaxMissions} do> Error Undefined variable in expression: zcp_missioncounter File x\addons\a3_epoch_server_zcp\zcp\fn_missionLooper.sqf, line 18 Looks like it is running but missions never come up in game. Unsure where to go from here... Any Ideas? Thanks - Yeti Link to comment Share on other sites More sharing options...
sCorporation Posted February 4, 2016 Report Share Posted February 4, 2016 Have the same issues. I think this mod is out of order :( Link to comment Share on other sites More sharing options...
Havoc302 Posted February 4, 2016 Report Share Posted February 4, 2016 I have this mod working perfectly on my Epoch Altis server. May want to download it again, make sure you're not getting the extra untested bits he wrote for me. Link to comment Share on other sites More sharing options...
sCorporation Posted February 4, 2016 Report Share Posted February 4, 2016 I have tried it few times to install this great mod but always the same errors in my rpt logs :( maybe u can sent me ur files and how u have install it. Would be nice :) Link to comment Share on other sites More sharing options...
Havoc302 Posted February 4, 2016 Report Share Posted February 4, 2016 Sure when I get home from work I'll package it up and throw it on my Google drive for you. Link to comment Share on other sites More sharing options...
sCorporation Posted February 4, 2016 Report Share Posted February 4, 2016 Thx man ur great. I am at work too but i will go home soon and go to sleep :) Link to comment Share on other sites More sharing options...
sCorporation Posted February 5, 2016 Report Share Posted February 5, 2016 @Havoc302. Have u forgot me bro? Link to comment Share on other sites More sharing options...
Havoc302 Posted February 5, 2016 Report Share Posted February 5, 2016 Hey man, yeah sorry been busy. Here's a link to the one I downloaded. https://drive.google.com/file/d/0B00WZReZH_xMbUlTWWo4bkd6Y3M/view?usp=sharing Link to comment Share on other sites More sharing options...
sCorporation Posted February 5, 2016 Report Share Posted February 5, 2016 Thx man. I will Download it tomorrow. Today i am a little bit ill Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now