They are so immersion breaking. So down below, a fine fellow has supplied the code to get rid of them. If you have the NoTraffic mod, or NoTrafficSpeedBoost, you can edit the highwayconfigurations.xml file and add the code as a <replace> code right before the last </diff> at the end of the file.
Thanks to TheCoredump.
[XML Code] Use this to get rid of the red & blue nebulas in the Superhighways
Moderators: Scripting / Modding Moderators, Moderators for English X Forum
-
- Posts: 205
- Joined: Thu, 4. Dec 03, 21:07
[XML Code] Use this to get rid of the red & blue nebulas in the Superhighways
Last edited by Thurmonator on Mon, 16. Dec 13, 23:00, edited 4 times in total.
-
- Posts: 376
- Joined: Sat, 13. Jan 07, 17:26
-
- Posts: 1842
- Joined: Tue, 2. Nov 10, 02:20
-
- Posts: 11
- Joined: Wed, 28. Nov 07, 19:29
-
- Posts: 15
- Joined: Fri, 21. Nov 03, 12:45
highwayconfigurations.xml
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<diff>
<replace sel="/highwayconfigurations/blockerconfigurations/blockerconfiguration[@id='super_hw_blocker_config']">
<blockerconfiguration id="super_hw_blocker_config"/>
</replace>
</diff>
-
- Posts: 205
- Joined: Thu, 4. Dec 03, 21:07