Skip to content

Getting Started

Daniel Evans edited this page Aug 22, 2016 · 14 revisions

Building OpenRW

There are currently no official builds of OpenRW available, we recommend building from source. See Building for instructions on how to do this for your operating system. However, Some users have already packaged OpenRW for certain operating systems.

Running

rwgame

This is the game binary. Before running the game a config file is needed, see Configuration

  • Options:
    • -w n, -h n sets initial window size
    • --newgame starts a new game automatically
  • Controls:
    • WASD: Move
    • Shift: Sprint
    • Space: Jump
    • F: Enter/Exit Vehicle
    • Mouse Wheel: Cycle weapons
    • Mouse 1: Fire Weapon
    • For more debug controls see Development

rwviewer

This is a Qt tool for opening the game data. It currently supports looking at objects and their models, and a primitive world viewer. It needs more work to be useful for looking inside archives and viewing textures.

Help & support

If you need help running openrw please check the subreddit r/openrw or the IRC channel #openrw on chat.freenode.net. Do not post support issues on GitHub as they will be closed.

Reporting issues

If you would like to report an issue with OpenRW, please check the issues page first to make sure it has not already been reported. You may be able to provide extra information on an already reported issues.

Contributing

If you would like to contribute features or fixes to OpenRW, please read the Contributing and Development pages for more information.

Clone this wiki locally