Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Support for wearing ear protectors with the "AuthenticZ" and "MufflesEarsSlot" mods.
RicksMLC_Concussion_3rdParty
https://sp.zhabite.com/sharedfiles/filedetails/?id=2460154811 (Brita's Armor Pack)
https://sp.zhabite.com/sharedfiles/filedetails/?id=3079948242 (KATTAJ1 Military Pack)
Use MF.getMoodle(*,playerNum) instead of MF.getMoodle(*)
2) I am not familiar with the "muffles to ears slot mod" so I can't say that is is or isn't. When wearing ear protectors the player is given the "hard of hearing" trait if the player does not already have it, and when the ear protectors are removed, the "hard of hearing" trait is removed, so long as it was added by this mod and not an already existing trait (ie: no magic cures for hard of hearing)
if getPlayer():HasTrait("HardOfHearing") then return end
getPlayer():getTraits():add("HardOfHearing")
getPlayer():playSound("Tinnitus")
(I've also replaced the RicksMLC_EarDamage:RestoreTraits with remove hard of hearing)
require "RicksMLC_EarDamage"
local overrideRMLCApplyDeaf = RicksMLC_EarDamage.ApplyDeafTraits
function RicksMLC_EarDamage.ApplyDeafTraits(self)
overrideRMLCApplyDeaf(self)
getPlayer():playSound("tinnitus") -- you need to supply the sound file media\sound\tinnitus.ogg
end
If you want some help with modding, I sometimes stream modding on twitch.tv/RicksMLC and can provide some help if you need it or have questions. There is chance I may know something :)
https://pastebin.com/9AZudd74
java.lang.RuntimeException: __lt not defined for operand
function: StartCooldown -- file: RicksMLC_Drunk.lua line # 161 | MOD: Rick's MLC Concussion
function: StopStaggerTimer -- file: RicksMLC_Drunk.lua line # 175 | MOD: Rick's MLC Concussion
function: StopDrunkHandler -- file: RicksMLC_Drunk.lua line # 282 | MOD: Rick's MLC Concussion
function: HandleEveryOneMinute -- file: RicksMLC_Drunk.lua line # 217 | MOD: Rick's MLC Concussion
function: OnEveryOneMinute -- file: RicksMLC_Drunk.lua line # 268 | MOD: Rick's MLC Concussion
Here's the pertinent error info for the below:
attempted index: IsDrunk of non-table: null
function: HandleOnAIStateChange -- file: RicksMLC_Concussion.lua line # 115 | MOD: Rick's MLC Concussion
function: OnAIStateChange -- file: RicksMLC_Concussion.lua line # 168 | MOD: Rick's MLC Concussion
Obv can't post it all but this should be what ya need.