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
https://steamhost.cn/steamcommunity_com/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!"