Package Details: openrct2-git 0.4.4.r18.g1174063c27-1

Git Clone URL: https://aur.archlinux.org/openrct2-git.git (read-only, click to copy)
Package Base: openrct2-git
Description: Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game)
Upstream URL: https://openrct2.io
Licenses: GPL3
Conflicts: openrct2
Provides: openrct2
Submitter: grahamedgecombe
Maintainer: rctdude2
Last Packager: rctdude2
Votes: 30
Popularity: 0.006046
First Submitted: 2014-05-27 09:56 (UTC)
Last Updated: 2023-04-01 20:12 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »

grahamedgecombe commented on 2018-02-10 22:22 (UTC)

thanks, fixed

janisozaur commented on 2018-02-10 21:57 (UTC)

The PKGBUILD seems to be broken: rmdir: failed to remove '/home/janisozaur/.cache/pacaur/openrct2-git/pkg/openrct2-git/usr/include': Directory not empty

Indeed, there is a lone file discord_register.h.

grahamedgecombe commented on 2017-11-17 10:23 (UTC)

thanks, I've added discord-rpc

janisozaur commented on 2017-11-15 21:37 (UTC)

https://github.com/OpenRCT2/OpenRCT2/pull/6658 adds optional support for Discord Rich Presence. To enable clone https://github.com/discordapp/discord-rpc into the root directory, it will get detected automatically. I have not seen it stated explicitly anywhere, but it looks like running a discord client is required for this feature to work.

synthead commented on 2017-10-04 04:19 (UTC)

OpenRCT2 segfaults after upgrading sdl2 to 2.0.6-1. It works fine with sdl2 version 2.0.5-4. I filed an issue for this here (https://github.com/OpenRCT2/OpenRCT2/issues/6364) and thought I'd drop a note here, too.

janisozaur commented on 2017-08-09 21:35 (UTC)

The already merged https://github.com/OpenRCT2/OpenRCT2/pull/6145 changes the build process a little. You can now use CMake-standard option "BUILD_SHARED_LIBS" to request libraries (just the ones added with add_library() – in our case only libopenrct2) to be linked in a shared way. By default it is off, which results in static library. I will also be making a 0.1.1 release momentarily.

American_Jesus commented on 2017-07-29 15:48 (UTC)

Fails to install: error: failed to commit transaction (conflicting files) openrct2-git: /usr/lib64 exists in filesystem Requires "-DCMAKE_INSTALL_LIBDIR=/usr/lib"

janisozaur commented on 2017-06-26 09:17 (UTC)

We have finished splitting up the logic from the UI and now offer libopenrct2 that doesn't require SDL2. The UI layer on top of it is still tied into the library very much, but it is a step forward. Also, we have openrct2-cli target, disabled by default, that can only launch in headless mode, but shouldn't require SDL2 either. It can be used for hosting multiplayer games on truly headless servers without having to install SDL2, which pulls in Mesa, which pulls in… For a while now we've had few tests in our codebase, I've seen other packages enable and run tests when building. I'll leave enabling them for your consideration. Just pass `-DWITH_TESTS=on` to cmake, then after you're done with `make all`, do `make test`. Do note it will download gtest.

grahamedgecombe commented on 2016-12-20 21:14 (UTC)

@janisozaur thanks, I've added libzip as a dependency. There's a bug in the title sequence installation code, btw (it doesn't obey DESTDIR). I've submitted a PR: https://github.com/OpenRCT2/OpenRCT2/pull/4899

janisozaur commented on 2016-12-18 23:35 (UTC)

https://github.com/OpenRCT2/OpenRCT2/pull/4792 depends on libzip and there are upcoming change to how we install title sequences: https://github.com/OpenRCT2/OpenRCT2/pull/4887 and https://github.com/IntelOrca/OpenRCT2/pull/42