1
Bugs prior to release 2.4 / Re: Mouse is too sensitive
« on: March 14, 2015, 11:41:33 pm »
As I wrote in http://ufoai.org/forum/index.php/topic,8645.0.html
You will want to start the games with
So I have made a script for starting ufoai containing:
You will want to start the games with
Code: [Select]
SDL_VIDEO_X11_DGAMOUSE=0 SDL_VIDEO_X11_MOUSEACCEL=2/1/0 "command to start the game"
So I have made a script for starting ufoai containing:
Code: [Select]
#!/bin/bash
SDL_VIDEO_X11_DGAMOUSE=0 SDL_VIDEO_X11_MOUSEACCEL=2/1/0 /home/rp/repos/ufoai/ufo