Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu compiling steps #121

Open
nepo1234 opened this issue Sep 24, 2024 · 0 comments
Open

Ubuntu compiling steps #121

nepo1234 opened this issue Sep 24, 2024 · 0 comments

Comments

@nepo1234
Copy link

Hello.
I would like to install the RealRTCW mod on the RTCW GOG version. I use Ubuntu and i play native the game(no wine involved). I don't know the steps how to compile the mod. Ubuntu 24.04 as O.S.
I would appreciate your help.

I installed the game following this instructions from reddit:

Since the topic is polluted with WINE/Lutris fanboys who doesn't even know there exists a native source port for the game, let me point main steps for modern, native installation:

Create a game folder on your home directory.

$ cd ~ && mkdir rtcw && cd ~/rtcw

Download the game to newly created ~/rtcw folder.

Install innoextract:

$ sudo apt update && sudo apt install innoextract

Unpack the game with lowercase option:

$ innoextract --exclude-temp --lowercase *.exe

Download and extract latest x86_64 Linux archive of iortcw to ~/rtcw:

https://github.com/iortcw/iortcw/releases

  1. Merge extracted iortcw folder with ~/rtcw/app

  2. Launch the game:

LC_ALL=C ./iowolfsp.x86_64

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant