People Playground

People Playground

Chemical Warfare
Articured101 22 May, 2023 @ 4:51am
Gases don't do anything.
Every time I use a gas, it does absolutely nothing. At this point the gases are colored fog. And this is the same for everything that makes gas.
< >
Showing 1-5 of 5 comments
Voilk 29 Jul, 2024 @ 7:25am 
in my case Gases doing some damage to humans, but that's only "cosmetic" damage if we could say that. Anyone knows how to fix that?
CmdrLittlez 23 Sep, 2024 @ 6:39pm 
Suprisingly, If you wait long enough with the knockout gas, people can die by it.
officalnine995 6 Oct, 2024 @ 6:25pm 
go to the chemical warfare mod folder (SteamLibrary\steamapps\workshop\content\1118200\2226697361) and open BreatheBehaviour.cs, change the line
person.OxygenLevel -= (float) (Mathf.Pow(Mathf.Sin(Time.time * 3f), 16f) * 0.5 / 90.0 * (Time.deltaTime * 60.0));
to
person.OxygenLevel -= (float) (Mathf.Pow(Mathf.Sin(Time.time * 3f), 16f) * 5 / 90.0 * (Time.deltaTime * 60.0)); somebody told me to do this and it worked
Articured101 10 Oct, 2024 @ 5:33am 
meth

Originally posted by officalnine995:
go to the chemical warfare mod folder (SteamLibrary\steamapps\workshop\content\1118200\2226697361) and open BreatheBehaviour.cs, change the line
person.OxygenLevel -= (float) (Mathf.Pow(Mathf.Sin(Time.time * 3f), 16f) * 0.5 / 90.0 * (Time.deltaTime * 60.0));
to
person.OxygenLevel -= (float) (Mathf.Pow(Mathf.Sin(Time.time * 3f), 16f) * 5 / 90.0 * (Time.deltaTime * 60.0)); somebody told me to do this and it worked
Articured101 10 Oct, 2024 @ 5:33am 
i mean math
< >
Showing 1-5 of 5 comments
Per page: 1530 50