Re: [hlcoders] GoldSrc - How does the map list work in "Create Server"?

2011-12-09 Thread James Marchant
Great, thanks! From: r2d2r...@gmail.com Date: Fri, 9 Dec 2011 20:51:43 +0100 To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] GoldSrc - How does the map list work in "Create Server"? https://developer.valvesoftware.com/wiki/The_liblist.gam_File_Structure#mpentity - WON

Re: [hlcoders] GoldSrc - How does the map list work in "Create Server"?

2011-12-09 Thread Rodrigo 'r2d2rigo' Diaz
https://developer.valvesoftware.com/wiki/The_liblist.gam_File_Structure#mpentity - WON only https://developer.valvesoftware.com/wiki/The_liblist.gam_File_Structure#mpfilter - Steam only 2011/12/9 James Marchant > Hi. I'm wondering how you control which maps do/don't show in the map > list in "

[hlcoders] GoldSrc - How does the map list work in "Create Server"?

2011-12-09 Thread James Marchant
Hi. I'm wondering how you control which maps do/don't show in the map list in "Create Server" in GoldSrc. In my mod, all maps show, including singleplayer maps. In normal Half-Life, only the MP maps show. Any ideas? __