mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix 'no unload' config error and visual glitch on loading screen
Thx @iben
This commit is contained in:
@@ -23,6 +23,7 @@ class RscXListBox;
|
||||
class RscShortcutButton;
|
||||
class RscHTML;
|
||||
class RscDisplayEmpty;
|
||||
class RscDisplayLoadMission;
|
||||
|
||||
#include "CfgPlayerStats\defines.hpp"
|
||||
#include "CfgPlayerStats\p_cover.hpp"
|
||||
@@ -159,6 +160,10 @@ class RscDisplayLoading
|
||||
class LoadingPic : RscPictureKeepAspect
|
||||
{
|
||||
text = "z\addons\dayz_code\gui\loadingscreen.paa";
|
||||
};
|
||||
class HintBackground: RscText
|
||||
{
|
||||
text = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -169,7 +174,7 @@ class RscCompass : RscObject {
|
||||
scale = 0.64;
|
||||
};
|
||||
|
||||
class RscDisplayStart
|
||||
class RscDisplayStart: RscStandardDisplay
|
||||
{
|
||||
class controls
|
||||
{
|
||||
@@ -177,6 +182,10 @@ class RscDisplayStart
|
||||
{
|
||||
text = "z\addons\dayz_code\gui\loadingscreen.paa";
|
||||
};
|
||||
class HintBackground: RscText
|
||||
{
|
||||
text = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
class RscDisplayGetReady;
|
||||
@@ -786,7 +795,7 @@ class bloodTest
|
||||
#include "RscDisplay\includes.hpp"
|
||||
|
||||
//Override BIS Loadscreen
|
||||
class RscDisplayLoadCustom
|
||||
class RscDisplayLoadCustom: RscDisplayLoadMission
|
||||
{
|
||||
idd = -1;
|
||||
onLoad = "uiNamespace setVariable ['BIS_loadingScreen',_this select 0];";
|
||||
|
||||
Reference in New Issue
Block a user