Jump to content

major_shepard

Member
  • Content Count

    1505
  • Joined

  • Last visited

  • Medals

Everything posted by major_shepard

  1. Are you able to install ArmA3Sync on the server? If not, build the repository on your PC then upload the repository to the server using the Upload command.
  2. Are you using Linux or Windows to build the repo ?
  3. could you try replacing ArmA3Sync.jar file by this one: ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar
  4. Ok. I grabed TFAR 0.9.12 from ArmAHolic and there is no radio_settings.hpp file inside (for the userconfig folder) ? Is it still needed?
  5. japo32 do update ArmA3Sync to the last version (v1.5.84)
  6. jgaz-uk could you try replacing ArmA3Sync.jar file by this one: ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar
  7. 1. Run ArmA3Sync-debug.exe 2. Connect to the repository, arma3sync will check for addons 3. When the errors comes, copy paste the console content here.
  8. Give me the access by pm to the repo with the ftp account you use to upload.
  9. The line saying STOR sync permissions denied, means the user login is missing write permission to write into the remote directory indicated the line above. (file write permission is different to create directory permission). Generally speaking, the login you use to upload the repository must have every permissions enabled. https://help.webcontrolcenter.com/kb/a1069/filezilla-ftp-server-setting-up-configuring-new-users-and-groups.aspx To use ArmA3Sync, you must have 2 accounts into FTP accessing the repository: - 1 anonymous (read only) for client to access the repository - 1 for uploading the repository with full permissions on the FTP (within ArmA3Sync use the upload options button to configure this connection).
  10. Retrieving the /.a3s/autoconfig file from the Import button requires public access to the FTP (= user with login "anonymous", no password, read only permission). https://www.techwalla.com/articles/how-to-set-up-anonymous-ftp-in-filezilla
  11. Quite obvious, you are missing permission to create directory remotely on the FTP. You must assign this permission to the user login you use to upload the repository.
  12. Depends what you mean by framework? If you mean the object architecture for the synchronisation mecanism, yes you can port it to C# or any other object oriented language.
  13. Clean Windows registry using tool like C Cleaner then re-install Java JRE.
  14. I expect is a Java issue not a A3S issue. Do you have any program like Control Panel that comes with the SC contoller that requires Java?
  15. major_shepard

    LEA - Loadout Editor for ArmA 3

    Use the virtual arsenal, LEA maintenance is now stopped.
  16. From Addon Options panel, add a new addon search directory path pointing to whatever folder you want. Then choose this new folder as destination folder when synchronizing files to a repository.
  17. In your case as you are dropping addon folders from left side to right side, there is no ambiguity. The big deal comes when people select the Modset button to auto generate a group from a repository. Here is an example: ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/screens/arma3sync_duplicate_from_modset.png
  18. The warning has nothing to do with the fact that you try to launch simultaneously 2 mods with the same name. It means that the mod on right side could physically refer to multiple addon with the same name on the left side. Let say you have 2 mods with name @A into the available addons tree: These 2 mods will appear into this list as @A and @A*. If you drop mod @A on right side and select it, it will start mod @A. If you do the same thing with @A*, then @A* will be launch. So whether you stay very aware of * mark, or rename the mod with a unique name like @A_whatever
  19. The issue is server side. The green bar stuck at 100% because ArmA3Sync is waiting for the server to send the next file. Is it a FTP or a HTTP server?
  20. Create one profile for each repository with dedicated directory to store the addons. There is no unique identifier that comes with addon except their name.
  21. Presumably the remote server you download from sucks. The number of connections is sets by the repository admin.
  22. This happens because it fails to write on disk into the profiles folder from ArmA3Sync installation directory.
  23. Do you have a dedicated server where you run ArmA3Sync or do you build the repository on your PC and then upload the repository to the FTP/HTTP server?
×