A few deathmatch questions

Discuss all aspects related to modding Zandronum here.
Post Reply
User avatar
dbthanatos
 
Posts: 72
Joined: Wed Jan 27, 2016 4:02 pm

A few deathmatch questions

#1

Post by dbthanatos » Fri Jan 29, 2016 6:05 pm

Im using the Zandronum alpha 3.0 for this

1. I have a railgun using A_RailAttack and using custom sprites instead of the original particles to make it more visible. Is there any way this type of rail can change color according to what the player setup -> Rail color says? As it is, it's not doing it.

2. I have the lightning gun, which shots 35 times per second. Great for lots of damage, but I get spammed with "IMPRESSIVE" when I use it. Is there a way to tell the game that this weapon fires waaay too much and that should give less "IMPRESSIVE"s ?

User avatar
Combinebobnt
Retired Staff / Community Team Member
Posts: 1905
Joined: Mon Jun 04, 2012 3:37 am
Location: Earth
Contact:

RE: A few deathmatch questions

#2

Post by Combinebobnt » Fri Jan 29, 2016 6:58 pm

2. Don't use medals lol (cl_medals 0). If you make it a non-railgun you'll get 500x "Accuracy" too.
Carnevil's medals were always imo inferior to Sprees anyway.

Catastrophe
Retired Staff / Community Team Member
Posts: 2566
Joined: Sat Jun 02, 2012 2:44 am

RE: A few deathmatch questions

#3

Post by Catastrophe » Fri Jan 29, 2016 8:10 pm

1. Not on the current version. Wait for Zandronum to catch up so you can use the "spawnclass" flag for a_railattack. I believe it's already available in 3.0.

2. Just add code so it disables medals. I'd personally use consolecommand to turn it off if a server has it enabled.

Post Reply