Making the engine test more playable

245678

Comments

  • remiremi remedy [blu.knight] Join Date: 2003-11-18 Member: 23112Members, Super Administrators, Forum Admins, NS2 Developer, NS2 Playtester
    Few updates here-

    * Added an "invertmouse" console option for those who like their brain to be upside down.
    * Removed "buildbot",etc... replaced with "changeclass X"
    * Fixed up target respawning to only happen when people walk in from other rooms.
  • maessemaesse Join Date: 2010-04-08 Member: 71213Members
    I gets errors in console about a missing lua/BuildBot.lua file and a blank screen on create/connect with ns2lua :S
  • AngeluszAngelusz Harmonic entropist Join Date: 2003-07-10 Member: 18072Members, Forum Moderators, Constellation, NS2 Playtester
    Excellent thread, I tried the first mod, with the respawning dummies, skulk and buildbot - awesome! Too bad there's no internet functionality yet, but very nice of UWE to add the networking already. Gogo deathmatch!
  • aeroripperaeroripper Join Date: 2005-02-25 Member: 42471NS1 Playtester, Forum Moderators, Constellation
    I made a short video as a demonstration:

    <a href="http://www.youtube.com/watch?v=omA4iAbDkeE" target="_blank">http://www.youtube.com/watch?v=omA4iAbDkeE</a>
  • DadayaDadaya Join Date: 2005-02-02 Member: 39540Members, Constellation
    :'( I'm so late to the party!

    Time to go sift through all the changes everyone has made, is there an irc or ventrilo up so I can catch up on all the fun Lua stuff, since I wont be around to play with it for another day or two....

    I want some skulk racing 2.0.
  • devicenulldevicenull Join Date: 2003-04-30 Member: 15967Members, NS2 Playtester, Squad Five Blue
    <!--quoteo(post=1765620:date=Apr 10 2010, 09:15 PM:name=Dadaya)--><div class='quotetop'>QUOTE (Dadaya @ Apr 10 2010, 09:15 PM) <a href="index.php?act=findpost&pid=1765620"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->:'( I'm so late to the party!

    Time to go sift through all the changes everyone has made, is there an irc or ventrilo up so I can catch up on all the fun Lua stuff, since I wont be around to play with it for another day or two....

    I want some skulk racing 2.0.<!--QuoteEnd--></div><!--QuoteEEnd-->

    #ns2devs on irc.gamesurge.net
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    <!--quoteo(post=1765427:date=Apr 10 2010, 02:17 PM:name=KMod)--><div class='quotetop'>QUOTE (KMod @ Apr 10 2010, 02:17 PM) <a href="index.php?act=findpost&pid=1765427"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Ventrilo Server for everyone to play on while they're playing this:

    vs17.proclanhosting.com:4156
    No password.<!--QuoteEnd--></div><!--QuoteEEnd-->
    vent server for the server im hosting is here
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    wheres the models that you guys are using for the turret?
  • PhasePhase Join Date: 2003-11-18 Member: 23149Members, Constellation
    You have it typing the message to other players in the console. I would suggest using Server.Broadcast(etc) to type it to all the others.
  • spellman23spellman23 NS1 Theorycraft Expert Join Date: 2007-05-17 Member: 60920Members
    <!--quoteo(post=1765467:date=Apr 10 2010, 01:47 PM:name=aeroripper)--><div class='quotetop'>QUOTE (aeroripper @ Apr 10 2010, 01:47 PM) <a href="index.php?act=findpost&pid=1765467"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->The skulks have guns, dear god!<!--QuoteEnd--></div><!--QuoteEEnd-->

    LOL????
  • devicenulldevicenull Join Date: 2003-04-30 Member: 15967Members, NS2 Playtester, Squad Five Blue
    <!--quoteo(post=1765665:date=Apr 11 2010, 12:12 AM:name=Phase)--><div class='quotetop'>QUOTE (Phase @ Apr 11 2010, 12:12 AM) <a href="index.php?act=findpost&pid=1765665"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->You have it typing the message to other players in the console. I would suggest using Server.Broadcast(etc) to type it to all the others.<!--QuoteEnd--></div><!--QuoteEEnd-->
    That function does not do what you would expect. It only prints the message to the server's console for some reason.
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    edited April 2010
    turret screwed up now crashes my server please remove it again

    the turret tracking yaw is what is spamming the console it still dosent spawn anything but it is spamming it like crazy
  • PhasePhase Join Date: 2003-11-18 Member: 23149Members, Constellation
    <!--quoteo(post=1765671:date=Apr 10 2010, 09:50 PM:name=devicenull)--><div class='quotetop'>QUOTE (devicenull @ Apr 10 2010, 09:50 PM) <a href="index.php?act=findpost&pid=1765671"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->That function does not do what you would expect. It only prints the message to the server's console for some reason.<!--QuoteEnd--></div><!--QuoteEEnd-->


    I was able to make it talk to whoever destroyed a target on my server right on their screen and not just in console.
  • devicenulldevicenull Join Date: 2003-04-30 Member: 15967Members, NS2 Playtester, Squad Five Blue
    Interesting. The only way I was able to get it to do that was with developer mode enabled. Want to elaborate on how you managed that?
  • PhasePhase Join Date: 2003-11-18 Member: 23149Members, Constellation
    edited April 2010
    In the Game.lua inside the "DestroyTarget()" function I added Server.Broadcast(player,"message goes here"). Granted this only displayed to the player who actually destroyed the target but it did do it right on their screen and they didn't have to be the server. It appeared and disappeared on the bottom left of the screen just like anybody talking.

    I'm sure there is a way to do that within other functions as well. I got the idea form the PrintDetailed(player,...) in another .lua file.
  • whoppaXXLwhoppaXXL Join Date: 2006-11-03 Member: 58298Members, Reinforced - Shadow
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    edited April 2010
    ok my server is back up had a few runtime errors

    same ip as before and still updating files as we go

    custom map edeit if you like

    <a href="http://drop.io/cjgkxyy/asset/ready-level" target="_blank">http://drop.io/cjgkxyy/asset/ready-level</a>
  • DiFFtYDiFFtY Join Date: 2010-03-07 Member: 70867Members
    <!--quoteo(post=1765484:date=Apr 10 2010, 10:13 PM:name=BJHBnade_spammer)--><div class='quotetop'>QUOTE (BJHBnade_spammer @ Apr 10 2010, 10:13 PM) <a href="index.php?act=findpost&pid=1765484"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->we are now using log me in hamachi

    network is
    NS2-lan
    is case sensitive
    password is:
    test

    server ip is:
    5.99.12.77<!--QuoteEnd--></div><!--QuoteEEnd-->
    Too bad, it's full T.T
  • InnotaInnota Belgium Join Date: 2003-06-08 Member: 17118Members, Constellation, Reinforced - Shadow, WC 2013 - Gold
    <!--quoteo(post=1765590:date=Apr 11 2010, 01:51 AM:name=The-Jehuty)--><div class='quotetop'>QUOTE (The-Jehuty @ Apr 11 2010, 01:51 AM) <a href="index.php?act=findpost&pid=1765590"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec--><b>About the new 256slot hamachi (thx dvdrom)
    After going in, you have to take the last version of this : <a href="http://github.com/Nayruden/ns2lua" target="_blank">http://github.com/Nayruden/ns2lua</a> (download source)
    and rename the rep "lua" then place it on your ns2 folder (save the old lua before!!)
    After that you can join any server created (if someone already host) or make your own serv
    for joining an existing serv go into your console then type "connect *.*.*.*" (without ")
    Actually the most updated/online server is 97.102.113.33 (sometime the ip can be switched on a hamachi host)
    We are trying new maps, one of them can be downloaded here <a href="http://drop.io/cjgkxyy/asset/ready-level" target="_blank">http://drop.io/cjgkxyy/asset/ready-level</a> just place it on the maps folder

    you can join the VT too vs17.proclanhosting.com:4156</b>

    (im french :x)<!--QuoteEnd--></div><!--QuoteEEnd-->
  • ZekZek Join Date: 2002-11-10 Member: 7962Members, NS1 Playtester, Constellation, Reinforced - Shadow
    Any way we can get some hit confirmation? Even just a hitsound or something would be nice, I'm curious to see how good the netcode is.
  • mAzZaDOTnubmAzZaDOTnub Join Date: 2010-04-11 Member: 71329Members
    Hm, everytime I try to connect to a server, it just continues to stay a blank screen with attempting to connect on the top left.
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    pleases this lua file initially then update from the first post

    <a href="http://drop.io/cjgkxyy/asset/lua-rar" target="_blank">http://drop.io/cjgkxyy/asset/lua-rar</a>

    should fix some issues where some lua files aren't being updated in the source
  • IeptBarakatIeptBarakat The most difficult name to speak ingame. Join Date: 2009-07-10 Member: 68107Members, Constellation, NS2 Playtester, Squad Five Blue, NS2 Map Tester, Reinforced - Diamond, Reinforced - Shadow
    I think auto-reload is silly with the way the ammo is displayed. Goes against the theme and takes out some of the fun if you don't have to press anything to reload during a firefight.
  • devicenulldevicenull Join Date: 2003-04-30 Member: 15967Members, NS2 Playtester, Squad Five Blue
    <!--quoteo(post=1765879:date=Apr 11 2010, 12:56 PM:name=IeptBarakat)--><div class='quotetop'>QUOTE (IeptBarakat @ Apr 11 2010, 12:56 PM) <a href="index.php?act=findpost&pid=1765879"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->I think auto-reload is silly with the way the ammo is displayed. Goes against the theme and takes out some of the fun if you don't have to press anything to reload during a firefight.<!--QuoteEnd--></div><!--QuoteEEnd-->

    I find it annoying for the game to make me press a button when I obviously want to reload when empty. Moreso now, when you don't have an alternative weapon to switch to.
  • DiFFtYDiFFtY Join Date: 2010-03-07 Member: 70867Members
    @The-Jehuty > Merci mec ;)
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    can you guys please post all of the lua files together this is confusing as hell

    noone is gonna understand what files to grab even i am having trouble finding out what files to use
  • NayrudenNayruden Join Date: 2010-02-26 Member: 70749Members
    <!--quoteo(post=1765948:date=Apr 11 2010, 01:47 PM:name=BJHBnade_spammer)--><div class='quotetop'>QUOTE (BJHBnade_spammer @ Apr 11 2010, 01:47 PM) <a href="index.php?act=findpost&pid=1765948"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->can you guys please post all of the lua files together this is confusing as hell

    noone is gonna understand what files to grab even i am having trouble finding out what files to use<!--QuoteEnd--></div><!--QuoteEEnd-->

    Click the download source button, or follow this linke: <a href="http://github.com/Nayruden/ns2lua/archives/master" target="_blank">http://github.com/Nayruden/ns2lua/archives/master</a>

    Copy what's in that archive to C:\Program Files (x86)\Natural Selection 2\ns2 (assuming default install).
  • BJHBnade_spammerBJHBnade_spammer Join Date: 2005-02-25 Member: 42431Members
    <!--quoteo(post=1765951:date=Apr 11 2010, 03:53 PM:name=Nayruden)--><div class='quotetop'>QUOTE (Nayruden @ Apr 11 2010, 03:53 PM) <a href="index.php?act=findpost&pid=1765951"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Click the download source button, or follow this linke: <a href="http://github.com/Nayruden/ns2lua/archives/master" target="_blank">http://github.com/Nayruden/ns2lua/archives/master</a>

    Copy what's in that archive to C:\Program Files (x86)\Natural Selection 2\ns2 (assuming default install).<!--QuoteEnd--></div><!--QuoteEEnd-->
    those are still missing chat files and a few others
  • devicenulldevicenull Join Date: 2003-04-30 Member: 15967Members, NS2 Playtester, Squad Five Blue
    Chat files were removed, and have been moved to their own branch. They are no longer in the main branch.
  • kflow47kflow47 Join Date: 2008-10-09 Member: 65154Members
    <!--quoteo(post=1765951:date=Apr 11 2010, 08:53 PM:name=Nayruden)--><div class='quotetop'>QUOTE (Nayruden @ Apr 11 2010, 08:53 PM) <a href="index.php?act=findpost&pid=1765951"><{POST_SNAPBACK}></a></div><div class='quotemain'><!--quotec-->Click the download source button, or follow this linke: <a href="http://github.com/Nayruden/ns2lua/archives/master" target="_blank">http://github.com/Nayruden/ns2lua/archives/master</a>

    Copy what's in that archive to C:\Program Files (x86)\Natural Selection 2\ns2 (assuming default install).<!--QuoteEnd--></div><!--QuoteEEnd-->
    Is this going to be updated??????
Sign In or Register to comment.