Hi ports --

I get asked fairly often how to set up OpenRCT2. I would like to add a pkg/README so that I don't have to keep answering the same question over and over.

OK?

~Brian

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/openrct2/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile	9 Sep 2017 20:03:15 -0000	1.5
+++ Makefile	10 Dec 2017 06:16:05 -0000
@@ -3,6 +3,7 @@
 V =		0.1.1
 COMMENT =	open source re-implementation of RollerCoaster Tycoon 2
 DISTNAME =	openrct2-${V}
+REVISION =	0
 CATEGORIES =	games x11
 
 HOMEPAGE =	https://openrct2.org/
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/openrct2/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 PLIST
--- pkg/PLIST	9 Sep 2017 20:03:15 -0000	1.2
+++ pkg/PLIST	10 Dec 2017 06:16:05 -0000
@@ -8,6 +8,7 @@ share/doc/openrct2/changelog.txt
 share/doc/openrct2/contributors.md
 share/doc/openrct2/licence.txt
 share/doc/openrct2/readme.txt
+share/doc/pkg-readmes/${FULLPKGNAME}
 share/icons/hicolor/128x128/apps/openrct2.png
 share/icons/hicolor/16x16/apps/openrct2.png
 share/icons/hicolor/256x256/apps/openrct2.png
Index: pkg/README
===================================================================
RCS file: pkg/README
diff -N pkg/README
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ pkg/README	10 Dec 2017 06:16:05 -0000
@@ -0,0 +1,25 @@
+$OpenBSD$
+
++-----------------------------------------------------------------------
+| Running ${FULLPKGNAME} on OpenBSD
++-----------------------------------------------------------------------
+
+OpenRCT2
+========
+OpenRCT2 requires the original game files from RollerCoaster Tycoon 2
+to work properly.  These can come from an original CD or from GOG.com.
+
+If using the GOG.com version, you must extract the files from
+setup_rollercoaster_tycoon_2.exe using archivers/innoextract. The files
+will be in a directory named app. You must keep this directory, though
+it can be renamed and moved to a location of your choosing, and you can
+delete everything else that is extracted from the exe, such as the tmp
+directory. You must edit the game_path variable in
+~/.config/OpenRCT2/config.ini to point to this directory. You must use
+the full path.
+
+If you have a copy of the original RollerCoaster Tycoon, use can use
+its data files as well to play the original game. If using the GOG.com
+version, RollerCoaster Tycoon Deluxe, follow the same steps as above
+with setup_rollercoaster_tycoon_deluxe.exe and edit rct1_path in
+~/.config/OpenRCT2/config.ini to point to this directory.

Reply via email to