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.
This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Forum rules
Forum 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: 27
Hi bro, look this post please.
search.php?keywords=Police+station+
search.php?keywords=Police+station+
0 x
- Odex64
- Superfighter

- Posts: 172
- Joined: Sat Jul 29, 2017 12:39 pm
- Title: Content Creator
- SFD Account: Odex64
- Started SFD: PreAlpha
- Location: Italy
- Gender:
- Age: 24
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
