- Game Info
-
Rune & Rune: Halls of Valhalla
Published:
2000/11/18Developer:
Publishers:
Genre:
Nordic dismembermentPlatforms:
Linux, Mac, Windows XPVersion:
1.08License:
Single retail purchaseESRB Rating:
Mature (M)Features:
competitive multiplayer, cooperative multiplayer, dedicated server, linux server, singleplayer, team multiplayerGameplay Keywords:
action, fantasy, medieval, melee, real-time, third-person
Rune Install Guide
Step by step guide to installing and configuring the game.
This guide describes how to get Rune installed on a (Gentoo) Linux system and running using wine.
Prerequisites
- A copy of Rune and Halls of Valhalla.
- A Linux system with HW-accelerated 3D video, audio, networking, and wine already functional.
- Patience.
Notes
- The install was conducted on a Gentoo system, so some of the instructions are Gentoo-specific. If you're not running Gentoo you need to be familiar enough with your distro to make the necessary adjustments.
- I recommend dedicating a directory on your system for wine-based game installs, and configuring wine to map that directory to a drive letter. I.e. create
/gamesor something, and use winecfg to map that to, say,X:\. If you seeX:\in the instructions, and if you use a different location (like wine's defaultC:\mapping), then adjust accordingly.
Instructions
- Mount the Rune CD:
mount /mnt/cdrom
- Install the game using wine.
wine /mnt/cdrom/Setup.exe
- Unmount the CD:
umount /mnt/cdrom
- Insert and mount the HoV CD:
mount /mnt/cdrom
- Install HoV (be sure to select the same installation location):
wine /mnt/cdrom/Setup.exe
- Unmount the HoV CD:
umount /mnt/cdrom
- Patch to v1.08:
- Download rhov108upd_full.exe.
wine rhov108upd_full.exe
- IMPORTANT: Run the game once, to allow configuration of the graphics settings.
wine System/RUNE.EXE
- Select the OpenGL renderer. D3D crashes the game on my system.
- Quit the game.
- There are several alternative renderers that you might want to try:
- An alternative OpenGL renderer by Chris Dohnal.
- An alternative D3D (DX9) renderer by Chris Dohnal.
- Install the Co-op mod v1.2:
- Download runeco-opv1_2.zip, and unzip it.
- Be sure you've run the game once already, since the co-op installer launches Rune upon completion, and if it's the first time the game's been run, it crashes (did for me anyway, and very annoyingly took down my whole X session).
wine RuneCo-Op12.exe
- Install the GrottoRuneMegaMapPack v1.0:
- Download GrottoRuneMegaMapPack.zip and unzip it someplace where you can reference it via a wine path (i.e.
X:\GrottoRuneMegaMapPack.zip). wine <runedir>/System/Setup.exe install "X:\GrottoRuneMegaMapPack.rmod"
- Download GrottoRuneMegaMapPack.zip and unzip it someplace where you can reference it via a wine path (i.e.
- Enjoy!