#will grab the config for this too dw

1 messages · Page 1 of 1 (latest)

ruby forum
#

..

#
class CfgPatches
{
    class CTG_Main_CommAux
    {
        author="Eagle";
        requiredAddons[]=
        {
            "A3_Data_F_Enoch_Loadorder"
        };
        requiredVersion=0.1;
        units[]={};
        weapons[]={};
    };
};
class CAWorld;
class RscStandardDisplay;
class RscVignette;
class RscControlsGroupNoScrollbars;
class RscFrame;
class RscText;
class RscPicture;
class RscTitle;
class RscButtonMenu;
class RscHTML;
class RscControlsGroupNoHScrollbars;
class RscListBox;
class RscPictureKeepAspect;
class RscButton;
class RscButtonImages;
class RscShortcutButton;
class RscDisplayStart: RscStandardDisplay
{
    class controls
    {
        class LoadingPicture_CTG: RscPicture
        {
            idc=1000;
            x="SafeZoneX";
            y="SafeZoneY";
            h="SafeZoneH";
            w="SafeZoneW";
            text="\CTG_Main_CommAux\CTG.paa";
        };
    };
};
class RscDisplayConfigure
{
    enableDisplay=1;
};
class RscDisplayMain: RscStandardDisplay
{
    idd=0;
    idc=1;
    enableDisplay=1;
    text="\CTG_Main_CommAux\CTG.paa";
    class RscActiveText;
    class RscActivePicture: RscActiveText
    {
        style=48;
        color[]={1,1,1,0.5};
        colorActive[]={1,1,1,1};
    };
    class Spotlight
    {
    };
    class controls
    {
        class Spotlight1
        {
        };
        class Spotlight2
        {
        };
        class Spotlight3
        {
        };
        class BackgroundSpotlightRight
        {
        };
        class BackgroundSpotlightLeft
        {
        };
        class BackgroundSpotlight
        {
        };
        class B_Credits
        {
        };
        class ConnectDiscord: RscButton
        {
            idc=-1;
            text="Discord";
            style=2;
            url="https://discord.gg/link";
            colorBackground[]={0,0,0,0.40000001};
            colorBackgroundActive[]={1,0,0,0,2};
            borderSize=0.054000001;
            colorBorder[]={0,0,0,0};
            x="safeZoneX + 0.2 * safeZoneW";
            y="safeZoneY + 0.2 * safeZoneH";
            w="0.25";
            h="0.05";
        };
        class ConnectMain: RscButton
        {
            idc=-1;
            text="CONNECT TO SERVER";
            style=2;
            onbuttonclick="connectToServer ['IP', port, 'PW']";
            colorBackground[]={0,0,0,0.69999999};
            colorBackgroundActive[]={1,0,0,0,2};
            borderSize=0.054000001;
            colorBorder[]={0,0,0,0};            
            x="SafeZoneXAbs + 0.425 * SafeZoneW";
            y="1.5 * ((((safezoneW / safezoneH) min 1.2) / 1.2) / 25) + (safezoneY + safezoneH - (((safezoneW / safezoneH) min 1.2) / 1.2))";
            w="12 * (((safezoneW / safezoneH) min 1.2) / 40)";
            h="((((safezoneW / safezoneH) min 1.2) / 1.2) / 25)";
        };
        class ConnectTeamspeak: RscButton
        {
            idc=-1;
            text="Teamspeak";
            style=2;
            url="ts3server://00.00.00.000?port=0000";
            colorBackground[]={0,0,0,0.40000001};
            colorBackgroundActive[]={1,0,0,0,2};
            borderSize=0.054000001;
            colorBorder[]={0,0,0,0};
            x="safeZoneX + safeZoneW - 0.6";
            y="safeZoneY + 0.2 * safeZoneH";
            w="0.27";
            h="0.05";
        };
    };
    class controlsBackground
    {
        class LoadingPicture_187th: RscPicture
        {
            idc=1;
            colorText[]={1,1,1,1};
            x="SafeZoneX";
            y="SafeZoneY";
            h="SafeZoneH";
            w="SafeZoneW";
            text="\CTG_Main_CommAux\CTG_Marks.paa";
        };
    };
};```
#

lol. /link for discord is for hive.

spice needle
#

you're not replacing the logos, tho, you're just putting a fullscreen image over it all, right?

ruby forum
#

I have not, however the code should be similar. Also replaced the buttons/removed the editor/campaign selectin boxes.
And the loading screens.

(hence why I posted it in an attempt to help, as this works)