Jump to content
Sign in to follow this  
Anjan-Riot

Error PowerSolar

Recommended Posts

Hi there

I getting an error in Domination.

"no entry 'mpmissions\__CUR_MP.Altis\description.ext/RscTitles/d_FrameHandlerRsc/controlsBackground/dummy_map.PowerSolar'"

I found this entry:

	class PowerSolar {
	icon = "\A3\ui_f\data\map\mapcontrol\powersolar_CA.paa";
	size = 24;
	importance = 1;
	coefMin = 0.85;
	coefMax = 1.0;
	color[] = {1, 1, 1, 1};
};

i try to empty the link or to delete the whole class but I still get this error.

Can anyone help me out with that?

anjan

Share this post


Link to post
Share on other sites

Is this class PowerSolar a Subclass of dummy_map?

If not copy PowerSolar into dummy_map

Share this post


Link to post
Share on other sites

exactly you have to add :

\co40_dom_2_99m_indep_reviveV28.altis\x_dlg\RscTitles.hpp

for the class GVAR(FrameHandlerRsc)

line 421

class dummy_map : GVAR(Dummy_Map) {
		x = -1;y = -1;w = 0;h = 0;
		onDraw = "call d_fnc_perFrame";
		class powersolar 
		{ 
			coefMax = 1; 
			coefMin = 0.85; 
			color[] = {1,1,1,1}; 
			icon = "\A3\ui_f\data\map\mapcontrol\powersolar_CA.paa"; 
			importance = 1; 
			size = 24; 
		}; 

		class powerwave 
		{ 
			coefMax = 1; 
			coefMin = 0.85; 
			color[] = {1,1,1,1}; 
			icon = "\A3\ui_f\data\map\mapcontrol\powerwave_CA.paa"; 
			importance = 1; 
			size = 24; 
		}; 

		class powerwind 
		{ 
			coefMax = 1; 
			coefMin = 0.85; 
			color[] = {1,1,1,1}; 
			icon = "\A3\ui_f\data\map\mapcontrol\powerwind_CA.paa"; 
			importance = 1; 
			size = 24; 
		}; 
		    class shipwreck 
		{ 
			coefMax = 1; 
			coefMin = 0.85; 
			color[] = {1,1,1,1}; 
			icon = "\A3\ui_f\data\map\mapcontrol\shipwreck_CA.paa"; 
			importance = 1; 
			size = 24; 
		}; 
	};

Share this post


Link to post
Share on other sites
Hi there

I getting an error in Domination.

"no entry 'mpmissions\__CUR_MP.Altis\description.ext/RscTitles/d_FrameHandlerRsc/controlsBackground/dummy_map.PowerSolar'"

I found this entry:

	class PowerSolar {
	icon = "\A3\ui_f\data\map\mapcontrol\powersolar_CA.paa";
	size = 24;
	importance = 1;
	coefMin = 0.85;
	coefMax = 1.0;
	color[] = {1, 1, 1, 1};
};

i try to empty the link or to delete the whole class but I still get this error.

Can anyone help me out with that?

anjan

Hi Anjan-Riot,

I have the same error that occurs on 2.99u Dominnation Xeno, is it possible that you communicate me your corrections, thanking you in advance.

"no entry 'mpmissions\__CUR_MP.Altis\description.ext/RscTitles/d_FrameHandlerRsc/controlsBackground/dummy_map.PowerSolar'"

line 412-429 (x_dlg\RscTitles.hpp)

class d_FrameHandlerRsc {

idd = -1;

movingEnable = 1;

enableSimulation = 1;

enableDisplay = 1;

duration = 1e+011;

fadein = 0;

fadeout = 0;

name = "d_FrameHandlerRsc";

class controlsBackground {

class dummy_map : d_Dummy_Map {

x = -1;y = -1;w = 0;h = 0;

onDraw = "call d_fnc_perFrame";

};

};

class objects {};

class controls {};

};

Share this post


Link to post
Share on other sites

Hi there

I getting an error in Domination (rpt server)

Error in expression <time, [], [], [], true];

d_player_store setVariable [_uid, _p];

if (d_domdataba>

Error position: <setVariable [_uid, _p];

if (d_domdataba>

Error Type Any, expected String

File mpmissions\__cur_mp.Altis\x_server\x_f\fn_serveropc.sqf, line 41

Error in expression <"];

_id = _this select 0; _name = _this select 1; _uid = _this select 2;

if (>

Error position: <select 1; _uid = _this select 2;

if (>

Error Zero divisor

File mpmissions\__cur_mp.Altis\x_server\x_f\fn_serveropc.sqf, line 7

Error in expression <time, [], [], [], true];

and error when accessing a menu (teleport, halo, ....) No entry mpmission\_ _CUR_MP.Altis\description.ext/XD_VecDialog/controls/XD_CloseButton.colorFocused.

I think it comes from color.Focused

Share this post


Link to post
Share on other sites

Hi walt,

take the two files i send you via pm they should fix the errors.

with the domdatabase rpt error is a bit more to do.

i delete all domdatabase related code from domination for now.

later i'll look for a fix.

regards

anjan

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×