Regnum Online® is a massive multiplayer online role playing game (MMORPG MMORPG) for the PC where the player are immersed in a 3D virtual world. There they can live as Elves, Humans Dwarves, or Dark Elves having exciting adventures, exploring the wild lands or joining an army of players to take on the other kingdoms armies.
Like in most massively multiplayer online games, there is no single aim for the game; it’s all up to the player. At the core Regnum Online® is based on an ongoing war between the three kingdoms, and control of the conflict zone, but there’ll be other adventures you can embark on like challenges in the arenas or even others where you won’t have to fight other players, and all the necessary tools to form communities with their own goals inside the world of the game.
Make sure that the driver to your 3D graphic card is proper installed and working.
Download the Linux installer to your Desktop;
To the terminal;
Code:
cd ~/Desktop
mkdir -p ~/.Games/Regnum
tar zxfv rolauncher.tar.gz
mv rolauncher ~/.Games/Regnum
code:
nano ~/.Games/Regnum/StartRegnum.sh
Add the following;
#!/bin/bash
cd ~/.Games/Regnum
./rolauncher
Save [ctrl] + [o] and exit [ctrl] + [x].
Then;
Code:
chmod +x ~/.Games/Regnum/StartRegnum.sh alacarte
Go to the Game section in Alacarte and push the New Item button. Fill in;
Name: Regnum
Comment: Regnum Online® is a massive multiplayer online role playing game for the PC where the player are immersed in a 3D virtual world.
Command: sh /home/USERNAME/.Games/Regnum/StartRegnum.sh
Remember to making an account on Regnum Online homepage before starting the game.
You can now start Regnum Online from the Applications tab —> Games —> Regnum Online
Enjoy!!!