![]() ![]() |
Oct 31 2002, 02:12 PM
Post
#1
|
|
![]() Game Director, Unknown Worlds Entertainment ![]() ![]() ![]() ![]() ![]() ![]() Group: Super Administrators Posts: 7,487 Joined: 23-January 02 From: San Francisco, CA Member No.: 3 |
Common problems:
Secure mode does not seem to be available. Due to a last minute glitch with VAC, secure mode was disabled until a patch can be made for it. //-------------------------------------------------------------------------------- This is the official home for NS server variables. This is also included in ded-vars.txt in your NS folder. Good variables to use: ---------------------- mp_timelimit - Number of minutes to play on each map. After this expires, the map will change to the next level in mapcycle.txt. IMPORTANT: the map will never switch in the middle of the game, it will always allow you to finish your current game first. Default is 60 minutes (2-3 games). mp_uplink - Set to 0 or 1. When set to 1 (default), then Constellation icons, Dev icons, and other scoreboard icons are displayed next to players' names on the scoreboard. mp_tournamentmode - Set this to 1 for a tournament mode. Tournament mode doesn't allow late-joining, doesn't allow commander ejecting, enables friendly-fire, and more. Use this for organized matches only. Set to 0 for public servers and your average LAN game. mp_serverops - This is a semi-colon delimited string of the WON ids for players that run the server. Example: if there are two server ops on your server, with WON ids "123" and "789", then you would set mp_serverops to "123;789". This displays a special server op icon next to these players names when they play on this server. This display is toggled on and off by typing "auth" at the console. mp_countdowntime - Number of minutes that the countdown to game start will last (indicated by the beeping once players are on both teams). The default is .05, which is 3 seconds. mp_latejointime - The number of minutes after the game has started that players are allowed to join the team without waiting to respawn. If a player joins a team after this time, they must wait in line to spawn. Default is 1 (60 seconds). mp_votecasttime - When the first vote to eject a commander is cast, this is the amount of minutes that the other teammates have to vote. If mp_votepercentneeded votes aren't received by this time, the vote fails. mp_votedowntime - This is the number of minutes that an ejected commander is banned from the command station on this server. This is persistent across new levels and games. For example, if set to 180, then an ejected commander couldn't play commander on this server for 3 hours. If the server crashes or is restarted, all commander bans are lost. mp_minvotesneeded - This is the minimum number of votes needed to eject the commander. This can be tweaked to prevent abuse by a roving group of llamas. mp_votepercentneeded - This is the percentage of the team (0-1) that must vote to eject a commander for it to succeed. Additionally, mp_minvotesneeded must be met. For example, if this is set to .5, then half the marine team must vote against the commander within mp_votecasttime for the commander to be ejected. ns_eastereggchance - Set this value to x, where 1 in x+1 games will play humorous audio easter eggs in certain situations. Setting to 0 will enable them for all games. Currently this only affects alien audio easter eggs. mp_limitteams - This is the maximum difference in team sizes that the server allows. It can't be set to a value less then 1. For instance, if it's set to 2 (the default), then players can join a team as long as it wouldn't make that team more then 2 players larger then the other team. mp_autoconcede - When one team has this many players or more then the other, they automatically win. This is used to prevent team-stacking and painful end-games. It is only active in casual (non-tournament) mode. mp_team1handicap and mp_team2handicap - When in tournament mode only, reduces the damage done by players on this team. For instance, if team1handicap is set to .8, then team 1 (marines) will only do 80% damage with weapons, turrets, etc. This feature is here so players can play fun organized games even when one side is way better then the other. It is not used in casual play. Good variables for debugging ---------------------------- mp_networkdebug - Set this to 1 to see every message NS sends. Logging must be enabled. Use this to track overflows or performance. Default is 0. mp_drawdamage - Set to 1 to see a rising number whenever any player or structure takes damage. Useful for clan practice or reproducing bugs. mp_drawinvisibleentities - Entities are drawn for commander even when not visible by a team member mp_assert - Setting to 1 will cause server to halt when an ASSERT is hit instead of bypassing them mp_networkmeterrate - This can be adjusted (at your own risk) to only send x amount of bytes to each player per second. Could be useful for fixing overflows, but could have dangerous performance ramifications ================= List of commands for hlds. http://half-life.gamehelp.com/console/server.html //-------------------------------------------------------------------------------- Most servers won't need these, but if you are making a demo movie or need to test something, who knows, these could be useful. Notes: - sv_cheats must be 1 - If cheats aren't 1, it will say "unrecognized command", even though it IS a recognized command - When cheats are enabled, the game will start when there's a player on at least one team. The game will never end. spawnhive - As an alien, creates a random new hive for your team killhive - As an alien, destroys a random hive addcat x - X where is 1-4. Adds a random upgrade category, just like you had built an upgrade chamber (1 is defense, 2 used to be offense, 3 is movement, 4 is sensory) removecat x - Take a guess. givepoints (bound to F11 by default) - Gives you some points killall - Kills all players in the game with your current weapon (won't kill teammates unless FF is on via tournament mode) invul - Toggles invulnerability for yourself. startgame - Starts game immediately (untested for awhile) endgame - Ends the current game (as a victory for team one). You can also type "endgame 1" for the same effect. If you type "endgame 2", it will be a victory for team 2. tooltip lala - Adds a tooltip named "lala". It will translate this tooltip if found in titles.txt, if possible. testevent - Plays a "you just got points for killing the enemy event", for testing where the commander can see events (he can't sometimes, when hovering over the void, or inside geometry) getnumplayers - Reports the current number of human players startcommandermode - Teleports you near the first command station it finds and starts commander mode. This will sometimes teleport you inside geometry. stopcommandermode - Drops you out of command mode, useful when your mouse or the logout button stops working web - Gives you the effects of having just touched one web. Use multiple times to simulate touching multiple webs. setculldistance x - Used by mappers to find the minimum culling distance needed for commander mode on their maps. setgamma x - Sets the current env_gamma level, where x is a number from 1.0 to 2.0. This affects all players. bigdig - All buildings are built instantly, doesn't require manual building hightech - All research happens nearly instantly orderself - When commanding and giving orders, this will give the orders to yourself, so you can logout and see how they look on the HUD. There's no way to stop doing this after you've used this cheat. editps <name> - Used to edit a particle system listps - Lists all particle systems in NS and in the map buildminimap - Generates a new minimap. Very CPU intensive. Saved in the ns/sprites/minimaps directory. crash - Causes NS to crash. assert - Causes NS to assert run <name> - Runs a server-side script. Ignore this until scripting is more in place. clientrun <name> - Runs a client-side script. Ignore this until scripting is more in place. giveupgrade x - Gives an upgrade. 20-22 are the marine armor upgrades, 23-25 are the marine damage upgrades, 28 is jetpacks, 29 is power armor, 31 is faster reinforcements, 33 is motion-tracking, 26 is siege, 27 is stimpack, 30 is distress beacon removeupgrade x - Like giveupgrade but removes one. killcs - Kills all command stations. attackcs - Does a little damage to one command station alert - Generates a random alert. parasite - Parasites self (no damage) paralyze - Paralyzes self (like level 5 ability) boxes - Draws boxes around all buildables (not sure if this still works). Effect goes away after a short time. overflow - Tries to overflow player. deathmessage <weaponname> - Sends test death message to all. Example: "deathmessage machinegun", "deathmessage bitegun" setskin x - Sets the players skin (0 for white marine, 1 for black marine) redeem - Makes it easier to test redemption -------------------- |
|
|
|
Apr 10 2003, 01:50 AM
Post
#2
|
|
![]() Dark Minion ![]() ![]() Group: Members Posts: 494 Joined: 22-November 02 From: Rhode Island, USA Member No.: 9,638 |
//Cheat Code:
giveupgrade 38 autospawns all marines with HA, giveupgrade 39 autospawns marines with JP. Use both at same time to autospawn with JP+HA :-) //Edit: Isn't there a command to cause the server to use the specified starting res in a certain map. Like on ns_siege005 marines are only supposed to start with 20 res but it uses default and gives em 100. This post has been edited by NeoMatrix99: Apr 10 2003, 01:52 AM -------------------- 187/NeoMatrix99.j2
Certified SuperSkulk |
|
|
|
Apr 29 2003, 09:10 PM
Post
#3
|
|
|
Dark Queen ![]() ![]() Group: Members Posts: 856 Joined: 31-October 02 From: Hofors, Sweden Member No.: 1,751 |
Question. What's all the give_weaponblabla and give_itemblabla commands?
This post has been edited by SilentMurderer: Apr 29 2003, 09:27 PM -------------------- I am a signature virus. Copy me into your signature to help me spread.
|
|
|
|
Apr 30 2003, 09:58 PM
Post
#4
|
|
|
Foul Beast ![]() Group: Members Posts: 117 Joined: 21-January 03 Member No.: 12,540 |
What is "faster reinforcements"?
-------------------- Tactical Gamer - Play the game the way it was meant to be played.
|
|
|
|
Apr 30 2003, 10:11 PM
Post
#5
|
|
|
Sire of Titles Group: Constellation Posts: 5,200 Joined: 1-March 03 From: Davis, California Member No.: 14,175 |
is mp_drawdamage going to be working in 1.1?
-------------------- |
|
|
|
May 1 2003, 12:28 AM
Post
#6
|
|||
![]() Dark Minion Group: Playtester Posts: 444 Joined: 8-November 02 From: Israel Member No.: 7,633 |
Faster spawn rates. -------------------- |
||
|
|
|||
May 3 2003, 06:22 PM
Post
#7
|
|
![]() Drone Group: Banned Posts: 35 Joined: 11-November 02 From: Australia Member No.: 8,151 |
what are the weapon names D:}
-------------------- *IMAGE BALEETED* Sig images must be no more than 400 pixels wide x 75 pixels high, and they must also be no more than 22KB in size. No exceptions. screw you
|
|
|
|
May 3 2003, 06:29 PM
Post
#8
|
|||
![]() Dark Minion Group: Playtester Posts: 444 Joined: 8-November 02 From: Israel Member No.: 7,633 |
Look at your logs. -------------------- |
||
|
|
|||
May 6 2003, 09:59 PM
Post
#9
|
|
![]() Beast ![]() Group: Members Posts: 97 Joined: 4-January 03 From: Michigan Member No.: 11,759 |
lmg is "machinegun"
shotgun is "shotgun" mines are (i think) "tripmine" -------------------- ![]() |
|
|
|
May 7 2003, 07:43 PM
Post
#10
|
|
|
Foul Beast ![]() Group: Members Posts: 115 Joined: 2-November 02 Member No.: 3,996 |
Direct (maybe old in future):
http://metamod.org/files/old/metamod-1.15....aturalselection Or current - goto metamod-x.x/metamod/ents/: http://metamod.org/files/ Example: give weapon_welder Beware - some entities like alienbuildings will crash the server. Edit: link changed. This post has been edited by saubloed: May 10 2003, 12:38 PM |
|
|
|
May 15 2003, 12:17 AM
Post
#11
|
|
![]() Drone Group: Members Posts: 30 Joined: 14-February 03 From: Springfield, ILLinois U.S.A. Member No.: 13,509 |
Is there a cheat code to have anouther command chair if by accadent it get's destoryed by a phaser?
-------------------- MATRIX-TPF
KILLER GORG...... NS. Clan -={DG]=- |
|
|
|
May 15 2003, 01:14 AM
Post
#12
|
|
|
Sire of Titles Group: Constellation Posts: 5,200 Joined: 1-March 03 From: Davis, California Member No.: 14,175 |
I belive startcommandermode will make a CC right next to you and put you in it if there isn't one in the game, but I'm not sure
-------------------- |
|
|
|
May 15 2003, 06:01 PM
Post
#13
|
|
![]() Dark Minion Group: Playtester Posts: 444 Joined: 8-November 02 From: Israel Member No.: 7,633 |
you cannot spawn a cc(will crash server).
startcommandermode will move you to the nearest CC, but will not spawn one. -------------------- |
|
|
|
May 19 2003, 05:16 AM
Post
#14
|
|
|
Sire of Titles Group: Constellation Posts: 5,200 Joined: 1-March 03 From: Davis, California Member No.: 14,175 |
*nods*
scuze me while I go maim my friend who told me that -------------------- |
|
|
|
May 19 2003, 07:02 AM
Post
#15
|
|||
|
Naturally Modified (ex. NS programmer) Group: Retired Developer Posts: 1,103 Joined: 31-October 02 From: Miami, FL Member No.: 1,827 |
You can spawn anything cept for RT's and OC's(They work, but will crash once it kills a player since I dont know where the owner is stored and how the owner is stored). You need to set some of the entvars on them tho. Otherwise, Crashola. I done this easily with a entity copier/mover. -------------------- NOTE: No electrons were harmed during the creation, viewing or writing of this post. All posts are made from 100% recycled electrons. No electrons were discriminated against based upon race, age, religion, or direction of spin.
|
||
|
|
|||
May 19 2003, 08:05 PM
Post
#16
|
|||||
|
Foul Beast ![]() Group: Members Posts: 115 Joined: 2-November 02 Member No.: 3,996 |
It is possible to spawn all marine buildings if you dont activate bigdig. You can spawn alienbuildings but if they are finish themselfes the server will crash. If you spawn not used (?) entities like team_medlab, team_webstrand or team_nukeplant the server will instandly crash. Or you can try to spawn non-ns entities and the server will also crash. If you want to see somthing nice try: bind x "give scan;give weapon_bilebomb" and press x!
Attached File(s)
|
||||
|
|
|||||
May 31 2003, 11:12 PM
Post
#17
|
|
![]() Hive Queen ![]() ![]() ![]() Group: Members Posts: 1,346 Joined: 9-February 03 Member No.: 13,287 |
What's the noclip mode command? Noclip doesn't work.
|
|
|
|
Jun 5 2003, 04:42 PM
Post
#18
|
|
|
Beast ![]() Group: Members Posts: 65 Joined: 31-May 03 Member No.: 16,892 |
Isn't there a code that slows down the building of structures to it's normal speed when sv_cheats is turned on?
|
|
|
|
Jun 5 2003, 05:31 PM
Post
#19
|
|||
![]() Dark Sire Group: Constellation Posts: 6,355 Joined: 3-November 02 From: Sweden Member No.: 5,216 |
Noclip is universally disabled in HL MP even with cheats on, for some reason, but I think it can be coded back in if Flayra wanted to. 'till then, use RCBot and 'noclip_mode <name>' EDIT: btw, I can't do "give team_hive" without crashing... This post has been edited by Align: Jun 5 2003, 05:32 PM -------------------- QUOTE (IRC #naturalselection @ Feb 16th 2010) <NeonWraith> Since I pay NO attention, have they actually put out a release date for NS2 yet? <Align> yes neon <NeonWraith> When? <Align> fall 2009 <NeonWraith> ... |
||
|
|
|||
Jun 5 2003, 06:27 PM
Post
#20
|
|||
![]() Hive Queen ![]() ![]() ![]() Group: Members Posts: 1,346 Joined: 9-February 03 Member No.: 13,287 |
Try getting a jetpack, flying in a big open area and have a key bound to it. |
||
|
|
|||
![]() ![]() |
| Lo-Fi Version | Time is now: 2nd September 2010 - 05:18 PM |