q3rally/baseq3r/scripts/custinfoparms.txt

21 lines
343 B
Text
Raw Normal View History

//custom surfaceParms file (for 'q3map2 -meta -custinfoparms name.map')
//custom CONTENTS_ flags
{
}
//custom SURF_ flags
{
SURF_SLICK 0x2
2018-08-27 20:46:43 +00:00
SURF_GRASS 0x80000
SURF_ASPHALT 0x100000
SURF_WET 0x200000
SURF_SNOW 0x400000
SURF_GRAVEL 0x800000
SURF_ICE 0x1000000
SURF_DIRT 0x2000000
SURF_METAL 0x4000000
}