Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tools/game/highway/settings.xml
169679 views
1
<viewsettings>
2
<delay value="150"/>
3
<viewport zoom="800" x="1290.00" y="800.00"/>
4
<decal file="highway_bremen.gif" centerX="1290.00" centerY="800.00" centerZ="0.00" width="385.00" height="217.00" altitude="0.00" rotation="0.00" tilt="0.00" roll="0.00" layer="0.00"/>
5
<scheme name="game_highway">
6
<opengl antialiase="0" dither="0"/>
7
<vehicles vehicleMode="30" vehicleQuality="2" minVehicleSize="1.00" vehicleExaggeration="1.00" showBlinker="1"
8
vehicleName_show="0" vehicleName_size="50.00" vehicleName_color="0.80,0.60,0.00" >
9
<colorScheme name="uniform">
10
<entry color="1.00,1.00,0.00"/>
11
</colorScheme>
12
<colorScheme name="given/assigned vehicle color">
13
<entry color="1.00,1.00,0.00"/>
14
</colorScheme>
15
<colorScheme name="given/assigned type color">
16
<entry color="1.00,1.00,0.00"/>
17
</colorScheme>
18
<colorScheme name="given/assigned route color">
19
<entry color="1.00,1.00,0.00"/>
20
</colorScheme>
21
<colorScheme name="by time loss" interpolated="1">
22
<entry color="green" threshold="0.00"/>
23
<entry color="yellow" threshold="10.00"/>
24
<entry color="red" threshold="25.00"/>
25
</colorScheme>
26
</vehicles>
27
<legend showSizeLegend="1"/>
28
</scheme>
29
30
<event id="jam" commandPosix="play sounds/car_horn1.wav &#x26;" commandWindows="start /min vlc.exe -Idummy --play-and-exit sounds/car_horn1.wav" probability="0.1"/>
31
<event id="jam" commandPosix="play sounds/car_horn2.wav &#x26;" commandWindows="start /min vlc.exe -Idummy --play-and-exit sounds/car_horn2.wav" probability="0.1"/>
32
<event id="jam" commandPosix="play sounds/car_horn3.wav &#x26;" commandWindows="start /min vlc.exe -Idummy --play-and-exit sounds/car_horn3.wav" probability="0.1"/>
33
<jamTime value="40"/>
34
35
</viewsettings>
36
37