09-08-2011, 08:57 PM
Ok, so I compiled the game on my GNU/Linux box. First time I run the SDL client, it was not able to load almost any texture, but I run it a second time and it worked. Now I wonder about some of the output I got:
I have no joystick. Is this message because of that? Or do I have to install anything other than common SDL? I’m worried because I’m actually packaging the game for a distribution, so people with joysticks might end up using the same binary.
There are some more things:
Then, when I start single player mode, first scenario:
And finally I have no cross to aim. Which might be because a preference I set with 0.1.0preview, I’m not sure, but where would I put it back? I can’t find such a setting.
So, any help with the cross or any of the messages is appreciated
Code:
Failed to init SDL joystick subsystem:
I have no joystick. Is this message because of that? Or do I have to install anything other than common SDL? I’m worried because I’m actually packaging the game for a distribution, so people with joysticks might end up using the same binary.
There are some more things:
Code:
couldn't exec data/campaign.cfg
…
Warning: Could not expand $scr_centersize
Warning: Could not expand $* in alias scoreboard_columns_set
Invalid program name client !
client program not loaded.
couldn't exec autoexec/*.cfg
couldn't exec autoexec.cfg
there is no public key 0
Then, when I start single player mode, first scenario:
Code:
models/turrets/terrainbase.md3: could not load texture "evil8_base/e8_base1"
…
couldn't exec maps/g-23.cfg
And finally I have no cross to aim. Which might be because a preference I set with 0.1.0preview, I’m not sure, but where would I put it back? I can’t find such a setting.
So, any help with the cross or any of the messages is appreciated