Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Caveat #2: I have never run the Arma3 server.
Caveat #3: Not knowing how to do something usually doesn't stop me.
Nonetheless, here's what I found.
Hope that helps.
Edit: Make sure you pull the rsync command listed above as a single one-liner.
arma3server@fuzionvps:~$ rsync -plarv Arma\ 3\ Server/\@ExileServer/ ~/serverfiles/\@ExileServer/
sending incremental file list
rsync: change_dir "/home/arma3server//Arma 3 Server/@ExileServer" failed: No such file or directory (2)
sent 20 bytes received 12 bytes 64.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1183) [sender=3.1.0]
Once placed in the "serverfiles" directory, you would only need to update the mods= line in the arma3server script.
If you uploaded 2 directories, then I'd start with:
20:47:23 Mission Exile.Altis read from bank.
20:47:23 Missing addons detected:
20:47:23 exile_client
20:47:23 Warning Message: You cannot play/edit this mission; it is dependent on downloadable content that has been deleted.exile_client
Like I said I had the server running fin on windows server but for some reason on Ubuntu they are not loading. My arma3server looks as follows
mods="@Exile\;"
# Server-side Mods
servermods="@ExileServer\;"
and server files look as follows
https://gyazo.com/3d420460fc0bd635207f37e2fe811ba0
Edit: Another issue that I see - your 2 module directories are OWNED BY ROOT, and not by the arma3server user. This is bad on a few levels, but mostly because it looks like your arma3server user cannot write in this directory.
Can you post the result of:
I deleted the files as root and reuploaded as arma3server, now it starts but crashes soon after. This is a cluster fuck if I ever did see one lol -_-
Can you post the console log, found in ~/logs/console, and any other screenshot that indicates an error?
(The permissions and ownership look better.)
23:10:23 SteamAPI initialization failed. Steam features wont's be accessible!
23:10:23 DS_
23:10:23 /home/arma3server/.local/share/Arma 3 - Other Profiles\Player\
23:10:23 Intel(R) Xeon(R) CPU X5690 @ 3.47GHz
23:10:23 sessionID: 7ea73a5741b99325278a0d2dcf6344c080800bad
23:10:23 ../lib/Network/networkServer.cpp ClearNetServer:NOT IMPLEMENTED - briefing!
Cannot open file '/home/arma3server/serverfiles/@Exile\addons\exile_psycho_lada'
23:10:23 Extensions:
If it starts now, what does the mod listing show from the console? It will either show that you asked to load the mod and it failed, or that it was not asked to load the mod. The full console log that was asked for (from logs/console) would be immensely helpful, too.
It's hard guessing what's wrong based on your impressions... "back to the mod issue" needs a bit more support in terms of what the mod issue actually is, in order to further diagnose what yet needs to be fixed.