Bsp Invisible In "create Lan Game"

TheGlennTheGlenn Join Date: 2003-05-22 Member: 16613Members
<div class="IPBDescription">But the Map works!</div> Hi,

compiled my map, moved the .bsp to /maps and started NS.

In "Create Game" i can't find my map.

Opened Console - "map ns_my_map" -> everything works fine.

As far as i know, it's an issue with non existent deathmatch player, but i can't find the workaround.

I do have a ready room with 32 info_player_start's.
I do have two info_join_team objects in the readyroom.
I do have a marine base with 16 info_team_start's ("Team one").
I do have a hive with 16 info_team_start's ("Team two").
My map is still in development and the remaining hives will follow.

Valve Hammer 3.5, Batch Compiler 2.0.3.1, ZHLT 1.7p12

Any idea how to get the maps displayed in the menu?

Cheers, Glenn.

Comments

  • prsearleprsearle Join Date: 2002-11-01 Member: 2365Members, Constellation
    You will need to include an <a href='http://www.natural-selection.org/Mapping_Guidelines.html#info_mapinfo' target='_blank'>info_mapinfo</a> and an <a href='http://www.natural-selection.org/Mapping_Guidelines.html#info_gameplay' target='_blank'>info_gameplay</a> for the bsp to be recognised as a Natural-Selection map.
  • TheGlennTheGlenn Join Date: 2003-05-22 Member: 16613Members
    <!--QuoteBegin--prsearle+Jan 7 2004, 09:22 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (prsearle @ Jan 7 2004, 09:22 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> You will need to include an <a href='http://www.natural-selection.org/Mapping_Guidelines.html#info_mapinfo' target='_blank'>info_mapinfo</a> and an <a href='http://www.natural-selection.org/Mapping_Guidelines.html#info_gameplay' target='_blank'>info_gameplay</a> for the bsp to be recognised as a Natural-Selection map. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Thanks, it works, the map is now visible within the create list.

    @ compile run hl is started and everything is fine.

    Now, i start HL in a single session to find me elsewhere under the ready room ... lost in space, can't move, can't anything ... hit F4, i "start" always there ... seems like position 0/0/0.

    I'll figure out ... ;o)

    Cheers, Glenn.
  • AndosAndos Join Date: 2003-10-17 Member: 21742Members
    You forgot to put in any spawn points? <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
    Or something. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
  • ChronoChrono Local flyboy Join Date: 2003-08-05 Member: 18989Members
    i think the spawn points moved or something
  • ConfusedConfused Wait. What? Join Date: 2003-01-28 Member: 12904Members, Constellation, NS2 Playtester, Squad Five Blue, Subnautica Playtester
    this usually means that your spawns are embedded in a wall, or there is not one. As a result you spawn at the maps origin point (0,0,0). if you do have a spwn point it is likely to be too close to the floor
  • TheGlennTheGlenn Join Date: 2003-05-22 Member: 16613Members
    During my tests ("why is this map not displayed in the create LAN game menu?") i've changed the one and only flag of info_player_start and enabled "Not in Deathmatch".

    This will work directly after compiling (batch compiler starts hl with developer and sv_cheats enabled) but will not work if you try to join the game without these development flags - you start at 0,0,0

    I returned info_player_start to default (disabled flag), included info_mapinfo and info_gameplay entities and from now on everything is fine ... <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->

    Map (ns_naseln) is still in development and there are still a lot of things to do.

    We're a group of about 20 players, founded in the german counterstrike forum, swapped to NS about a half of a year ago, built our own server and now we still try to create a map ... <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->

    I guess, it will be a nice one ... <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo-->

    <img src='http://glenn.studio-projekt.de/images/ns_naseln_hive.jpg' border='0' alt='user posted image'>

    As soon as it's ready, i'll keep you informed ... <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->

    Thanks again, Glenn.
Sign In or Register to comment.