Marcylene Posted April 23, 2016 Share Posted April 23, 2016 1. Requirements 1.1. Minimum 64-bit GNU/Linux based operative system CPU: 800 Mhz (one core) RAM: 768 Mb GPU memory & clock speed: 256 Mb & 247 Mhz Graphic library: OpenGL ES 2.0 (Mesa EGL 3D) Display resolution: 800x600 1.2. Recommended 64-bit GNU/Linux based operative system CPU: 1.8 Ghz + (dual core) RAM: 2 Gb + GPU memory & clock speed: 1 Gb + & 600 Mhz + Graphic library: OpenGL ES 3.0 + (Mesa EGL 3D) Display resolution: 1280x720 2. Upgrading & executing (system - libraries - app) General Ubuntu 10.X + (currrent version = 16.04 LTS) Open Terminal Write this and press entersudo apt-get update Type your password (root access) and press enter When it finishes updating the apt, write thissudo apt-get upgrade Accept upgrading your system [ Y / N ] Reboot if needed Download latest game version (click on the cute penguin) Right click on the downloaded .zip and extract it Double left click on .x86_64 archive to execute Debian distributions (tried with Jessie) Open Terminal Write this and press entersudo apt-get update && sudo apt-get upgrade Type your password (root access) and press enter Accept upgrading your system [ Y / N ] Reboot if needed Open Terminal again Write this and press entersudo aptitude update && sudo aptitude full-upgrade Accept upgrading your system [ Y / N ] Reboot if needed Download latest game version (click on the cute penguin) Right click on the downloaded .zip and extract it Double left click on .x86_64 archive to execute 3. Fixing execution permissions If the archive doesn't show up or you get any error, you'll need to fix it by changing some permissions: Open Terminal Install Python and GCCsudo apt-get install python-dev gcc Now, make the file "executable"chmod +x /route/to/the/game.x86_64 If you succeded it won't appear anything (just another line waiting for new command) Try executing double left clicking or with./route/to/the/game.x86_64 4. Creating a shell script Open your favorite text editor and create a new document Use this code (you'll need to modify your file route) #!/bin/sh echo "Executing PRO" cd /route/to/your/game/directory ./route/to/the/game.x86_64 Save w/o any extension to your favorite place Close editor and try to execute it Running PRO under GNU/Linux is not difficult but needs a little advance knowledge. Anyway, if you use any distribution, it means you are familiar to its environment! Feel free to ask whatever and, please, give me a feedback if you tried it! :Shy: Link to comment Share on other sites More sharing options...
Marcylene Posted April 23, 2016 Author Share Posted April 23, 2016 Reserved for project with Raspberry Pi (WIP) Link to comment Share on other sites More sharing options...
Marcylene Posted April 24, 2016 Author Share Posted April 24, 2016 Requirements updated! (Waiting for feedbacks..) :Grin: Added new section "Creating a shell script" Link to comment Share on other sites More sharing options...
Marcylene Posted April 25, 2016 Author Share Posted April 25, 2016 Updated and reformatted. Still no luck with RPi, it seems that will only work with emulation (Wine). I'll try to reconfigure it and keep investigating! Link to comment Share on other sites More sharing options...
Tikilou Posted April 28, 2016 Share Posted April 28, 2016 Thanks for the Linux client ! :) Link to comment Share on other sites More sharing options...
Marcylene Posted April 28, 2016 Author Share Posted April 28, 2016 150400 Thanks for the Linux client ! :) Thank to developers! I just made a guide :Smile: Link to comment Share on other sites More sharing options...
Tikilou Posted April 28, 2016 Share Posted April 28, 2016 Thanks to your and dev so ! I've made a package for Archlinux, manjaro and distro-based on arch. But the forum don't let me post the direct link... I want to share it with the community (the PKGBUILD on AUR repository don't work, and not updated) Link to comment Share on other sites More sharing options...
Marcylene Posted April 28, 2016 Author Share Posted April 28, 2016 150520 Thanks to your and dev so ! I've made a package for Archlinux, manjaro and distro-based on arch. But the forum don't let me post the direct link... I want to share it with the community (the PKGBUILD on AUR repository don't work, and not updated) PM me :Smile: Link to comment Share on other sites More sharing options...
Tikilou Posted April 28, 2016 Share Posted April 28, 2016 You can download Pokemon Revolution for ArchLinux / Manjaro and distro-based here (I can post links now :Shy: ) => https://vavar60.online.fr/share/pc/gaming/prolinux/ If you don't have GUI software installed for install single package, you can use "yaourt -U name_of_package.tar.xz" for install it with your terminal (you can replace yaourt by pacman too). (If necessary, install dependancies "gcc-libs-multilib" and "gtk2") After that, just launch Pokemon Revolution with your appmenu of your desktop environment. :) Link to comment Share on other sites More sharing options...
Marcylene Posted April 29, 2016 Author Share Posted April 29, 2016 150720 You can download Pokemon Revolution for ArchLinux / Manjaro and distro-based here (I can post links now :Shy: ) => https://vavar60.online.fr/share/pc/gaming/prolinux/ If you don't have GUI software installed for install single package, you can use "yaourt -U name_of_package.tar.xz" for install it with your terminal (you can replace yaourt by pacman too). (If necessary, install dependancies "gcc-libs-multilib" and "gtk2") After that, just launch Pokemon Revolution with your appmenu of your desktop environment. :) Oh nice! Thank you :Grin: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now