It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
I know this is a super stupid question, but I've downloaded the game and unpacked it, and I don't know what to do to launch it. Do I do something in the terminal? Do I click a specific icon? I'm using the latest version of Ubuntu.
Nvm I found it. If anyone's wondering:

1) Open terminal
2) Navigate to the path where the game is unpacked
3) Type:
./start.sh
Post edited September 22, 2014 by apolloswrath
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
apolloswrath: I know this is a super stupid question, but I've downloaded the game and unpacked it, and I don't know what to do to launch it. Do I do something in the terminal? Do I click a specific icon? I'm using the latest version of Ubuntu.
Nvm I found it. If anyone's wondering:

1) Open terminal
2) Navigate to the path where the game is unpacked
3) Type:
./start.sh
That is what you're supposed to do, however mine doesn't work either. I think we need to mark start.sh and maybe WL2 as executable first then look for dependencies.
avatar
ncc386: I think we need to mark start.sh and maybe WL2 as executable first then look for dependencies.
They should already be executable.
Try to launch WL2 directly if start.sh doesn’t work.
avatar
ncc386: That is what you're supposed to do, however mine doesn't work either. I think we need to mark start.sh and maybe WL2 as executable first then look for dependencies.
"Doesn't work" isn't much help... if you're using a different distro than the "officially" supported ones (like me who uses Debian Sid for example) you might need to remove the libstdc++.so.6 from the game (in lib/) to use the system one.

But it might be something else, if you don't have give more details on what is your setup (what distro, 32/64 bits, what graphical driver stack, ...) and what exactly happens, it'll be hard to help.
avatar
ncc386: I think we need to mark start.sh and maybe WL2 as executable first then look for dependencies.
Woups, forgot this part!
Here is the list of Wasteland 2 dependencies if you launch it directly from the WL2 binary:
$ apt-cache depends wasteland-2
wasteland-2:i386
Depends: libglu1-mesa:i386
Depends: libx11-6:i386
Depends: libxau6:i386
Depends: libxcb1:i386
Depends: libxcursor1:i386
Depends: libxdmcp6:i386
Depends: libxext6:i386
Depends: libxfixes3:i386
Depends: libxrandr2:i386
Depends: libxrender1:i386
Post edited September 23, 2014 by vv221
Sorry, I forgot to run in here and let you all know I got it working. It was something stupid on my end.
avatar
ncc386: Sorry, I forgot to run in here and let you all know I got it working. It was something stupid on my end.
While I don't need help myself, it's generally good procedure to post your findings so that any future searchers can find aid.