FOnline: Reloaded

Development => The Workshop => Topic started by: General Killer on July 09, 2016, 10:21:57 pm

Title: QUICK QUESTION
Post by: General Killer on July 09, 2016, 10:21:57 pm
is there a place in the source files that will give me a list of commands to place stuff such as items, npc, etc?
Title: Re: QUICK QUESTION
Post by: KompreSor on July 10, 2016, 02:37:09 am
data folder? and cheats.fos?
Title: Re: QUICK QUESTION
Post by: General Killer on July 10, 2016, 03:32:10 am
Thanks! Do I just enter that stuff through the command bar in the client?
Title: Re: QUICK QUESTION
Post by: Slowhand on July 10, 2016, 09:39:24 am
Well, if you want to enter commands that give items into the client while playing on your own server (just like cheating in games) try this tutorial: http://fodev.net/forum/index.php?topic=29382.0 (http://fodev.net/forum/index.php?topic=29382.0)

So, after you read all that text, you need to do the following to give yourself 50 bottlecaps:

1. Edit your getaccess.cfg and add the lines mentioned.
2. Restart the server.
3. After logging in, type: ~getaccess admin [password_you_set_in_getaccess_cfg]
4. Now type: `give PID_BOTTLE_CAPS 50 -p [your_character_name]

If you want to add items, you might want to do that by modifying the maps, you need to read the basic tutorials for it, as it has some pitfalls.