Skip to content

Instantly share code, notes, and snippets.

View AI221's full-sized avatar

Jackson McNeill AI221

View GitHub Profile
@AI221
AI221 / newrct.sh
Last active July 23, 2016 21:26
Auto-compiler for OpenRCT on linux - Bash
#!/bin/bash
#install VV (w/o #)
# wget https://gist.githubusercontent.com/AI221/c313c763ff210d5c334e/raw/7150d8af6a44a1f580e6902bf10b01735f247878/newrct.sh && chmod +x netrct.sh && ./newrct.sh
#clean out old one
./OpenRCT2/scripts/linux/clean.sh
#delete old old
rm -rf o_OpenRCT2
#move old one
mv OpenRCT2 o_OpenRCT2
#dl new one
36c36,37
< │ │ │ ├───2560x1440@144.00 preferred driver phsync nvsync
---
> │ │ │ ├───2560x1440@59.95 preferred driver phsync nvsync
> │ │ │ ├───2560x1440@144.00 driver phsync nvsync
39,41c40,41
< │ │ │ ├───2560x1440@59.95 driver phsync nvsync
< │ │ │ ├───1920x1200@144.00 driver phsync nvsync
< │ │ │ ├───1920x1080@74.98 nhsync pvsync
---