It is currently Wed 19. Jun 2013, 08:33

All times are UTC + 1 hour




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Wed 7. Dec 2011, 15:44 
Offline
NewPaddy
NewPaddy
User avatar

Joined: Mon 14. Nov 2011, 13:05
Posts: 5
Location: Netherlands
Sometimes i create a server in WOP witch runs a Macbook Pro, and I would like to have a one-weapon-only-game. Is that possible? So I can start a server with only a Betty or something else??


Top
 Profile  
 
PostPosted: Wed 7. Dec 2011, 16:07 
Offline
PadMember
PadMember
User avatar

Joined: Thu 10. May 2007, 17:00
Posts: 3079
Images: 30
Location: /dev/sda1
I had that in the Beryllium mod at some point, but removed it lateron. I currently do not have any plans on adding it again or creating a seperate mod soon.

You can do a workaround by using the disable_ functionality and thus prevent other weapons and ammo from spawning in the map, which should cover most cases.
Code:
set disable_weapon_pumper "1"
set disable_ammo_pumper "1"
set disable_weapon_boaster "1"
set disable_ammo_boaster "1"
// etc.

_________________
Image


Top
 Profile Personal album  
 
PostPosted: Thu 8. Dec 2011, 12:08 
Offline
NewPaddy
NewPaddy
User avatar

Joined: Mon 14. Nov 2011, 13:05
Posts: 5
Location: Netherlands
Where should I apply this workaround? In a specific file or on the console of the server?


Top
 Profile  
 
PostPosted: Thu 8. Dec 2011, 14:30 
Offline
PadMember
PadMember
User avatar

Joined: Thu 10. May 2007, 17:00
Posts: 3079
Images: 30
Location: /dev/sda1
Code:
set disable_ammo_balloony   "1"
set disable_ammo_betty      "1"
set disable_ammo_boaster    "1"
set disable_ammo_bubbleg    "1"
set disable_ammo_imperius   "1"
set disable_ammo_nipper     "1"
set disable_ammo_pumper     "1"
set disable_ammo_splasher   "1"
set disable_weapon_balloony "1"
set disable_weapon_betty    "1"
set disable_weapon_boaster  "1"
set disable_weapon_bubbleg  "1"
set disable_weapon_imperius "1"
set disable_weapon_nipper   "1"
set disable_weapon_pumper   "1"
set disable_weapon_splasher "1"

Edit this and put it into e.g. a file no-weapons.cfg. On the server console, exec no-weapons and load a new map.
This will prevent all weapons and their ammo from spawning in the map, however players will still have the default weapons Punchy and Nipper when spawning.

You'd need a mod to remove those default weapons as well. At the time, no such mod exists.

_________________
Image


Top
 Profile Personal album  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group