OpenGL on srb2 with wine(Ubuntu)

Status
Not open for further replies.

BlazingDemon

Failed the espace,FOHEVAAH!
Is it possible? I mean I can't make and/or launch a .bat ,Wine doesn't run the SRB2 launcher..Any ideas? I hate looking higher than 60° in software mode.
 
Are you able to run commandline in wine? If so, you should be able to navigate to your srb2 directory and use the command srb2win.exe -opengl to open SRB2 in openGL mode.
 
Here's how to do it.

1. Navigate to SRB2 directory.
2. Right click in empty space, New->File (srb2_opengl.sh)
3. Open in text editor.
4. Copy and paste the following:
Code:
#!/bin/sh
wine srb2win.exe -opengl
5. Right click on srb2_opengl.sh, Properties.
6. Mark as executable.
7. Double-click srb2_opengl.sh, select execute, and enjoy.

Of course, this isn't the most ideal solution. The best option is to download SRB2's source code from the SVN and compile it yourself. This will give you a native Linux executable with plenty of new features and bug fixes. It's a little bit more advanced, but if you're interested, I'm more than willing to help you.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top