Author Topic: Pickup's  (Read 8419 times)

0 Members and 1 Guest are viewing this topic.

Offline Tonys

  • Street Thug
  • *
  • Posts: 19
    • View Profile
Pickup's
« on: October 01, 2007, 07:40:07 pm »
Is it possible to add in weapon and Health pickups in Build Mode? if not is there any other way.

Juppi

  • Guest
Re: Pickup's
« Reply #1 on: October 01, 2007, 08:04:29 pm »
I dont think its possible to add pickups directly. However, you can get the coordinates in build mode, and then add the pickup manually to the config.ini. Save coordinates for example to a class , then copy coords from savedpositions.txt to the config.ini:

Code: [Select]
; -----------------------------------------------
; <<<<< START OF PICKUPS >>>>>
;
; Pickup = #Pickup_id #spawn_x #spawn_y #spawn_z

;for example

Pickup = 368 -855.5118 -631.2861 11.3756

Offline Tonys

  • Street Thug
  • *
  • Posts: 19
    • View Profile
Re: Pickup's
« Reply #2 on: October 02, 2007, 01:16:05 pm »
Thanks never thought of that i'll go give that a Try.