Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.