Undead Nights - Zombie Horde Nights

Undead Nights - Zombie Horde Nights

53.4k Downloads

Feature Request: Config for "Horde has spawned" messages.

Frzncore opened this issue ยท 4 comments

commented

Allow a config to change the message sent "A Horde has spawned"
Ideally with the ability to have variations or multiple possible messages to be sent.
Good for modpacks with some form of narrative. While the default message is clear and to the point, a more atmospheric message might be preferred.

commented

The current message is not just a string in the code it's a translatable, so it can be easily translated to different languages.

commented

Does a lang file support multiple messages or can I only translate the msg into a single different msg?

commented

The lang file supports only one possible message.
For several possible messages, they must be selected somehow by the mod.

commented

Just as @mpustovoi said it, the lang files only support one message per translatable. I would have to rewrite parts of the mod to side load custom messages...