View Single Post
Posts: 100 | Thanked: 543 times | Joined on Jun 2010 @ Kiev, Ukraine
#9
How are you getting it to play in full screen btw?
It was enabled by default - and it did work great. But I prefer windowed mode anyway.

Here are the options I've modified:
<var name="DisplayHeight" value="420"/>
<var name="DisplayWindowed" value="true"/>
<var name="DeathAnim" value="false"/>
<var name="EngineSoundEnable" value="true"/>
You could add the command to the top post which does this in a single line:

Code:
sed -i -e '/DisplayHeight/s:480:420:' -e '/DisplayWindowed/s:false:true:' -e '/DeathAnim/s:true:false:' -e '/EngineSoundEnable/s:false:true:' /home/user/.xmoto/config.dat
Also, the directory .xmoto is created only after first launch(and you must quit gracefully for that).
 

The Following 2 Users Say Thank You to divan For This Useful Post: