Frequently Asked Questions (FAQ)1. How do I compile and install Hedgewars?To compile and install you need:
1. Configure: 2. Compile: 3. Install: That's all! Enjoy! 2. How do I... (in-game key bindings)?Switch between fullscreen and windowed mode: Pause the game: Move camera to current hedgehog: Make a screenshot: Switch weapon: Sound volume up/down: Set grenade timer: Control the direction of Air Attack: Construct different girders: Speed up demo playing: Enter chat message: View chat history: 3. CMake can not find my Qt installationtell cmake a path to Qt manually: $ export QTDIR=<qt dir> or $ cmake -DQT_QMAKE_EXECUTABLE=<path to qmake> 4. How can I watch demos I downloaded from 'Demos'?Copy the .hwd_12 file to: ~/.hedgewars/Demos/ in *nix, 5. Network game does not work for me!Check your firewall configuration before reporting a bug. Hedgewars needs 46631 TCP port opened at the server side. LAN must also provide UDP datagrams broadcasting for automatic server discovery 6. Why Qt4?Because we need a portable and easy to maintain GUI widgets for game and options setup.It would be unreasonable to maintain self written GUI. Currently we have no time and manpower for it. We are interested in developing a game and game features, not to implement our own crossplatform GUI library/framework. |
Sign into Member's Area
|