Giter VIP home page Giter VIP logo

openrct2.github.io's Introduction

openrct2.github.io's People

Contributors

aaronvangeffen avatar brottweiler avatar broxzier avatar daberkow avatar duncanspumpkin avatar flipflop97 avatar gingeradonis avatar gymnasiast avatar honzi avatar incrop avatar intelorca avatar janisozaur avatar jansegre avatar krutonium avatar lrflew avatar mzmiric5 avatar oxzi avatar peetz0r avatar rwjuk avatar samuel-w avatar skirmisher avatar tupaschoal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openrct2.github.io's Issues

Linter/Html Checker

It may be worth adding a HTML Linter or checker to the pipeline in github actions. I found a missing bracket in one of the files. :)

Fedora Quickstart instructions not working

I followed the Fedora QuickStart instructions available on the website but they did not quite work. The game would launch, but it would only show the buttons and logo on a black ground and I was unable to load any scenarios. I checked the wiki (https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux) and it was the same instructions, except they also listed either using the command make install (with root priveleges) or launching with a openrct-data-path=../data flag (this didn't work for me either, but its possible I made some other mistake). Running sudo make install did work for me and I was able to launch the game normally. I think that this should be added to the QuickStart guide, as it would have saved me a lot of time. Ideally there would be an rpm for this, but until then, I think this quickstart guide should be amended somehow.

Link to the Linux repositories from the download page

The downloads page doesn't mention repositories as an option for getting the project for linux, and because of that for the longest time I thought it wasn't an option. It might also be worth having the quickstart guide just link to the downloads page, since the quickstart guide doesn't mention appimage as an option.

Update Multiplayer Server Connection Wording

Proposed changes for playing/multiplayer/index.rst

Currently documentation references previous button text "New Server".

As at OpenRCT2 v0.4.5 the button is labelled "Add Server".

Additionally to join a server the pop up menu option is labelled "Join Game", while current documentation states it is "Join Server".

unshield commands to extract RCT2 files on Linux from Retail CD version are wrong

On this page, on the Retail CD version section, there are these commands:

unshield -g Minimum -d "PATH-TO-EXTRACT-FILES-TO" x "INSTALLER-LOCATION/data1.hdr"
cp -R "$INSTALLDIR/Data/" "$EXTRACTDIR/Minimum/Data"
mv "$EXTRACTDIR/Minimum" "$EXTRACTDIR/RCT2"

which are not correct, because $INSTALLDIR and $EXTRACTDIR are never defined.

Instead it should be something like:

INSTALL_DIR=path/to/installer/location
EXTRACT_DIR=path/to/extract/files/to
unshield -g Minimum -d "$EXTRACT_DIR" x "$INSTALL_DIR/data1.hdr"
cp -R "$INSTALL_DIR/Data/" "$EXTRACT_DIR/Minimum/Data"
mv "$EXTRACT_DIR/Minimum" "$EXTRACT_DIR/RCT2"

Video does not play on mobile devices

  • iOS, both Chrome and Safari load first frame of video but do not play it.
  • Android, Chrome does not load video and is just black background.

I think there should be a default background image which is the first frame of the video until the video loads (if successful) and plays.

Add WebM source

Maybe it would load the video faster in supported browsers.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.