File tree Expand file tree Collapse file tree 5 files changed +42
-0
lines changed
Expand file tree Collapse file tree 5 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ x\tacgt\addons\splash
Original file line number Diff line number Diff line change 1+ class RscStandardDisplay ;
2+ class RscPictureKeepAspect ;
3+ class RscControlsGroup ;
4+ class RscDisplayStart : RscStandardDisplay {
5+ class controls {
6+ class LoadingStart : RscControlsGroup {
7+ class controls {
8+ class Logo : RscPictureKeepAspect {
9+ idc = 1200 ;
10+ text = QPATHTOF(data\theseus_ca.paa);
11+ x = " 0.25 * safezoneW" ;
12+ y = " 0.3125 * safezoneH" ;
13+ w = " 0.5 * safezoneW" ;
14+ h = " 0.25 * safezoneH" ;
15+ };
16+ };
17+ };
18+ };
19+ };
Original file line number Diff line number Diff line change 1+ #include " script_component.hpp"
2+
3+ class CfgPatches {
4+ class ADDON {
5+ name = COMPONENT_NAME;
6+ units[] = {};
7+ weapons[] = {};
8+ requiredVersion = REQUIRED_VERSION;
9+ requiredAddons[] = {" tacgt_main" , " tacgt_theseus" };
10+ skipWhenMissingDependencies = 1 ;
11+ author = ECSTRING(main,Author);
12+ authors[] = {" Mike" };
13+ url = ECSTRING(main,URL);
14+ VERSION_CONFIG;
15+ };
16+ };
17+
18+ #include " RscDisplayStart.hpp"
Original file line number Diff line number Diff line change 1+ #define COMPONENT splash
2+ #define COMPONENT_BEAUTIFIED Splash
3+ #include " \x\tacgt\addons\main\script_mod.hpp"
4+ #include " \x\tacgt\addons\main\script_macros.hpp"
You can’t perform that action at this time.
0 commit comments