Nevermind, I fixed the problem, I typed in:
and it works perfectly! The only problem is that there's no sound, but I heard sound issues were common with the game, but is there anything I can do to sort it out?
EDIT: It seems that OpenAL is the issue, it can't load it up, it might be missing or not working.
I installed OpenAL on my system, but it didn'thelp, is there a code I can use similar to the one above but with OpenAL?
EDIT: Nevermind, I installed osspd, and that fixed the problem, I'm getting sound now, although some sound effects are missing, but I hear that's a common issue with the game, and that there isn't much I can do about it.
Thanks everyone for all of their help anyway!
Code:
./mohaa_lnx +set r_gldriver libGL.so.1
EDIT: It seems that OpenAL is the issue, it can't load it up, it might be missing or not working.
Code:
OpenAL: Opening device {default}...
open /dev/[sound/]dsp: No such file or directory
OpenAL: Could not open device
OpenAL: Destroying channels...
OpenAL: Channels destroyed successfully.
OpenAL: initialization failed. No audio will play.
I installed OpenAL on my system, but it didn'thelp, is there a code I can use similar to the one above but with OpenAL?
EDIT: Nevermind, I installed osspd, and that fixed the problem, I'm getting sound now, although some sound effects are missing, but I hear that's a common issue with the game, and that there isn't much I can do about it.
Thanks everyone for all of their help anyway!