Rollercoaster tycoon
-
@quicksilver said in Rollercoaster tycoon:
@Jste84 If its laggy then its a possibility that you have a cheap mouse like I do. Try this, add
usbhid.mousepoll=0
to your/boot/cmdline.txt
put it on the same line as everything else only separated by a space. Then reboot.It's a standard wireless mouse so nothing fancy... Will try that 👍
-
@quicksilver said in Rollercoaster tycoon:
@Jste84 If its laggy then its a possibility that you have a cheap mouse like I do. Try this, add
usbhid.mousepoll=0
to your/boot/cmdline.txt
put it on the same line as everything else only separated by a space. Then reboot.That's worked...
However when I open rct2 again... I'd changed the window scale and now it seems to be stuck on this page in a small window...
-
@Jste84 yea I had some weird issues with that as well. Once I got the settings right I stopped touching them haha. You can manually edit the config.ini and change the settings back.
/home/pi/.config/OpenRCT2/config.ini
-
@quicksilver do you have a setting to make it open full screen each boot? Seeing full screen mode =2... Guessing that's the setting?
-
@quicksilver I've literally spent all day on this. 😂
Remembering how addictive the game can be.
Demolished and completely rebuilt a park just for the fun of it
![0_1588782891733_IMG_20200506_173132_compress51.jpg](Uploading 100%)
-
@Jste84 it's a really fun game, I played it for a few days straight when I first got it going.
don't think your pic posted correctly btw
-
@quicksilver said in Rollercoaster tycoon:
@Jste84 it's a really fun game, I played it for a few days straight when I first got it going.
don't think your pic posted correctly btw
2nd time lucky 😂😂😂
-
@Jste84 that drop tower looks insane! Will any of the guests actually get on it? 😆
-
Getting a cmake error: https://pastebin.com/JNMj3EJc
-
@hooperre here is my install script
link to my github to give more detail on what files are needed to runwget https://raw.githubusercontent.com/Exarkuniv/-RollerCoaster-Tycoon-2-port/Master/openrct.sh -P $HOME/RetroPie-Setup/scriptmodules/ports/
link to my github to give more detail on what files are needed to run
-
@exarkuniv Seems to have built great! Should I put the RCT and RCT2 files in their respective folders in ports or do all the files need to be in the data folder?
-
@hooperre i cant remember, i think you put them in their each folder
i have been making so many scripts. i cant keep them straight right now.
i need to go back and double test them all again lol -
@exarkuniv Seems like the program is just looking for one directory.
Runs great! Thanks for your (and @quicksilver 's)work!
-
@hooperre im glad that it is working for you. make all the effort i put into it worth it.
taking a look at the config ini it is set to look for a rct1 folder for files from rct1,
with that said. i cant say putting everything in one folder will or will not work tooi will have to test that and change the script if needed.
thanks for testing it a little for me
-
@exarkuniv Only slight issue I'm running into is the display settings. If I change to fullscreen, on next boot resolution is larger, but is not centered and menus are off screen.
-
@hooperre i think you will need to mess with the display settings in the Retropie and in the game to make it work better
so when you start the game. press a so you can pick what resolution retropie will use.
it will be some trial and error to get it right i think. -
@exarkuniv Don't know why I didn't think to do that. Thanks!
-
@hooperre let me know if anything else comes up.
and i will switch to mess with that one more -
When I compile I am getting an error
pi@retropie:~/OpenRCT2 $ cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Ofast -DNDEBUG -mcpu=cortex-a72"
CMake Error: The source directory "/home/pi" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
pi@retropie:~/OpenRCT2 $ make -j4 -
@musicislife6984 said in Rollercoaster tycoon:
cmake ../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Ofast -DNDEBUG -mcpu=cortex-a72"
This should be
cmake . -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-Ofast -DNDEBUG -mcpu=cortex-a72"
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.