Page 1 of 1

Option to remove backgrounds :)

Posted: Mon Sep 07, 2020 9:41 pm
by random
I suggest you add the option to remove backgrounds from the game.
there is already an option to remove "far backgrounds" but the computer I use does not run the game very well even with all the game's graphics options being at full reduction.
only a few maps my computer can run smoothly, especially the smaller ones.
this option would literally remove the visual graphics from the game but the game would still be fun because of that!
thanks! I hope you understand.

Re: Option to remove backgrounds :)

Posted: Thu Sep 10, 2020 2:06 am
by Nets p2
Hi bro, look this post please.
search.php?keywords=Police+station+

Re: Option to remove backgrounds :)

Posted: Thu Sep 10, 2020 5:12 pm
by Odex64
Sree wrote:
Thu Jun 13, 2019 9:33 am
Noble wrote:
Thu Jun 13, 2019 1:30 am
You kinda saved this topic here though
Can you send the code here? Shoulda post it on Steam too, surely that'd be useful for some people (like this guy right here)
I am really lazy to put it on steam, but for those who need it, here ya go.

Code: Select all

public void OnStartup() {
    foreach (var o in Game.GetObjects<IObject>().Where(o => o.Name.Contains("Bg")))
        o.Remove();
}
save the code above as .txt file and put it inside your "Scripts" folder; Run it to remove the background in any map.