Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »K0walski« (2. Oktober 2012, 16:31)
Benutzerinformationen überspringen
Wohnort: Deutschland
Beruf: Schüler
Ingame-Name: Timmy
Clan: buycity.org
Renommeemodifikator: 5
Zitat von »Wikipedia«
EXE (für engl. executable, ausführbar) ist eine Dateinamenserweiterung für ausführbare Dateien unter den Betriebssystemen DOS, Windows, OS/2, OpenVMS und SymbianOS.
Quellcode |
|
1 |
./teeworlds_srv -f /Pfad/zur/config.cfg |
Quellcode |
|
1 |
./teeworlds_gamer |
Zitat
- Die .cfg ist im .teeworlds ?Zitat von »Wikipedia«
EXE (für engl. executable, ausführbar) ist eine Dateinamenserweiterung für ausführbare Dateien unter den Betriebssystemen DOS, Windows, OS/2, OpenVMS und SymbianOS.
Hast Ubuntu was? Ja erst mal ein Linux mod holen, weil mit ner .exe kannst du auf Linux ohne irgendwelche Hilfeprogramme wie z.b. Wine nichts anfangen.
So startest du unter Linux via Terminal einen Teeworlds Server :
Quellcode
1 ./teeworlds_srv -f /Pfad/zur/config.cfg
Gamerclient, den es soweit ich weiß auf Linux nur für 0.5 gibt kannst auch so aufführen :
Quellcode
1 ./teeworlds_gamer
MFG
Timmy
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Fels« (10. Oktober 2012, 23:15)
Benutzerinformationen überspringen
Wohnort: Deutschland
Beruf: Schüler
Ingame-Name: Timmy
Clan: buycity.org
Renommeemodifikator: 5
- Die .cfg ist im .teeworlds ?
- Kan man dan den server durch drafklicken der Ausführungsdatei starten?
- Vieleicht ist der Port nich mehr an weisst du wo ich das sehe das der an ist ?
- Die .cfg ist im .teeworlds ?
- Kan man dan den server durch drafklicken der Ausführungsdatei starten?
- Vieleicht ist der Port nich mehr an weisst du wo ich das sehe das der an ist ?
1. Gleich wie auf Windows
2. Nein. Du musst jedes mal den Befehl ins Terminal schreiben. Du solltest natürlich darauf achten das du auch das Ordnerverzeichnis ansprichst, in dem sich die Dateien befinden.
3. Villeicht mal in der Config definieren?
MFG
Timmy
Quellcode |
|
1 |
./teeworlds_srv -f /Pfad/zur/config.cfg |
Quellcode |
|
1 |
./teeworlds_srv -f |
Benutzerinformationen überspringen
Wohnort: ( ͡° ͜ʖ ͡°)
Beruf: ( ͡° ͜ʖ ͡°)
Ingame-Name: ( ͡° ͜ʖ ͡°)
Renommeemodifikator: 13
Zitat
What you're referring to as Linux, is in fact, GNU/Linux, or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.
Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called "Linux", and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.
There really is a Linux, and these people are using it, but it is just a part of the system they use. Linux is the kernel: the program in the system that allocates the machine's resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Linux is normally used in combination with the GNU operating system: the whole system is basically GNU with Linux added, or GNU/Linux. All the so-called "Linux" distributions are really distributions of GNU/Linux.
Quellcode |
|
1 2 3 4 5 6 7 8 |
[12-10-02 19:54:38][engine/mastersrv]: refreshing master server addresses [12-10-02 19:54:38][register]: refreshing ip addresses [12-10-02 19:54:43][engine/mastersrv]: saving addresses [12-10-02 19:54:43][register]: fetching server counts [12-10-02 19:54:43][register]: chose 'master2.teeworlds.com' as master, sending heartbeats [12-10-02 19:54:43][register]: no firewall/nat problems detected [12-10-02 19:54:43][register]: no firewall/nat problems detected [12-10-02 19:54:43][register]: server registered |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
sv_name Kowalskis DDRace-Server sv_bindaddr sv_port 8302 sv_register 1 sv_rcon_max_tries 3 sv_rcon_bantime 0 sv_rcon_password *** sv_rcon_mod_password *** sv_spectator_slots 0 sv_max_clients 16 sv_max_clients_per_ip 2 sv_global_ban_time 60 sv_inactivekick 1 sv_inactivekick_time 5 sv_kill_delay 0 sv_pauseable 1 sv_pause_time 1 sv_pause_frequency 15 sv_chat_delay 4 sv_spam_mute_duration 15 sv_spamprotection 1 sv_spectator_votes 0 sv_pausable 1 sv_pause_frequency 3 sv_chat_penalty 8 sv_chat_threshold 50 sv_map Angry 1 |
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
[12-10-02 20:27:10][engine]: running on unix-linux-ia32 [12-10-02 20:27:10][engine]: arch is little endian [12-10-02 20:27:10][storage]: added path '$USERDIR' ('/home/dario/.teeworlds') [12-10-02 20:27:10][storage]: added path '$DATADIR' ('data') [12-10-02 20:27:10][storage]: added path '$CURRENTDIR' ('/home/dario/Arbeitsfläche/Games/DDRACE') [12-10-02 20:27:10][console]: failed to open 'autoexec.cfg' [12-10-02 20:27:10][Console]: No such command: /confing.cfg. [12-10-02 20:27:10][server]: starting... [12-10-02 20:27:10][datafile]: loading. filename='maps/dm1.map' [12-10-02 20:27:10][datafile]: allocsize=2560 [12-10-02 20:27:10][datafile]: readsize=2396 [12-10-02 20:27:10][datafile]: swaplen=2416 [12-10-02 20:27:10][datafile]: item_size=2012 [12-10-02 20:27:10][datafile]: loading done. datafile='maps/dm1.map' [12-10-02 20:27:10][server]: maps/dm1.map crc is f2159e6e [12-10-02 20:27:10][console]: executing 'banmasters.cfg' [12-10-02 20:27:10][server/banmaster]: cleared banmaster list [12-10-02 20:27:11][server/banmaster]: succesfully added banmaster [12-10-02 20:27:11][server]: server name is 'unnamed server' [12-10-02 20:27:11][datafile]: loading data index=17 size=325 uncompressed=12000 [12-10-02 20:27:11][console]: failed to open 'data/maps/dm1.cfg' [12-10-02 20:27:11][console]: failed to open 'data/maps/dm1.map.cfg' [12-10-02 20:27:11][server]: version 0.6 626fce9a778df4d4 [12-10-02 20:27:11][engine/mastersrv]: refreshing master server addresses [12-10-02 20:27:11][register]: refreshing ip addresses [12-10-02 20:27:14][engine/mastersrv]: saving addresses [12-10-02 20:27:14][register]: fetching server counts [12-10-02 20:27:14][register]: chose 'master3.teeworlds.com' as master, sending heartbeats [12-10-02 20:27:14][register]: no firewall/nat problems detected [12-10-02 20:27:14][register]: no firewall/nat problems detected [12-10-02 20:27:14][register]: server registered |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »K0walski« (2. Oktober 2012, 20:36)