Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 990 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 990 Bytes

Qt-EU4-Launcher

Main Window

This is an open source launcher for Europa Universalis 4 based on QT4. This was forked from westonmyer's Qt-CK2-Launcher.

Thread on Paradox Plaza

To Compile on Ubuntu 12.04:

sudo apt-get install git build-essential libqt4-dev qt4-qmake libqtwebkit-dev
git clone https://github.com/alfonsojon/Qt-EU4-Launcher.git
cd Qt-EU4-Launcher
qmake-qt4
make

To use launcher with Steam:

Note- Launcher is fully compitable with Steam overlay and DLC activation.

  1. Run Steam and open "Library" window.
  2. Right click on EU4 in game list.
  3. Click on "Properties"
  4. Click "Set launch options..." button
  5. Input "qteu4launcher %command%" and push "Ok"
  6. Now launcher will work like the Windows version.