major_shepard
Member-
Content Count
1505 -
Joined
-
Last visited
-
Medals
Everything posted by major_shepard
-
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Are you using Linux or Windows to build the repo ? -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
could you try replacing ArmA3Sync.jar file by this one: ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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? -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
japo32 do update ArmA3Sync to the last version (v1.5.84) -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
jgaz-uk could you try replacing ArmA3Sync.jar file by this one: ftp://www.sonsofexiled.fr/ArmA3/ArmA3Sync/development/ArmA3Sync.jar -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Give me the access by pm to the repo with the ftp account you use to upload. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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). -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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 -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
ok -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Clean Windows registry using tool like C Cleaner then re-install Java JRE. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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? -
LEA - Loadout Editor for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Use the virtual arsenal, LEA maintenance is now stopped. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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 -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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 -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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? -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
Presumably the remote server you download from sucks. The number of connections is sets by the repository admin. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
This happens because it fails to write on disk into the profiles folder from ArmA3Sync installation directory. -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
What is the repository url? -
ArmA3Sync - launcher and addons synchronization software for ArmA 3
major_shepard replied to major_shepard's topic in ARMA 3 - COMMUNITY MADE UTILITIES
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?