How should mods with highres content be structured to suport the HRP?
The prefered structure is putting all the content of the mod inside a zip file then loading it after the HRP. A short example, mymod.zip duke3d.def include duke3d_hrp.def include mymod.def mymod.def myhighresart(folder with models and highres textures) tiles000.art mymap.map game.con user.con defs.con … mymod.bat eduke32.exe /gduke3d_hrp.zip /gmaphacks.zip /gmymod.zip Asuming there is no loose content files in the folder the mymod.zip file will over ride the duke3d.def in duke3d_hrp.zip and cause both the HRP defines and the new mods defines to load. Anything that is redefined in mymod.def will override the definition in the HRP def files. The mod will still work perfectly fine without the HRP.