hi,
Ich habe ein Battlefield Vietnam server auf meinem rechner hier installiert und nun würd ich den gerne ausführen - geht aber nicht.
Und zwar folgender maßen: das war ne datei mit der endung ".run" naja angeklickt dann kam wird unzipped danach zielordner angeben und dann hat der das "installiert"
Nun hab ich 2 dateien in meinem ordner bei denen typ: ausführbar dabei steht - aber wenn ich draufklicke kommt nix -.-
Was soll ich machen? hab mich auch schon als root eingeloggt bringt auch nix
MFG Argoos
PS: habe die Suchfunktion benutzt aber nichts ähnliches gefunden.
Am 20.05.2022 bekommt das Forum ein neues Update. Ab ca. 12:00 ist das Forum nicht mehr erreichbar und wird spätestens am 21.05. wieder online sein. Alle bis dahin erstellten Daten bleiben natürlich erhalten.
Vielen Dank für euer Verständnis. Bei Rückfragen: webmaster@linux-club.de (Christian)
Vielen Dank für euer Verständnis. Bei Rückfragen: webmaster@linux-club.de (Christian)
Datei ausführen
Moderator: Moderatoren
Auf der Konsole in das Verzeichnis mit den ausführbaren Dateien wechseln
und dort
Enter.
Startscript musst du halt mit deiner Datei tauschen.
und dort
Code: Alles auswählen
./startscript
Startscript musst du halt mit deiner Datei tauschen.
Wissen, was man weiß,
und wissen, was man nicht weiß,
das ist wahres Wissen.
(Konfuzius)
"Auf der dunklen Seite gibt es keine Kekse, Luke! Bleib lieber hier!" - Obi-Wan Kenobi
und wissen, was man nicht weiß,
das ist wahres Wissen.
(Konfuzius)
"Auf der dunklen Seite gibt es keine Kekse, Luke! Bleib lieber hier!" - Obi-Wan Kenobi
Code: Alles auswählen
argos@linux:~/bfv> ./bfv_linded.static
../battlefield/BFMainNewRend/Setup.cpp(3787): Log: ../battlefield/BFMainNewRend/Setup.cpp: Version v1.0 BFVIETNAM
../battlefield/BFMainNewRend/Setup.cpp(3793): Log: ../battlefield/BFMainNewRend/Setup.cpp: Log created 2006/03/15:17.02d
../battlefield/BFMainNewRend/Setup.cpp(3794): Log: ../battlefield/BFMainNewRend/Setup.cpp: --------------------------
../battlefield/BFMainNewRend/Setup.cpp(3556): Log: ../battlefield/BFMainNewRend/Setup.cpp: SystemInfo:
../battlefield/BFMainNewRend/Setup.cpp(3557): Log: ../battlefield/BFMainNewRend/Setup.cpp: --
gut dann geb ich setup ein und dann bekomm ich:
hmm ja ab hier geht dann gar nix mehr...
zumindest bei mir
Code: Alles auswählen
setup
../battlefield/BFMainNewRend/Setup.cpp(5478): Log: ../battlefield/BFMainNewRend/Setup.cpp: Setting up LAN host for local game
zumindest bei mir

Gelesen - Ja, Verstanden - NEIN
Ich post mal den Teil von dem ich kene Ahnung hab:
Ich post mal den Teil von dem ich kene Ahnung hab:
Auszug aus der Readme:
Quick start
==============================================================================
- Run the server installer and follow the instructions.
IMPORTANT:
Please note that if you choose to install the server over an existing
installation the existing installation directory will be removed!
Example:
$ sh bfv_linded-x.y.z.run
- Modify mods/bfv/settings/serversettings.con to your taste.
Example:
$ cd /path/to/installation/bfv
$ vi mods/bfv/settings/serversettings.con
- Modify mods/bfv/settings/maplist.con to your taste.
Example:
$ cd /path/to/installation/bfv
$ vi mods/bfv/settings/serversettings.con
IMPORTANT:
Please see the information below to understand the new map list format.
- Run the server from within the top-level directory by typing
./start.sh [arguments] from a shell.
Example:
$ cd /path/to/installation/bfv
$ ./start.sh +statusMonitor 1
- If you are starting the server from a remote connection you will need to
encapsulate it inside a "screen" session to let it stay behind when you log
out from the shell.
Example (to start the server):
$ cd /path/to/installation/bfv
$ screen ./start.sh +statusMonitor 1
Now press Ctrl-A followed by Ctrl-D to detach the screen session, leaving it
running in the background. You can now log out without affecting the server.
Example (to reconnect to the server status monitor):
$ screen -r