added the clock offset and max simtime per frame in the lag menu to ease lag settings
This commit is contained in:
parent
c982d3e333
commit
b72262e0e8
1 changed files with 44 additions and 0 deletions
|
@ -175,6 +175,50 @@
|
||||||
<property>/sim/multiplay/lag/spectator-offset</property>
|
<property>/sim/multiplay/lag/spectator-offset</property>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>4</row>
|
||||||
|
<col>0</col>
|
||||||
|
<label>Clock offset</label>
|
||||||
|
<halign>right</halign>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<input>
|
||||||
|
<name>clock-offset</name>
|
||||||
|
<row>4</row>
|
||||||
|
<col>1</col>
|
||||||
|
<width>75</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label>Seconds</label>
|
||||||
|
<live>true</live>
|
||||||
|
<property>/sim/time/mp-clock-offset-sec</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>clock-offset</object-name>
|
||||||
|
</binding>
|
||||||
|
</input>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<row>5</row>
|
||||||
|
<col>0</col>
|
||||||
|
<label>Max sim time /frame</label>
|
||||||
|
<halign>right</halign>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<input>
|
||||||
|
<name>max-simtime</name>
|
||||||
|
<row>5</row>
|
||||||
|
<col>1</col>
|
||||||
|
<width>45</width>
|
||||||
|
<height>25</height>
|
||||||
|
<label>Seconds</label>
|
||||||
|
<live>true</live>
|
||||||
|
<property>/sim/max-simtime-per-frame</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>max-simtime</object-name>
|
||||||
|
</binding>
|
||||||
|
</input>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
Loading…
Add table
Reference in a new issue