[SUPPORT] - Sheeps Epoch Repack

Put the newest Overpoch version on my server and now it wont start. ErrorMessage: File mpmissions\DayZ_Epoch_11.Chernarus\scripts\Skin_Trader\dialog\SkinGui.hpp, line 86: .MenClothing: Member already defined.
 
:) ill add em in
Zombie free bases was in my previous server files before i started using your work, which is why my players thought plot poles did that lol.

I believe this issue might be related to admin build. Plot poles i place don't give management options, plot poles players place do. Will remove myself from the admin list place a plot pole and confirm this tho. Not an overly pressing concern just something i noticed from our test session last night.

Markers worked well, ai spawned in. (I might remove the swimming ones from the lake lol) One other thing noted from a few players joining my server is that they get stuck on the loading splash screen, no RPT errors noted. I'm thinking it might be their internet connection causing the issue, but i thought i would make mention of it just in case it isn't.

Generally if they closed the game and started again they got in.
 
build update
STANDARD 361
STANDARD OVERPOCH 49

change skin traders to boyds skin script (removed old trader options and added boyds version)
Added zombie free bases
Added construction, supply items, military and treasure drop events

need to test the skin menus, not sure if overwatch skins are in the new menus yet
beaware that trading skins may be totally broken :)

Zombie free bases was in my previous server files before i started using your work, which is why my players thought plot poles did that lol.

I believe this issue might be related to admin build. Plot poles i place don't give management options, plot poles players place do. Will remove myself from the admin list place a plot pole and confirm this tho. Not an overly pressing concern just something i noticed from our test session last night.

Markers worked well, ai spawned in. (I might remove the swimming ones from the lake lol) One other thing noted from a few players joining my server is that they get stuck on the loading splash screen, no RPT errors noted. I'm thinking it might be their internet connection causing the issue, but i thought i would make mention of it just in case it isn't.

Generally if they closed the game and started again they got in.

ill check the admin plot issue
 
Put the newest Overpoch version on my server and now it wont start. ErrorMessage: File mpmissions\DayZ_Epoch_11.Chernarus\scripts\Skin_Trader\dialog\SkinGui.hpp, line 86: .MenClothing: Member already defined.
dam it ill fix it now

EDIT: fixed re download :) or open description.ext and delete this section

Code:
 class MenClothing
{
 idd = 20001;
 movingEnable = true;
 enableSimulation = true;
 onLoad = "uiNamespace setVariable ['MenClothing', _this select 0];";
 class Controls {
 class RscText_9000: RscTextT
 {
 idc = 20002;
 x = 0.30 * safezoneW + safezoneX;
 y = 0.30 * safezoneH + safezoneY;
 w = 0.20 * safezoneW;
 h = 0.5 * safezoneH;
 colorBackground[] = {0,0,0,0.8};
 }; 
 class RscListbox_9001: RscListbox
 {
 idc = 20014;
 x = 0.31* safezoneW + safezoneX;
 y = 0.41 * safezoneH + safezoneY;
 w = 0.18 * safezoneW;
 h = 0.30 * safezoneH;
 soundSelect[] = {"",0.1,1};
 colorBackground[] = {0.1,0.1,0.1,0.8};
 }; 
 class RscShortcutButton_9004: RscShortcutButton
 {
 idc = 20005;
 text = "Change";
 x = 0.41 * safezoneW + safezoneX;
 y = 0.70 * safezoneH + safezoneY;
 w = 0.08 * safezoneW;
 h = 0.06 * safezoneH;
 onButtonClick = "[(lbCurSel 20014)] call ApplySkinList;";
 }; 
 class RscShortcutButton_9006: RscShortcutButton
 {
 idc = 20006;
 text = "Close";
 x = 0.31 * safezoneW + safezoneX;
 y = 0.70 * safezoneH + safezoneY;
 w = 0.08 * safezoneW;
 h = 0.06 * safezoneH;
 onButtonClick = "CloseDialog 0;";
 }; 
 class RscText_9007: RscTextT
 {
 idc = 20007;
 text = "Clothing";
 x = 0.30 * safezoneW + safezoneX;
 y = 0.30 * safezoneH + safezoneY;
 w = 0.20 * safezoneW;
 h = 0.05 * safezoneH; 
 colorBackground[] = {0,0,0,0.8}; 
 colorText[] = {1,1,1,1}; 
 };
 class RscText_9008: RscTextT
 {
 idc = 20008;
 text = "Possible Skins";
 x = 0.31 * safezoneW + safezoneX;
 y = 0.38 * safezoneH + safezoneY;
 w = 0.13 * safezoneW;
 h = 0.03 * safezoneH;
 colorText[] = {1,1,1,1};
 }; 
 };
};
 
EvilCodeMonkey.png
 
build update
STANDARD 361
STANDARD OVERPOCH 49

change skin traders to boyds skin script (removed old trader options and added boyds version)
Added zombie free bases
Added construction, supply items, military and treasure drop events

need to test the skin menus, not sure if overwatch skins are in the new menus yet
beaware that trading skins may be totally broken :)



ill check the admin plot issue
Nice work, i'm sure it will all be good lol. Will load it up tonight and give feedback :)

Thanks for all the work that goes into doing this stuff.
 
Back
Top