March 28, 2024, 10:01:10 am
Username:

Password:

Topic: QUICK QUESTION  (Read 1494 times)

General Killer

  • Posts: 47
  • Time to die!
    • View Profile
QUICK QUESTION
« 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?
Young Killers=Death,Pain,Misery

surrender and will kill you fast we promise.

KompreSor

  • Posts: 266
  • Cześć Przyjacwelu
    • View Profile
Re: QUICK QUESTION
« Reply #1 on: July 10, 2016, 02:37:09 am »
data folder? and cheats.fos?

General Killer

  • Posts: 47
  • Time to die!
    • View Profile
Re: QUICK QUESTION
« Reply #2 on: July 10, 2016, 03:32:10 am »
Thanks! Do I just enter that stuff through the command bar in the client?
Young Killers=Death,Pain,Misery

surrender and will kill you fast we promise.

Slowhand

  • Posts: 278
  • Go for the eye, Boo! Go for the eyes!
    • View Profile
Re: QUICK QUESTION
« Reply #3 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

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.