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.
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.
New to the forum? Say hello in this topic! Also make sure to read the rules.
Option to remove backgrounds :)
Forum rules
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
By using the forum you agree to the following rules. For this forum you also need to follow these additional rules.
- Nets p2
- 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
Hi bro, look this post please.
search.php?keywords=Police+station+
search.php?keywords=Police+station+
0 x
- Odex64
- Superfighter
- Posts: 169
- Joined: Sat Jul 29, 2017 12:39 pm
- Title: Content Creator
- SFD Account: Odex64
- Started SFD: PreAlpha
- Location: Italy
- Gender:
- Age: 21
save the code above as .txt file and put it inside your "Scripts" folder; Run it to remove the background in any map.Sree wrote: ↑Thu Jun 13, 2019 9:33 amI am really lazy to put it on steam, but for those who need it, here ya go.Noble wrote: ↑Thu Jun 13, 2019 1:30 amYou 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)
Code: Select all
public void OnStartup() { foreach (var o in Game.GetObjects<IObject>().Where(o => o.Name.Contains("Bg"))) o.Remove(); }
2 x
