Marine Starting Resource Node

moultanomoultano Creator of ns_shiva. Join Date: 2002-12-14 Member: 10806Members, NS1 Playtester, Contributor, Constellation, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Gold, NS2 Community Developer, Pistachionauts
<div class="IPBDescription">with two command consoles</div> In ns_shiva I have two command consoles. One in the marine start and one as an auxilliary elsewhere in the map. I'm running into a problem where the marines' starting resource node is a node near the auxilliary rather than in the spawn.

Does anyone know how the starting resource node is chosen, and how I might fix this?

Comments

  • brute_forcebrute_force Join Date: 2003-10-04 Member: 21433Members, Constellation
    Dunno if this works, but try opening the .map file in Notepad, find the team_command which is near Auxilliary, and then see if you can find the other team_command (the MS one). If the Auxilliary one is above the MS team_command, try moving it down below it (just copy the whole part and then paste it after the other one). I hope that made sense.
  • MrRadicalEdMrRadicalEd Turrent Master Join Date: 2004-08-13 Member: 30601Members
    The game picks a team_command and builds the nearest node. In what order? I don't know.

    Have you tried making that auxilary console start unbuilt, and then use a trigger_random to start at round beginning to trigger the team_command after some seconds later? Could you even target something like that?
  • moultanomoultano Creator of ns_shiva. Join Date: 2002-12-14 Member: 10806Members, NS1 Playtester, Contributor, Constellation, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Gold, NS2 Community Developer, Pistachionauts
    <!--QuoteBegin-brute_force+Oct 2 2004, 10:31 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (brute_force @ Oct 2 2004, 10:31 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Dunno if this works, but try opening the .map file in Notepad, find the team_command which is near Auxilliary, and then see if you can find the other team_command (the MS one). If the Auxilliary one is above the MS team_command, try moving it down below it (just copy the whole part and then paste it after the other one). I hope that made sense. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Thanks, I'll give that a shot.

    I've tried changing the order in which they were placed in hammer. I wonder if that would have the same effect.
  • EnceladusEnceladus Join Date: 2004-01-18 Member: 25442Members
    you could also try and block the rt-node close to the auxillary cc with e.g. a small door, which you open/move away a few seconds after round start.
    As for the un-/build flag, I don't think it would work, since it will only look for the position of the cc, not taking care of, if it's build, or not.
  • moultanomoultano Creator of ns_shiva. Join Date: 2002-12-14 Member: 10806Members, NS1 Playtester, Contributor, Constellation, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Gold, NS2 Community Developer, Pistachionauts
    so for anyone who is interested, it appears that the resource node that is selected is the one that is closest to the command console that comes second in the entity list.
  • brute_forcebrute_force Join Date: 2003-10-04 Member: 21433Members, Constellation
    <!--QuoteBegin-moultano+Oct 3 2004, 05:57 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (moultano @ Oct 3 2004, 05:57 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> so for anyone who is interested, it appears that the resource node that is selected is the one that is closest to the command console that comes second in the entity list. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    So you solved it by moving the aux team_command up above the MS one?
  • moultanomoultano Creator of ns_shiva. Join Date: 2002-12-14 Member: 10806Members, NS1 Playtester, Contributor, Constellation, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Gold, NS2 Community Developer, Pistachionauts
    <!--QuoteBegin-brute_force+Oct 3 2004, 05:29 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (brute_force @ Oct 3 2004, 05:29 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-moultano+Oct 3 2004, 05:57 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (moultano @ Oct 3 2004, 05:57 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> so for anyone who is interested, it appears that the resource node that is selected is the one that is closest to the command console that comes second in the entity list. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    So you solved it by moving the aux team_command up above the MS one? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    yeah, although I did it indirectly by deleting the marine start chair and adding it again.
  • brute_forcebrute_force Join Date: 2003-10-04 Member: 21433Members, Constellation
    <!--QuoteBegin-moultano+Oct 3 2004, 03:33 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (moultano @ Oct 3 2004, 03:33 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-brute_force+Oct 3 2004, 05:29 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (brute_force @ Oct 3 2004, 05:29 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> <!--QuoteBegin-moultano+Oct 3 2004, 05:57 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (moultano @ Oct 3 2004, 05:57 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> so for anyone who is interested, it appears that the resource node that is selected is the one that is closest to the command console that comes second in the entity list. <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    So you solved it by moving the aux team_command up above the MS one? <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    yeah, although I did it indirectly by deleting the marine start chair and adding it again. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Righty. Good to see it fixed <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Sign In or Register to comment.