Malekblubb / tw_econ_gui

(DEPRECATED - SEE README) A C++11 GUI for the teeworlds econ/telnet interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DEPRECATED] Future updates: https://github.com/Malekblubb/twsm

Teeworlds External Console - GUI

This is a graphical client that can access the Telnet/Econ api of a teeworlds server.
You can execute any command that the server supports via a graphical interface.
With the "Jobs" feature you can create jobs that will be automatically executed
after a given time. It is also possible to let the job repeat after it gets executed.

Server setup

You must add the following server settings to your server-config-file:
ec_port 4444: The port which the econ will use (e.g. 4444)
ec_password test123: The password (bad example: test123)
ec_bantime 60: The bantime when entering the password wrong
ec_auth_timeout 30: The time before the auth times out
ec_output_level 2: The amount of log-information in the econ

If you are not sure, just copy all the settings to your config and
only change ec_port and ec_password.

Binary Downloads

Android (tested on Xperia S, Galaxy S2): http://37.221.194.71/twec/twec_android.apk
Linux x86_64: http://37.221.194.71/twec/twec_86-64
Windows (tested on 7, 8.1): http://37.221.194.71/twec/twec_win.exe

Screenshots

Android

img

Linux

img

Windows

img

About

(DEPRECATED - SEE README) A C++11 GUI for the teeworlds econ/telnet interface

License:MIT License


Languages

Language:C++ 95.9%Language:QMake 4.1%