Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.