Skip to content

Commit

Permalink
Re-add support for the original World Tour GRP
Browse files Browse the repository at this point in the history
It loads an additional CON file that displays a warning in the log and menu.
  • Loading branch information
Hendricks266 committed Jun 28, 2019
1 parent 3206be6 commit 1e94df1
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
26 changes: 26 additions & 0 deletions E32WT_OLD.CON
@@ -0,0 +1,26 @@

include E32WT.CON

appendevent EVENT_INIT
redefinequote 117 Warning: You are not using the latest version of World Tour.
echo 117
endevent

appendevent EVENT_DISPLAYMENUREST
// Don't show this in multiplayer because quote 117 is used for player kill messages.
ifserver
break
ifvarg MULTIMODE 1
break

// pulsating shade
setvarvar wt_temp totalclock
shiftvarl wt_temp 5
addvar wt_temp 1024
sin wt_temp wt_temp
shiftvarr wt_temp 11

redefinequote 117 World Tour update recommended!

screentext STARTALPHANUM 160 199 65536 0 0 117 wt_temp 21 18 0 5 8 0 0 6 0 0 xdim ydim
endevent
15 changes: 15 additions & 0 deletions e32wt.grpinfo
Expand Up @@ -13,3 +13,18 @@ grpinfo

flags GAMEFLAG_DUKE
}

grpinfo
{
name "Duke Nukem 3D: 20th Anniversary World Tour (Old) [Stopgap]"

size 44486702
crc -1988547067

scriptname "E32WT_OLD.CON"
defname "e32wt.def"

dependency 0

flags GAMEFLAG_DUKE
}

0 comments on commit 1e94df1

Please sign in to comment.