Rev 343 | Rev 373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 343 | Rev 351 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | // Extra additions to the game - Polymost HRP version |
1 | // Extra additions to the game - Polymost HRP version |
2 | 2 | ||
3 | echo "High Resolution Pack Version 5.1.324 Polymost" |
3 | echo "High Resolution Pack Version 5.1.324 Polymost" |
4 | 4 | ||
- | 5 | // You have to copy/rename duke3d_hrp_polymost.def to duke3d_hrp.def |
|
5 | include polymost/music.def |
6 | // in order to activate the Polymost HRP. |
- | 7 | // Alternatively you can start EDuke32 with -hduke3d_hrp_polymost.def, |
|
- | 8 | // but this may not work in conjunction with mods like DukePlus. |
|
- | 9 | // If you are using the Polymost Override Pack, you should be fine already. |
|
- | 10 | ||
6 | include polymost/build.def |
11 | include highres/music.def |
- | 12 | ||
7 | include polymost/screen.def |
13 | include highres/screen_polymost.def |
8 | include polymost/skyboxes.def |
14 | include highres/skyboxes.def |
9 | include polymost/sprites.def |
15 | include highres/sprites_polymost.def |
10 | include polymost/textures.def |
16 | include highres/textures_polymost.def |
11 | 17 | ||
12 | tint { pal 1 red 100 green 120 blue 148 flags 1 } |
18 | tint { pal 1 red 100 green 120 blue 148 flags 1 } |
13 | tint { pal 2 red 255 green 48 blue 0 flags 0 } |
19 | tint { pal 2 red 255 green 48 blue 0 flags 0 } |
14 | tint { pal 4 red 0 green 0 blue 0 flags 0 } |
20 | tint { pal 4 red 0 green 0 blue 0 flags 0 } |
15 | tint { pal 6 red 224 green 255 blue 112 flags 3 } |
21 | tint { pal 6 red 224 green 255 blue 112 flags 3 } |
16 | tint { pal 7 red 172 green 157 blue 140 flags 0 } |
22 | tint { pal 7 red 172 green 157 blue 140 flags 0 } |
17 | tint { pal 8 red 199 green 226 blue 113 flags 1 } |
23 | tint { pal 8 red 199 green 226 blue 113 flags 1 } |
18 | 24 |