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
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2991693145
I see what you did there...
If you are interested in the development of this mod or even want to get involved, check out this discord server: https://discord.gg/WeZaN4DKZE
Was fun for 5 hours, now I'll never play this again.
config.traitorRoleFilter = function (char)
if char.IsCaptain then return false end
if char.IsSecurity then return false end
return true
end
any chance you'll implement a system for traitor-exclusive items, like the uplink from ss13?
local delay = 60
local timer = 0
Hook.Add('think', 'giveXp', function ()
if Timer.GetTime() < timer then
return
end
for key, value in pairs(Client.ClientList) do
if value.Character and value.Character.Info and not value.Character.IsDead then
value.Character.Info.GiveExperience(500)
end
end
timer = Timer.GetTime() + delay
end)
and heres a one line version that you can paste into the console directly if you want:
lua local delay = 60 local timer = 0 Hook.Add('think', 'giveFunnyXP', function () if Timer.GetTime() < timer then return end for key, value in pairs(Client.ClientList) do if value.Character and value.Character.Info and not value.Character.IsDead then value.Character.Info.GiveExperience(500) end end timer = Timer.GetTime() + delay end)
Baro gives me this message in the debug console when i launch it after installing or when attempting a re-install.
config.assassinationEnabled = false
config.infiltrationEnabled = true -- set this to false for the respawn shuttles to work
config.infiltrationChance = 100
config.infiltrationShipGodModeDistance = 4000
config.pincerEnabled = true
config.pincerChance = 80 -- infiltration chance has priority
any thoughts? should I remove the mod and reinstall it and see if that fixes it?
"Charybdis!"