Difference between revisions of "Command line options"

From Underdone Wiki
Jump to: navigation, search
(Created page with "== Command Line Specific == {| border="1" style="font-size:10pt;" class="wikitable" ! Console Command !! Description !! Example |- | ud_admingiveitem itemname playername | Gi...")
 
Line 1: Line 1:
== Command Line Specific ==
 
 
 
{| border="1" style="font-size:10pt;" class="wikitable"
 
{| border="1" style="font-size:10pt;" class="wikitable"
! Console Command !! Description !! Example
+
! Command Line !! Description !! Example
 
|-
 
|-
| ud_admingiveitem itemname playername
+
| +r_hunkalloclightmaps 0
| Gives the selected player the selected item (the item name is the internal name of the item)
+
| You will need to add this to your command line AFTER the map name for most Underdone RPG maps otherwise you will get a "Engine hunk overflow!" error on server start up.
| ud_admingiveitem money 1000 commander
+
| +r_hunkalloclightmaps 0
|-
 
| ud_admingivexp amount playername
 
| Gives the selected player the selected amount of XP
 
| ud_admingivexp 1000 commander
 
|-
 
| ud_adminplanttree
 
| Plants a tree where you are currently looking
 
| ud_adminplanttree
 
|-
 
| ud_adminplant type
 
| Plants a plant of the given type, valid options are 1,2,3,4,5
 
| ud_adminplant 1
 
|-
 
| ud_admin_plantarea type amount area
 
| Spawns the given type and amount in the given area with plants, use Random_Plant for type to spawn all plants or 1,2,3,4,5
 
| ud_admin_plantarea Random_Plant 200 10000
 
|-
 
| ud_savemap
 
| Saves the maps NPC and prop spawns that you have placed using the context menu (default key is "C") map editor.
 
| ud_savemap
 
 
|-
 
|-
 
|}
 
|}

Revision as of 14:28, 26 December 2015

Command Line Description Example
+r_hunkalloclightmaps 0 You will need to add this to your command line AFTER the map name for most Underdone RPG maps otherwise you will get a "Engine hunk overflow!" error on server start up. +r_hunkalloclightmaps 0