Here is a summary of smaller issues I have found in the World Tour files/file structure. Whether or not they cause any issues is unknown, but maybe it's worth forwarding (most of them I have already mentioned earlier):
Last update: November 3, 2016
In folder sound\DevCommentary
> E5L02 folder holds commentaries for both E5L02 and E5L03 (
as stated here)
> E5L03 commentaries are named Commentary_E5L02_* instead of Commentary_E5L03_* (see above)
In folder textures\tiles000
> 0051_n.bmp: Additional/redundant second file 0051_n.tga exists
> 151_n.bmp: Should be named 0151_n.bmp
In files fireflytrooper.con, flamethrower.con and game.con
> Various cases where there is
{ nullop } else instead of just
{ } else (this is a cosmetic thing, causes 24 needless warnings in EDuke32)
fireflytrooper.con: lines 96, 582, 596, 607
flamethrower.con: lines 7, 84, 96, 128, 149
game.con: lines 1646, 3384, 4606, 4628, 5291, 5311, 5862, 6355, 6377, 7566, 7615, 7635, 7638, 8798, 8820
In file game.con
> All minibosses with strength of full bosses if not spritepal 0, 21 or 22 (
see details)
> After freezing an Octobrain on fire and letting it return to normal, it'll be back with red palette (but without burning)
> Alien Queen bleeding red instead of green (
see details)
In file user.con
> Definition for a ninth level:
definelevelname 4 8 maps/E5L9.map 01:23 01:23 #E5L9
> Typo in the sound file path ("\\" instead of "\"):
definesound FLAMETHROWER_INTRO sound\\Wep_Flamethrower_OneShot.ogg 0 0 255 0 0
Unused files:
> music: E5L7_PluckYouPartTwo.ogg
> sound: Wep_Flamethrower_Start.ogg, VO_E5L2_Duke_BeHere - ALT.ogg
Useless files:
> name.h (leftover from Mapster32)
Other:
> Exiting E1L7 within episode doesn't return you to E1L5, but E1L6 (probably hardcoded secret nukebutton behavior,
see here)