Skip to content

Commit fea4e4a

Browse files
committed
Add HD background support and assets
Introduced HD background support by updating liblist.gam and adding new layout files and high-resolution background image tiles. This enables a 1920x1080 background composed of multiple TGA images for improved visual quality on the main and loading screens.
1 parent 42d144c commit fea4e4a

43 files changed

Lines changed: 96 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

liblist.gam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gamedll_linux "dlls/hl.so"
77
icon "game"
88
client "1"
99
type "multiplayer_only"
10-
mpfilter "fire_range"
10+
mpfilter "fire_range"
11+
hd_background "1"

resource/HD_BackgroundLayout.txt

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
resolution 1920 1080
2+
3+
resource/background/xmt_1_a_loading.tga fit 0 0
4+
resource/background/xmt_1_b_loading.tga fit 256 0
5+
resource/background/xmt_1_c_loading.tga fit 512 0
6+
resource/background/xmt_1_d_loading.tga fit 768 0
7+
resource/background/xmt_1_e_loading.tga fit 1024 0
8+
resource/background/xmt_1_f_loading.tga fit 1280 0
9+
resource/background/xmt_1_g_loading.tga fit 1536 0
10+
resource/background/xmt_1_h_loading.tga fit 1792 0
11+
12+
resource/background/xmt_2_a_loading.tga fit 0 256
13+
resource/background/xmt_2_b_loading.tga fit 256 256
14+
resource/background/xmt_2_c_loading.tga fit 512 256
15+
resource/background/xmt_2_d_loading.tga fit 768 256
16+
resource/background/xmt_2_e_loading.tga fit 1024 256
17+
resource/background/xmt_2_f_loading.tga fit 1280 256
18+
resource/background/xmt_2_g_loading.tga fit 1536 256
19+
resource/background/xmt_2_h_loading.tga fit 1792 256
20+
21+
resource/background/xmt_3_a_loading.tga fit 0 512
22+
resource/background/xmt_3_b_loading.tga fit 256 512
23+
resource/background/xmt_3_c_loading.tga fit 512 512
24+
resource/background/xmt_3_d_loading.tga fit 768 512
25+
resource/background/xmt_3_e_loading.tga fit 1024 512
26+
resource/background/xmt_3_f_loading.tga fit 1280 512
27+
resource/background/xmt_3_g_loading.tga fit 1536 512
28+
resource/background/xmt_3_h_loading.tga fit 1792 512
29+
30+
resource/background/xmt_4_a_loading.tga fit 0 768
31+
resource/background/xmt_4_b_loading.tga fit 256 768
32+
resource/background/xmt_4_c_loading.tga fit 512 768
33+
resource/background/xmt_4_d_loading.tga fit 768 768
34+
resource/background/xmt_4_e_loading.tga fit 1024 768
35+
resource/background/xmt_4_f_loading.tga fit 1280 768
36+
resource/background/xmt_4_g_loading.tga fit 1536 768
37+
resource/background/xmt_4_h_loading.tga fit 1792 768
38+
39+
resource/background/xmt_5_a_loading.tga fit 0 1024
40+
resource/background/xmt_5_b_loading.tga fit 256 1024
41+
resource/background/xmt_5_c_loading.tga fit 512 1024
42+
resource/background/xmt_5_d_loading.tga fit 768 1024
43+
resource/background/xmt_5_e_loading.tga fit 1024 1024
44+
resource/background/xmt_5_f_loading.tga fit 1280 1024
45+
resource/background/xmt_5_g_loading.tga fit 1536 1024
46+
resource/background/xmt_5_h_loading.tga fit 1792 1024
47+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
resolution 1920 1080
2+
3+
resource/background/xmt_1_a_loading.tga fit 0 0
4+
resource/background/xmt_1_b_loading.tga fit 256 0
5+
resource/background/xmt_1_c_loading.tga fit 512 0
6+
resource/background/xmt_1_d_loading.tga fit 768 0
7+
resource/background/xmt_1_e_loading.tga fit 1024 0
8+
resource/background/xmt_1_f_loading.tga fit 1280 0
9+
resource/background/xmt_1_g_loading.tga fit 1536 0
10+
resource/background/xmt_1_h_loading.tga fit 1792 0
11+
12+
resource/background/xmt_2_a_loading.tga fit 0 256
13+
resource/background/xmt_2_b_loading.tga fit 256 256
14+
resource/background/xmt_2_c_loading.tga fit 512 256
15+
resource/background/xmt_2_d_loading.tga fit 768 256
16+
resource/background/xmt_2_e_loading.tga fit 1024 256
17+
resource/background/xmt_2_f_loading.tga fit 1280 256
18+
resource/background/xmt_2_g_loading.tga fit 1536 256
19+
resource/background/xmt_2_h_loading.tga fit 1792 256
20+
21+
resource/background/xmt_3_a_loading.tga fit 0 512
22+
resource/background/xmt_3_b_loading.tga fit 256 512
23+
resource/background/xmt_3_c_loading.tga fit 512 512
24+
resource/background/xmt_3_d_loading.tga fit 768 512
25+
resource/background/xmt_3_e_loading.tga fit 1024 512
26+
resource/background/xmt_3_f_loading.tga fit 1280 512
27+
resource/background/xmt_3_g_loading.tga fit 1536 512
28+
resource/background/xmt_3_h_loading.tga fit 1792 512
29+
30+
resource/background/xmt_4_a_loading.tga fit 0 768
31+
resource/background/xmt_4_b_loading.tga fit 256 768
32+
resource/background/xmt_4_c_loading.tga fit 512 768
33+
resource/background/xmt_4_d_loading.tga fit 768 768
34+
resource/background/xmt_4_e_loading.tga fit 1024 768
35+
resource/background/xmt_4_f_loading.tga fit 1280 768
36+
resource/background/xmt_4_g_loading.tga fit 1536 768
37+
resource/background/xmt_4_h_loading.tga fit 1792 768
38+
39+
resource/background/xmt_5_a_loading.tga fit 0 1024
40+
resource/background/xmt_5_b_loading.tga fit 256 1024
41+
resource/background/xmt_5_c_loading.tga fit 512 1024
42+
resource/background/xmt_5_d_loading.tga fit 768 1024
43+
resource/background/xmt_5_e_loading.tga fit 1024 1024
44+
resource/background/xmt_5_f_loading.tga fit 1280 1024
45+
resource/background/xmt_5_g_loading.tga fit 1536 1024
46+
resource/background/xmt_5_h_loading.tga fit 1792 1024
47+
256 KB
Binary file not shown.
256 KB
Binary file not shown.
256 KB
Binary file not shown.
256 KB
Binary file not shown.
256 KB
Binary file not shown.
256 KB
Binary file not shown.
256 KB
Binary file not shown.

0 commit comments

Comments
 (0)