by MADWyvern » 28 Jan 2012, 02:42
ProconRulz
Procon config so far:
All admins (MiA - long term ones) will be imune to the server taking actions against them - you will not be killed/slayed/damaged... ONCE all the rules have been mercilessly tested to exhaustion, until that time we should have to reap what we are sowing to ensure we are giving a fair and good experience to the community!
IF any one else wants to use ProCon (bearing in mind that ALL admin commands are already available ingame - you should only need procon access to write rules - make events etc...)
Then I may suggest we use the ProCon layer service which I should host on my pc (as I am always online) this should prevent conflicts between the server getting spammed by several copies of proCon on different machines.
Defib Kills
Rule applied that will shout "SoAndSo got Paddle-Pwned™ by MadWyv" of whoever did it!
Teamkills:
type !tk to see who tk'd you last.
type !Punish to punish the person who tk'd you - this also adds a tk log against that person
type !forgive to forgive a tk, this also prevents the tk counting towards a kick.
The server will accept tks up to 5 then kick the tk'er.
Weapon Restrictions
M320
Each player is allowed UPTO 3 kills with the M320 (can't differentiate between M320 grenade/M320 Buck/M320 Smoke yet -> bf3 limitations, not my programming)
Player is notified on each kill:
1 kill = "You have 2 noob-tube kills remaining"
2 kills = "You have 1 noob-tube kill remaining"
3 kills = "your M320 is jammed!! further use may backfire, switch to small arms!"
4 kills = Player is killed by admin (automatic) and told "Your 320 backfired!" you will be killed for further use
6 kills = player will be kicked.
I have set it up so ProCon will record kills by each weapon PER ROUND, so same player cant leave, rejoin and continue tubing.
AT present underslung tubes are not reported as m320 or tube kills - I MAY be able to work arround this by using the following method:
Check map is metro, check kit is Assault, check damage type is projectile explosive:Kill if all yes.
The only class to get m320 is assault, the only projectile-explosive assault weapon is the 320 (m69 hand grenade are explosive)
RPG/SMAW
These are completely restricted on Metro - The first kill by each player results in their death, the second gets them kicked. - might be interesting to let each player have ONE rpg per round. This would make it a valuable comodity, spam it early or later on? and could introduce some good team-play elements!
Vehicles
I will later add a rule that restricts "killing with vehicles" when there are less than 12 players on - ie the vehicles can be used for transport, but if it kills (not including running over) a player, the driver will die. Unfortunately ALL vehicle kills regardless of a jeep or TANK register as "Death" same as the Mortar annoyingly! I'll do what I can to work around this
Mortars
I don't think mortars should be restricted, but this is open to debate... But we CANNOT prevent them, BF3 registers mortar kills as a vehicle kill type, NOT as a mortar kill. Therefore anything we do to mortars happens to vehicles.
c4 / claymores / mines
These are all classed as damage type explosive and weapon type gadget. efffectively limiting what I can do to prevent their abuse! I think a simple bit of code limiting the RATE that a player is allowed to kill another player using them is the best way to go. ie:
On Kill; Damagetype explosive, rate of more than 2 kills per minute, kill player. - This will affect ALL explosives - c4/clays/mines ( i may be able to put a string in to prevent grenades counting [NOT_M69 Grenade] towards the count) We'll see what we can do.
Last edited by
MADWyvern on 28 Jan 2012, 02:55, edited 1 time in total.