Jump to content

[Server Addon] ZCP - Zupa's Capture Points 2.0 Updated for Epoch 0.3


Zupa

Recommended Posts

For some unknown reason, i just can't get this to execute. I've done the following:

 

  • added [] execVM "scripts\zcp.sqf"; to init.sqf in mission file.
    • confirmed script is in scripts.
  • packed items in a3_epoch_server_zcp.pbo and placed in @epochhive/addons

 

Nothing at ALL shows up in the RPT, like it's not calling the startup function.

 

Someone willing to send me their pbo file? 

Link to comment
Share on other sites

hi....

 

Importend bugreport:

the buildermenu is only for admins or the kes works only as a admin. normal player can not open it, or toggle the hud.... looks like the keys dont work for normal players ?!?

on the test server without admin power = no builder menü :(

 

can anyone confirm this?

 

and at first I thought the players were too stupid: D

 

 

@ prone

check the discription.ext.... sound like you miss to add:

#include "ZHB\ZHudBuilder.hpp"

class RscTitles

{

    #include "ZHB\ZHud.hpp"

};

class CfgFunctions {

    #include "ZHB\ZHB_Functions.hpp"

};

on the botton

 

This is for zupas capture point, not his HUD. But thank you. :)

Link to comment
Share on other sites

Been trying to get this running.... just will not come up. I tried it with my own base first, nothing.Not even anything in the RPT. I redid it with no changes and now all I get in the RPT is 

"11:49:36 Warning Message: Script x\addons\a3_epoch_server_zcp\init\fn_init.sqf not found"

Link to comment
Share on other sites

Been trying to get this running.... just will not come up. I tried it with my own base first, nothing.Not even anything in the RPT. I redid it with no changes and now all I get in the RPT is 

"11:49:36 Warning Message: Script x\addons\a3_epoch_server_zcp\init\fn_init.sqf not found"

 

sounds like u didn't pack it into a pbo? or u changed stuff, or didn't placed it correctly.

 

More info please. i cannot read minds to see the situation ^^

Link to comment
Share on other sites

sounds like u didn't pack it into a pbo? or u changed stuff, or didn't placed it correctly.

 

More info please. i cannot read minds to see the situation ^^

PBO'd it (I use CPBO). I did edit, and when it didn't load, I removed completely and tried just loading original. That's when I got the RPT line from previous post.

 

 

Init file:

 [] execVM "IgiLoad\IgiLoadInit.sqf";

 
///VEMF
if (!isDedicated) then {
"VEMFChatMsg" addPublicVariableEventHandler {
[
[
[((_this select 1) select 0),"align = 'center' size = '1' font=PuristaBold'],
["","<br/>"],
[((_this select 1) select 1),"align = 'center' size = '0.5'"]
]
] spawn BIS_fnc_typeText2;
VEMFChatMsg = nil;
 
 
};
//Supply Drop Alert Event
"SDROP_Alert" addPublicVariableEventHandler {
titleText[format["%1",_this select 1],"PLAIN DOWN",1];
};
 
};
 
//color correction
[] execVM "effect.sqf";
 
//loadout
[] execVM "custom\loadout1.sqf";
 
//extra missions
[] execVM "start_blck.sqf";
 
//player stats
[]execVM "custom\playerStatsElite\psConfig.sqf";
 
//cap base
execVM "zcp.sqf";
 
// Welcome Credits

[] execVM "custom\welcome.sqf";

 

zcp.sqf is in mission, a3_epoch_server_zcp is in @epoch\addons without any edits

Link to comment
Share on other sites

hows a update for adding a loot box looking zupa? love the script but not many players care for crypto atm wanna make more use of the script with a loot box :)

 

It's in my beta code, but i got a busy weekend coming up , i got a deadline on sunday for a first release of my own company. website still needs quite the work and my co-partner is putting pressure on te website to be functional.

 

I'll put it into a 2nd branch this evening on github so if you know anything about "coding" you can use it and see if there are still stuff to change ( and commit & pull request it then if so).

Link to comment
Share on other sites

ah cool...moved to west flanders 5 years ago...live in brugge now :) peaceful and lovely!!!!!

 

hehe, never visisted that city, but i will in the future, i heard it's a nice city with nice historical looks. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...