Mapconfig

Post anything to do with editing Nexuiz here. Whether its problems you've had, questions, or if you just want to show off your work.

Moderators: Nexuiz Moderators, Moderators

Mapconfig

Postby torus » Wed Aug 08, 2007 1:53 am

Is there any way, using the map config file, to disable/turn down the splash damage of the laser, so it cant be used to laser jump?
Image
torus
Forum addon
 
Posts: 1341
Joined: Sun Dec 24, 2006 6:59 am
Location: USA

Postby :) » Wed Aug 08, 2007 2:04 am

What you'd want to turn down or disable is the primary force if you want to prevent laserjumping.
Use something like this
Code: Select all
// set up the exit cfg so we can reset values to what they were before
set exit_cfg "maps/ctf_torus_exit.cfg"

// make a backup
set BACKUP_g_balance_laser_primary_force $g_balance_laser_primary_force

// map-customized values here
set g_balance_laser_primary_force 0

// and on with the rest of the mapconfig

set g_ctf 1
set fraglimit 300
set timelimit 20
changelevel torus
cd loop "8"

// reset laser force
set g_balance_laser_primary_force $BACKUP_g_balance_laser_primary_force


ctf_basement had this setting at one time I think.
Last edited by :) on Wed Aug 08, 2007 4:23 am, edited 1 time in total.
:)
Keyboard killer
 
Posts: 590
Joined: Tue Feb 28, 2006 9:09 pm

Postby torus » Wed Aug 08, 2007 2:59 am

Who said it was a CTF map? :roll: :D

Thanks though. I think I get it.
Image
torus
Forum addon
 
Posts: 1341
Joined: Sun Dec 24, 2006 6:59 am
Location: USA


Return to Nexuiz - Editing

Who is online

Users browsing this forum: No registered users and 1 guest

cron