Killing Floor

Killing Floor

38 个评价
Weapon Pickup Message
   
奖励
收藏
已收藏
取消收藏
标签: Mutator, UI, 多人游戏
文件大小
发表于
更新日期
7.076 KB
2019 年 7 月 16 日 上午 5:51
2020 年 7 月 17 日 上午 7:52
3 项改动说明 ( 查看 )

订阅以下载
Weapon Pickup Message

描述
Description
This mutator displays a message for everyone when a player picks up a gun.

The class name is: WeaponPickupMessage.WeaponPickupMessage

I believe there's another mutator like this somewhere, but it's a bit difficult to find.


Perk progression
Not whitelisted. This will disable perk progression on listen servers, on dedicated it works fine.


Config
You can find the settings from WeaponPickupMessage.ini in system folder.
  • WeaponPickupMessage
    Pickup text sent to everyone. %name% gets replaced with player's name and %weapon% with the weapon they picked up.

  • NameColour, WeaponColour & MessageColour
    Player, weapon & message colours.


External link
https://mega DOT nz/#!p0cVQSSZ!Yi4egW-PfaB-eDpH_9Sd0Z9QMYmhy3yjV4DFFueJt60
20 条留言
ND4SPD 9 月 22 日 上午 12:14 
Awesome, thanks! :broflex::DJSkully::Dosh:
Dazuz  [作者] 2021 年 12 月 11 日 上午 11:00 
You can already customize the pick up message.

Open up WeaponPickupMessage.ini (in system folder), and edit the "WeaponPickupMessage" line.

Unless you mean weapon names, in which case I have no idea how that would work.
berry 2021 年 12 月 11 日 上午 9:38 
translation support when? and i'm up to help with russian
Dazuz  [作者] 2021 年 11 月 22 日 上午 5:52 
Never been whitelisted, but when using it on a dedicated server, it won't disable perk progression.

It's 100% server side, so clients stay untouched.
tungiefox 2021 年 11 月 22 日 上午 4:48 
was this mod whitelisted in the past or was it another mod under a similar name? im assuming the wiki whitelist page is outdated for some things
Dazuz  [作者] 2020 年 7 月 17 日 上午 8:04 
Apparently the Steam still had some weird version.

Checked all the files this time, so should be fixed now.
Maciak-[PL]ock 2020 年 7 月 16 日 下午 1:51 
"HELLO WORLD" spam message on screen

you say "Definitely not caused by this mutator, there's neither "hello" nor "world" words in the class files." but it's not true.

function Timer() {
local controller C;
for (C = Level.ControllerList; C != None; C = C.nextController) {
if (C.IsA('PlayerController'))
PlayerController(C).TeamMessage(None, "HELLO WORLD!", 'Test');
Dazuz  [作者] 2019 年 10 月 23 日 上午 8:36 
Oh crap, I apologize. Somehow the ZIP file had some random WeaponPickupMessage.u file version in it.

No idea how it ended up there, but I've fixed it now.
deGoyan 2019 年 10 月 23 日 上午 6:41 
thanks for the answer

problem with dedicated server
file: WeaponPickupMessage.u

function Timer() {
local controller C;
for (C = Level.ControllerList; C != None; C = C.nextController) {
if (C.IsA('PlayerController'))
PlayerController(C).TeamMessage(None, "HELLO WORLD!", 'Test');
Dazuz  [作者] 2019 年 10 月 22 日 下午 1:14 
Definitely not caused by this mutator, there's neither "hello" nor "world" words in the class files.