Difference between revisions of "Frequently Asked Questions"

From Underdone Wiki
Jump to: navigation, search
(Created page with "* How can I edit/add my own npc spawn points?** ** You have to run the game in single player and type into the console "UD_Dev_EditMap", you will have to work it out how to us...")
 
Line 1: Line 1:
* How can I edit/add my own npc spawn points?**
+
* '''How can I edit/add my own npc spawn points?'''
 
** You have to run the game in single player and type into the console "UD_Dev_EditMap", you will have to work it out how to use this editor on your own for now till I make a in depth guide to it.
 
** You have to run the game in single player and type into the console "UD_Dev_EditMap", you will have to work it out how to use this editor on your own for now till I make a in depth guide to it.
  
* How can I give items to players?**
+
* '''How can I give items to players?'''
 
** In the server console or as a superadmin type into the console "ud_admingiveitem itemname amount playername" example, "ud_admingiveitem money 1000 commander"
 
** In the server console or as a superadmin type into the console "ud_admingiveitem itemname amount playername" example, "ud_admingiveitem money 1000 commander"
  
* Where is the player data saved?**
+
* '''Where is the player data saved?'''
 
** "txt" format is saved to garrysmod\data\underdone, "sqllite" is saved to garrysmod\sv.db, "mysql" is saved to your MySQL database.
 
** "txt" format is saved to garrysmod\data\underdone, "sqllite" is saved to garrysmod\sv.db, "mysql" is saved to your MySQL database.

Revision as of 02:28, 14 July 2015

  • How can I edit/add my own npc spawn points?
    • You have to run the game in single player and type into the console "UD_Dev_EditMap", you will have to work it out how to use this editor on your own for now till I make a in depth guide to it.
  • How can I give items to players?
    • In the server console or as a superadmin type into the console "ud_admingiveitem itemname amount playername" example, "ud_admingiveitem money 1000 commander"
  • Where is the player data saved?
    • "txt" format is saved to garrysmod\data\underdone, "sqllite" is saved to garrysmod\sv.db, "mysql" is saved to your MySQL database.