Dear forum users! In compliance with the new European GDPR regulations, we'd just like to inform you that if you have an account, your email address is stored in our database. We do not share your information with third parties, and your email address and password are encrypted for security reasons.

New to the forum? Say hello in this topic! Also make sure to read the rules.

Option to remove backgrounds :)

Give us your input on how we may improve the game in future versions.
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
Post Reply
random
Meatbag
Posts: 1
Joined: Mon Sep 07, 2020 9:16 pm
SFD Account: 1942

Option to remove backgrounds :)

Post by random » Mon Sep 07, 2020 9:41 pm

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.
2 x
play this. this. play.

User avatar
Nets p2
Fighter
Fighter
Posts: 41
Joined: Sat Mar 19, 2016 9:15 pm
Title: Map Creator
SFD Account: Nets
Started SFD: since the first versions
Location: Brazil
Gender:
Age: 25

Post by Nets p2 » Thu Sep 10, 2020 2:06 am

Hi bro, look this post please.
search.php?keywords=Police+station+
0 x

User avatar
Odex64
Superfighter
Superfighter
Posts: 172
Joined: Sat Jul 29, 2017 12:39 pm
Title: Content Creator
SFD Account: Odex64
Started SFD: PreAlpha
Location: Italy
Gender:
Age: 22

Post by Odex64 » Thu Sep 10, 2020 5:12 pm

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.
2 x
Image

Post Reply