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 ?
A few deathmatch questions
- 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. 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.
Carnevil's medals were always imo inferior to Sprees anyway.
-
- Retired Staff / Community Team Member
- Posts: 2566
- Joined: Sat Jun 02, 2012 2:44 am
RE: A few deathmatch questions
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.
2. Just add code so it disables medals. I'd personally use consolecommand to turn it off if a server has it enabled.