I just paid for the full game, downloaded it(RimWorld363Linux), extracted it, made it executable, and even tried clicking the shell script provided but nothing is working.
I also tried to use this trick
When I try to run it in the terminal the terminal crashes so fast I can't even get a screenshot of it.
I'm pretty new to Linux so it could be user error...help would be greatly appreciated!

Computer Specs:
HP Pavilion dv6--1268nr
LinuxMint 13(Maya)
Kernel Linux 3.2.0-23-generic
3.9GiB Memory
AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-82 Processor
ATI Radeon HD 4650 Graphics Card
I also tried to use this trick
Quote from: bering on November 04, 2013, 05:39:37 PMbut it didn't do anything...
I cannot start a New Colony in the Linux build 0.0.250
This is the most effective tease ever :-) In Linux, the game starts just fine and I can access the Load and Options screens... but when clicking on New Colony... nothing happens! No errors, no log files.
I cannot load Kerbal Space Program without using LC_ALL=C so I tried it with RimWorld and sure enough, it works fine when I do. I think that this is a Unity bug that only applies if your locale is not English. All you have to do is start the game by prefixing it with LC_ALL=C, which effectively resets all locale configurations.
So, in other words, instead of double-clicking on RimWorld250Linux.x86_64, do this:
1- create an empty file
2- write those 2 lines in it using any text editor:
#!/bin/bash
LC_ALL=C ./RimWorld250Linux.x86_64
3- right-click the new file and set its permissions to executable
4- double-click that new file to run the game
Hope that helps!
When I try to run it in the terminal the terminal crashes so fast I can't even get a screenshot of it.
I'm pretty new to Linux so it could be user error...help would be greatly appreciated!

Computer Specs:
HP Pavilion dv6--1268nr
LinuxMint 13(Maya)
Kernel Linux 3.2.0-23-generic
3.9GiB Memory
AMD Turion(tm) X2 Ultra Dual-Core Mobile ZM-82 Processor
ATI Radeon HD 4650 Graphics Card