problm autodownload maps

Page:1  

  • Sandy

    hi guys need help for my own server (Sandy server ) i need to add maps ( personal map ) inside level rotation ===> autodownload not work ! ............FAIL do you have this problm yet ?? what can i need to add in level rotation and (or ) in setting.lua ? have you a solution and an exemple to help me ? ? need help ! pls

    ❤️ 0
  • Comrade

    Hello, It depends on which SSM you use, but it's usually quite easy. Just add the map name (for example, "multiplayer/ps/something") together with its download link to some specific file. For SSM SafeWriting it's the Settings.lua file. The only problem is that direct HTTP link is required, otherwise the map downloader won't be able to fetch the map. That's the limitation of the map downloader. However, it's still far better than the map downloader in Crysis Wars. :) If you need some place to upload your maps, contact me on Discord and i'll upload them to my server and give you the download links. Most maps are there already.

    ❤️ 0
  • Sandy

    Thank you COMRADE. i use SSM SafeWritting I have already tried to modify the seting.lua file at this location with a direct link but it did not work. I'm not sure if it's because of the structure of the ZIP file?? for example: file structure ZIP = name-map.zip / multiplayer / ia /name-map (with all files inside ) is this correct ? or different = name-map.zip (with only all files inside ) or perhaps in the Level rotation file ? for exemple : ------------------------------------------------------------------------------------------------------------------------------- <level name="multiplayer/ia/one" gamerules="InstantAction"> <setting setting="net_mapdownloadurl http://XXX.omg.ca/maps/multiplayer/ia/one.zip"/> <setting setting="g_timelimit 20"/> <setting setting="g_fraglimit 30"/> </level> -------------------------------------------------------------------------------------------------------------------------------- i explain you what i do: in setting lua i add that for a map: ------------------------------------------------------------------------ Maps={ ["multiplayer/ia/E4"]="/maps/hotspot/IA/E4.zip"; ------------------------------------------------------------------------- serveur run the game and the level is loaded: i can play inside (with the same computer as server ) but.......when somebody want to connect server from external location ( in the world ) : download fail ......... this is my problm ! if you can give me an exemple ...it will be better thank's

    ❤️ 0
  • Comrade

    Map links in level rotation file work only in Crysis Wars. Here's a working example (Settings.lua): Maps = { ["multiplayer/ia/steelmill"] = "http://crysis.nullptr.one/maps/IA/Steelmill.zip"; ["multiplayer/ia/outpost"] = "http://crysis.nullptr.one/maps/IA/Outpost.zip"; ["multiplayer/ps/refinery_pro"] = "http://crysis.nullptr.one/maps/PS/Refinery_Pro.zip"; ["multiplayer/ia/quarry"] = "http://crysis.nullptr.one/maps/IA/Quarry.zip"; ["multiplayer/ia/armada"] = "http://crysis.nullptr.one/maps/IA/Armada.zip"; ["multiplayer/ps/plantation"] = "http://crysis.nullptr.one/maps/PS/Plantation.zip"; ["multiplayer/ia/poolday_v2"] = "http://crysis.nullptr.one/maps/IA/PoolDay_v2.zip"; ["multiplayer/ia/aimmapv2"] = "http://crysis.nullptr.one/maps/IA/aimmapv2.zip"; ["multiplayer/ia/dsg_1_aim"] = "http://crysis.nullptr.one/maps/IA/dsg_1_aim.zip"; ["multiplayer/ia/hawaii"] = "http://crysis.nullptr.one/maps/IA/Hawaii.zip"; }; Very good point about ZIP file structure. Here's an example of what each ZIP file must contain: Levels/Multiplayer/PS/MapName/ All other directories are ignored by the map downloader for security reasons.

    ❤️ 0
  • Sandy

    ok and so, if I understand correctly, I can't use maps with a structure like the old one on cryserv.eu in Zip. I have to modify the inside of the ZIP: Levels/Multiplayer/IA /MapName. I understand that. I will try again and tell you if it works thank's a lot

    ❤️ 0
  • Comrade

    You can also use links directly from here: http://crysis.nullptr.one/maps/

    ❤️ 0
  • Sandy

    ok server run well the game ..... but autodownload fail again i change in setting . lua ------------------------------------------------------------------------------------------------------------------------ SafeWriting.Settings={ Maps={ ["multiplayer/ia/Airbus_A380"] = "http://91.165.48.195:49150/safe/Airbus_A380.zip"; --Versioning example: -- ["multiplayer/ia/pure"]="[2.1]http://164.132.230.46/pure.zip"; -- Tells that map version is 2.1, if client has not got version equals to this, it redownloads map for him. }; --------------------------------------------------------------------------------------------------------------------------- i change the ZIP structure as you said link for autodownload is good ( when the server is open ) but........in other location in the world .......AUTODOWNLOAD not work.... the maps list you send me: http://crysis.nullptr.one/maps/IA/ is this list a restricted list ?? we can't add more maps ?? i try with the links http://crysis.nullptr.one/maps/IA/ and change level rotation and setting.lua SAME PROBLM....... something is wrong in my system....... but : what .......I D K

    ❤️ 0
  • Comrade

    More maps can be added there. It's my server. Keep your Crysis server running please. With some custom map. I will check if it announces a valid download link.

    ❤️ 0
  • Sandy

    ok Comrade my servers are running from 8AM to 8 PM (local hour FRANCE). i admin 2 other servers without problm for download . i try to made this new server in CryMP.net ( for the moment only in test before adding maps). you can found me in Discord : Sandy FR#3647

    ❤️ 0
  • Sandy

    no way server have always the same problm i'm not sure we can use other maps ( personals maps ) inside server....... if somebody have a solution.......i will try..........

    ❤️ 0
Page:1