ETQW Demoviewer Linux 0.1
-------------------------

With our Demoviewer you can doubleclick and play ETQW demos from any paths.

After you have extracted the etqw-demoviewer archive, edit the file demoviewer with your favourite editor.

It is pretty self self-explanary and simple. Look at the Paths i set and change this to yours.

After that, quit your editor, open a terminal and write: chmod +x /path/to/demoviewer

All settings are done now. Doubleclick a ETQW demo, in example demo00001.ndm , and select /path/to/demoviewer script to open it.

Now ETQW loads and starts your demo. After that, you can quit ETQW and in the future you can doubleclick
*.ndm files on any paths and watch demos.

I added a sample demo.cfg for demo controls, please leave this in the same dir as the file demoviewer. The Script copies demo.cfg to your etqwprofile.
To not loose some Keysettings, the script copies etqwprofile/etqwbinds.cfg to etqwprofile/etqwbinds.cfg.backup 
and etqwprofile/sdnet/user/base/bindings.cfg to etqwprofile/sdnet/user/base/bindings.cfg.backup.
After you quit ETQW, etqwbinds.cfg.backup is rewritten to etqwbinds.cfg, bindings.cfg.backup is rewritten to bindings.cfg. After that, the generated files
in your etqwprofile are deleted and you have the same configuration as before.

Demo Controls (you can bind your favourite keys in /path/to/extracted_archiv/demo.cfg) :
-------------
Fast forward (+1.0) a demo with Numpad 8. Press it many times to play a demo faster and faster.
Small forward (+0.1) a demo with Numpad + .
Slow Down (-1.0) a demo with Numpad 2. Press it many times to play a demo slower and slower.
Small Slow Down (-0.1) a demo with Numpad - .
Pause a demo with Numpad 0.
Toggle on/off HUD with Numpad Numpad Enter .
Toogle on/off special demo HUD with Numpad Del .
Toogle Player / Spectator Free Fly View with Numpad 7 .



Changelog:

0.1:
----
- Ported my ETQW Demoviewer/Doubleclicker from Windows (AutoIt) to Linux (Bash Script)
