Welche Startparameter benutzt du?

Probleme mit Mission datei auf Linux server
-
- Altis Life
-
dieRambo -
15. September 2019 um 12:10 -
Erledigt
-
-
screen -S ARMA3 ./arma3server -config=server.cfg -servermod=@life_server -servermod=@extDB3 -servermod=@CBA_A3 -mod=@ace -mod=@ACEX -mod=@Autolift -mod=@Autopack -mod=@Gebeadepack -mod=@task_force_radio
-
Linux hat es leider mit groß und Kleinschreibung, sprich es kann sein, dass er @cba_a3 anstatt @CBA_A3 Lädt.
Benenn doch die ordner so um, dass sie keine Großbuchstaben haben.
Zudem änder deine startparameter in
Codescreen -S ARMA3 ./arma3server "-config=server.cfg -servermod=@life_server;extDB3;@cba_a3 -mod=@ace;@acex;autolift;@autopack;@gebeadepack;@task_force_radio -autoinit"
Und warum benutzt du 2 mal ace?
-
das ist einmal ace und einmal acex
-
Ist doch beides das selbe oder?
-
nein leider nicht
jetzt bekomme ich
Can't find a mission collection / mission with template name: 'tanoa_life.tanoa.pbo', skipping to next mission.
aber es funktioniert trotzdem nicht -
Hast du beim missioncycle "tanoa_life.tanoa.pbo" angegeben?
-
habe das PBO rausgenommen
jetzt hat er die karte gefunden aber zeigt keine slots mehr an
-
Hast du mir nen rpt log?
-
Hast du beim missioncycle "tanoa_life.tanoa.pbo" angegeben?
Beim missioncycle darfst du nur "tanoa_life.tanoa" angeben. Also das .pbo nicht
-
ja wie gesagt pbo habe ich weggenommen und rpt log weis ich nicht wo die ist
-
-
??? jetzt habe ich ein großes fragezeichen über meinen kopf danke
-
-
Um genauer zu sein wären das deine neuen Startparameter
-
screen -S ARMA3 -L -Logfile /Arma3Server/logs/RPTLog$(date +%s) ./arma3server "-config=server.cfg -servermod=@life_server;extDB3;@cba_a3 -mod=@ace;@acex;autolift;@autopack;@gebeadepack;@task_force_radio;@autolift -autoinit"
so? -
Sollte klappen. Einfach ausprobieren
-
klappt nicht den kommt nur
Options:
-4 Resolve hostnames only to IPv4 addresses.
-6 Resolve hostnames only to IPv6 addresses.
-a Force all capabilities into each window's termcap.
-A -[r|R] Adapt all windows to the new display width & height.
-c file Read configuration file instead of '.screenrc'.
-d (-r) Detach the elsewhere running screen (and reattach here).
-dmS name Start as daemon: Screen session in detached mode.
-D (-r) Detach and logout remote (and reattach here).
-D -RR Do whatever is needed to get a screen session.
-e xy Change command characters.
-f Flow control on, -fn = off, -fa = auto.
-h lines Set the size of the scrollback history buffer.
-i Interrupt output sooner when flow control is on.
-l Login mode on (update /var/run/utmp), -ln = off.
-ls [match] or
-list Do nothing, just list our SockDir [on possible matches].
-L [file] Turn on output logging. Set logfile name.
-m ignore $STY variable, do create a new screen session.
-O Choose optimal output rather than exact vt100 emulation.
-p window Preselect the named window if it exists.
-q Quiet startup. Exits with non-zero return code if unsuccessful.
-Q Commands will send the response to the stdout of the querying process.
-r [session] Reattach to a detached screen process.
-R Reattach if possible, otherwise start a new session.
-s shell Shell to execute rather than $SHELL.
-S sockname Name this session <pid>.sockname instead of <pid>.<tty>.<host>.
-t title Set title. (window's name).
-T term Use term as $TERM for windows, rather than "screen".
-U Tell screen to use UTF-8 encoding.
-v Print "Screen version 4.05.00 (GNU) 10-Dec-16".
-wipe [match] Do nothing, just clean up SockDir [on possible matches].
-x Attach to a not detached screen. (Multi display mode).
-X Execute <cmd> as a screen command in the specified session.
-
Dann kopier mal folgende parameter bei dir rein.
Spoiler anzeigen
screen -S ARMA3 -L -Logfile /logs/RPTLog$(date +%s) ./arma3server "-config=server.cfg -servermod=@life_server;extDB3;@cba_a3 -mod=@ace;@acex;autolift;@autopack;@gebeadepack;@task_force_radio -autoinit"
-
Dann kopier mal folgende parameter bei dir rein.
Spoiler anzeigen
screen -S ARMA3 -L -Logfile /logs/RPTLog$(date +%s) ./arma3server "-config=server.cfg -servermod=@life_server;extDB3;@cba_a3 -mod=@ace;@acex;autolift;@autopack;@gebeadepack;@task_force_radio -autoinit"
Sehe gerade, dass ich da nrn anzeige fehler habe. Sind da Leerzeichen zwischen den -?
-