Commit Graph

30 Commits

Author SHA1 Message Date
4ff4e092a9 remove unused config variable: bServerPerksMode 2022-07-12 19:36:33 +03:00
de4b7ff714 fix: Accessed None 'Pawn' (ServerExtMut:NetDamage)
ScriptWarning: Accessed None 'Pawn'
011ServerExtMut KF-TrapLandAlter.TheWorld:PersistentLevel.ServerExtMut_0
011Function ServerExtMut.ServerExtMut:NetDamage:0344
2022-07-12 17:34:14 +03:00
f729eebe51 fix: ScriptWarning: Accessed None 'Killer'
ScriptWarning: Accessed None 'Killer'
011ServerExtMut KF-TrapLandAlter.TheWorld:PersistentLevel.ServerExtMut_0
011Function ServerExtMut.ServerExtMut:ScoreKill:00BF
2022-07-12 17:27:51 +03:00
54fd79c924 ref: CustomXP function, fix: DamageTypes out of bounds
- CustomXP function refactoring;
- fix "out of bounds" error:
ScriptWarning: Accessed array 'ServerExtMut_0.DamageTypes' out of bounds (2/2)
011ServerExtMut KF-BigRoom2020.TheWorld:PersistentLevel.ServerExtMut_0
011Function ServerExtMut.ServerExtMut:CustomXP:01CB
2022-07-12 17:12:33 +03:00
5dffb9edea fix exp gain for custom zeds 2022-05-18 08:56:26 +03:00
ffea63415e feat: add implementation of TAWOD mutator 2021-02-08 22:42:19 +03:00
54a46e2c37 refactor: DLC weapons for free
- unlocks all dlc, including future ones;
- "bDLCWeaponsForFree" deprecated.
2021-01-10 06:32:57 +03:00
inklesspen_rus
60ba914cef Fixed #22
and CustomXP optimization (?)
2021-01-09 13:26:05 +03:00
90afcb8b40 Merge branch 'v1107' 2020-12-08 21:52:41 +03:00
ab112d8e88 feat: add (free) DLC "Frost Fang" weapon 2020-11-29 01:56:14 +03:00
f26d0163b4 fix: XP for killing with TF2Sentry 2020-11-29 01:51:29 +03:00
e68d21f1d9 style: empty line between functions 2020-11-29 00:54:57 +03:00
8fa925e1e5 style: controls 2020-11-28 23:12:58 +03:00
ee260f7a10 style: brackets 2020-11-28 23:04:55 +03:00
63b031b111 style: replace spaces with tabs 2020-11-28 22:53:57 +03:00
cbbdc4166a v1103 2020-09-03 14:09:09 +03:00
inklesspen1scripter
cb35ace28f Bolts&Arrows cleanup on wave start 2020-07-07 22:59:38 +03:00
inklesspen1scripter
847c8b3cff Traits changes
Rack'em Up doesn't reducing when miss anymore
Trait "MedicPistol" replacing (don't removing) 9mm from default inventory so players with this trait will spawn with medic pistol in hands
Optimized code of Rack'em Up trait
2020-07-07 20:49:25 +03:00
inklesspen1scripter
8d6223ada3 Added custom zed xp configuration
example in ServerExtMut.ini:
CustomZedXP=(zed="zedcustom.greenbloat",XP1=20,XP2=24,XP3=30,XP4=36)
2020-07-07 20:01:17 +03:00
inklesspen1scripter
23bda71718 Trader, MedicPistol and Perk fixes
MedicPistol has no weight in upgrades now
Fixed weight and damage for upgrades in trader
Fixed initial secondary ammo for weapons in trader
Fixed secondary ammo icon in trader
Fixed error when perk hasn't HeadDamage stat
2020-07-07 00:12:25 +03:00
inklesspen1scripter
dfb0122263 Added medic pistol as default weapon of Medic Perk
+ disabled bugged code from ServerExtMut
2020-07-06 19:28:35 +03:00
inklesspen1scripter
0bedcab6d7 Update dev-list
Added GenZmeY and inklesspen to dev-list
Old devs still in dev-list
2020-06-24 00:55:48 +03:00
inklesspen1scripter
d848e56692 Trader's things
Trader:
Custom trader can be disabled
DLCs weapons added to trader (also can be disabled)
Finally fixed trader
Pistol upgrades can be disabled. Also.
2020-06-23 23:38:04 +03:00
inklesspen1scripter
ac0be53289 Fixes and changes
Fixed upgrades in WeaponSelectWidget
Fixed original weapons in CustomTrader
Removed dual 9mm and medpistol from trader
MedicPistol: replaced GetPerk function just for fun
CustomTrader is always active now
Custom 9mm and medpistol added to trader for upgrades
Removed 9mm and medpistol from PickupFactory (weapons that placed on map)

Known bug: custom 9mm and medpistol haven't localization, i dont know how to fix that
2020-06-23 15:48:24 +03:00
4c293a927d feat: XP for custom zeds/weapons
Integrated version of "MoneyEnabler" mutator with inklesspen fixes
2020-06-22 07:53:15 +03:00
a2a5101629 Fix: update to KF2 v1096 2020-06-22 07:47:16 +03:00
ForrestMarkX
245eb9e552 Updated to the latest KF version 2020-01-09 05:05:13 -06:00
Josh
3d88b2edf2 Removes Friendly Fire from pets 2017-10-21 11:12:14 -05:00
Forrest Keller
88f2c71e54 Added perk changing without dying
Fixed scoreboard avatars not working
Added the ServerExt perk menu to the lobby
Made the perk buttons look better (Reset, Unload, Prestige)
Added a better damage popup system
Added a better pet info hud system
Made player info bars fade out with distance
Added missing traits from most of the perks
Made lobby menu support 12 players
Medic Pistol from the trait can't be dropped, sold and has infinite ammo
9mm Pistol now has infinite ammo
Pet sirens do not blow up grenades
Unlocked all cosmetics and emotes
Hide bad cosmetics that were debug
Hans pet no longer forces the camera on his death
Custom weapons in the trader now support the proper weapon names
Updated character info system to support alot of added items
2017-10-20 02:02:53 -05:00
Forrest Keller
439d1b2ab2 Added base ServerExt and ServerExtMut 2017-10-19 21:00:49 -05:00