Firerfan 0 Report post Posted January 16, 2017 Hey guys, i have problem with my Tanoa-Exile server. I followed this guide to set up ryanzombies on my server- But when i try to start the server, it says it can't find ryanzombies. I've added you my RPT-Files: stderr.Log:http://pastebin.com/ip3uNN0T stdout.Log:http://pastebin.com/m3xXDD2C Here are the important parts out of my mission.sqm Spoiler I've also tried to leave the "AddonsMetaData" blank but this didn't work either. addons[] = { "exile_client", "ryanzombies", "ryanzombiesfunctions", "A3_Ui_F" }; class AddonsMetaData { class List { items = 4; class Item0 { className = "exile_client"; name = "exile_client"; }; class Item1 { className = "ryanzombies"; name = "ryanzombies"; }; class Item2 { className = "ryanzombiesfunctions"; name = "ryanzombiesfunctions"; }; class Item3 { className = "A3_Ui_F"; name = "Arma 3 - User Interface"; author = "Bohemia Interactive"; url = "http://www.arma3.com"; }; }; }; Here's my server-starting file: Spoiler ./arma3server -cfg=@ExileServer/basic.cfg -config=@ExileServer/config.cfg -port=2302 -mod=@Exile\;@Ryanzombies\; -servermod=@ExileServer\; -autoInit > stdout.log 2> stderr.log & My Operation-System: Ubuntu 14.04 minimal I did not rename the "@Ryanzombies"-folder Hope you can help me, Best regards Share this post Link to post Share on other sites
0 hogansheroes 356 Report post Posted January 16, 2017 you need to remove "ryanzombiesfunctions", from your mission.sqm if you have added before the rpt Share this post Link to post Share on other sites
0 Firerfan 0 Report post Posted January 16, 2017 Hey @hogansheroes, first - thanks for your help. When i left out the "ryanzombiesfunctions", the server still tells me it can't find "ryanzombies". Share this post Link to post Share on other sites
0 >X< 3 Report post Posted January 17, 2017 ./arma3server -cfg=@ExileServer/basic.cfg -config=@ExileServer/config.cfg -port=2302 -mod=@Exile\;@Ryanzombies\; -servermod=@ExileServer\; -autoInit > stdout.log 2> stderr.log I am assuming the syntax is correct as I do not use Linux, do you need the ; after the last mod (windows = -mod@Exile;@Ryanzombies) also was reading that Linux can be case sensitive....you may want to try changing your mods to @exile and @ryanzombies. Hope it gets resolved brother. Share this post Link to post Share on other sites
Hey guys, i have problem with my Tanoa-Exile server.
I followed this guide to set up ryanzombies on my server- But when i try to start the server, it says it can't find ryanzombies.
I've added you my RPT-Files:
stderr.Log:
http://pastebin.com/ip3uNN0T
stdout.Log:
http://pastebin.com/m3xXDD2C
Here are the important parts out of my mission.sqm
I've also tried to leave the "AddonsMetaData" blank but this didn't work either.
Here's my server-starting file:
./arma3server -cfg=@ExileServer/basic.cfg -config=@ExileServer/config.cfg -port=2302 -mod=@Exile\;@Ryanzombies\; -servermod=@ExileServer\; -autoInit > stdout.log 2> stderr.log &
My Operation-System: Ubuntu 14.04 minimal
I did not rename the "@Ryanzombies"-folder
Hope you can help me,
Best regards
Share this post
Link to post
Share on other sites