Rev 675 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 675 | Rev 727 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // Extra additions to the game - Polymost HRP |
1 | // Extra additions to the game - Polymost HRP |
2 | 2 | ||
3 | // You have to copy/rename duke3d_hrp_polymost.def to duke3d_hrp.def |
3 | // You have to copy/rename duke3d_hrp_polymost.def to duke3d_hrp.def |
4 | // in order to activate the Polymost HRP. |
4 | // in order to activate the Polymost HRP. |
5 | // Alternatively you can start EDuke32 with -hduke3d_hrp_polymost.def, |
5 | // Alternatively you can start EDuke32 with -hduke3d_hrp_polymost.def, |
6 | // but this may not work in conjunction with mods like DukePlus. |
6 | // but this may not work in conjunction with mods like DukePlus. |
7 | // If you are using the Polymost Override Pack, you should be fine already. |
7 | // If you are using the Polymost Override Pack, you should be fine already. |
8 | 8 | ||
9 | //echo "Polymost High Resolution Pack (version 5.4.674)" |
9 | //echo "Polymost High Resolution Pack (version 5.4.674)" |
10 | echo "Polymost High Resolution Pack - Repository Snapshot >= 5.4.675" |
10 | echo "Polymost High Resolution Pack - Repository Snapshot >= 5.4.675" |
11 | 11 | ||
12 | include highres/music.def |
12 | include highres/music.def |
13 | 13 | ||
14 | include highres/screen_polymost.def |
14 | include highres/screen_polymost.def |
15 | include highres/skyboxes.def |
15 | include highres/skyboxes.def |
16 | include highres/sounds.def |
16 | include highres/sounds.def |
17 | include highres/sprites_polymost.def |
17 | include highres/sprites_polymost.def |
18 | include highres/textures_polymost.def |
18 | include highres/textures_polymost.def |
19 | 19 | ||
20 | tint { pal 1 red 100 green 120 blue 148 flags 1 } |
20 | tint { pal 1 red 100 green 120 blue 148 flags 1 } |
21 | tint { pal 2 red 255 green 48 blue 0 flags 0 } |
21 | tint { pal 2 red 255 green 48 blue 0 flags 0 } |
22 | tint { pal 4 red 0 green 0 blue 0 flags 0 } |
22 | tint { pal 4 red 0 green 0 blue 0 flags 0 } |
23 | tint { pal 6 red 224 green 255 blue 112 flags 3 } |
23 | tint { pal 6 red 224 green 255 blue 112 flags 3 } |
24 | tint { pal 7 red 172 green 157 blue 140 flags 0 } |
24 | tint { pal 7 red 172 green 157 blue 140 flags 0 } |
25 | tint { pal 8 red 199 green 226 blue 113 flags 1 } |
25 | tint { pal 8 red 199 green 226 blue 113 flags 1 } |
26 | 26 | ||
27 | 27 | ||
28 | 28 | ||
29 | include maphacks/maphacks_polymost.def |
29 | include maphacks/maphacks_polymost.def |