Rev 748 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 736 | leod | 1 | // Extra additions to the game - Polymost HRP |
| 2 | |||
| 749 | nightfrigh | 3 | // Note that the current DukeGDX v1.18 (BuildGdx v25.011) can't handle many of |
| 736 | leod | 4 | // the HRP's DEF parameters, so using the HRP isn't much fun yet. |
| 5 | // [ nocompress, nodownsize, glow, surface, smoothduration ] |
||
| 6 | // [ detail, detailscale, flag, xscale, yscale, pal, maptitle ] |
||
| 7 | // There seem to be issues with frozen enemy skins as well. |
||
| 8 | |||
| 749 | nightfrigh | 9 | echo "Selected Edition: Polymost" |
| 736 | leod | 10 | |
| 11 | include highres/music.def |
||
| 12 | |||
| 13 | include highres/screen_polymost.def |
||
| 14 | include highres/skyboxes.def |
||
| 15 | include highres/sounds.def |
||
| 16 | include highres/sprites_polymost.def |
||
| 17 | include highres/textures_polymost.def |
||
| 18 | |||
| 19 | tint { pal 1 red 100 green 120 blue 148 flags 1 } |
||
| 20 | tint { pal 2 red 255 green 48 blue 0 flags 0 } |
||
| 21 | tint { pal 4 red 0 green 0 blue 0 flags 0 } |
||
| 22 | tint { pal 6 red 224 green 255 blue 112 flags 3 } |
||
| 23 | tint { pal 7 red 172 green 157 blue 140 flags 0 } |
||
| 24 | tint { pal 8 red 199 green 226 blue 113 flags 1 } |
||
| 25 | |||
| 26 | |||
| 27 | |||
| 28 | include maphacks/maphacks_polymost.def |