Jump to content

major_shepard

Member
  • Content Count

    1505
  • Joined

  • Last visited

  • Medals

Everything posted by major_shepard

  1. It appears that ArmA3Sync is not able to write into ArmA3Sync installation directory. Checkout files permissions.
  2. For 2 reasons: 1. The performance options are here to limit the hardware resources usage in case your machine cannot handle ArmA 3 which runs at maximum performance by default. 2. ArmA3.exe is a 32-bit runnable process which means that it is not possible to use more than 4 GB of RAM with LAA (in very best case) even if your OS is 64-bit.
  3. What do want to achieve exactly? Is it running ArmA3Sync from command line within a batch file like this ArmA3Sync.jar [command] [parameters]? Or is it to make a call to ArmA3Sync.jar within another Java program like this: ArmA3Sync.build("Name of the repository")? ---------- Post added at 11:22 AM ---------- Previous post was at 11:09 AM ---------- First of delete the .a3s folder. Then try to run ArmA3Sync.bat file and build the repository. Copy past here what you get in the console once the build finished.
  4. Your server is protected by password and login that's you can't import a public autoconfig url. Just distribute the login and password to your guys or generate an autoconfig file (Menu Help -> Auto-config -> Export) and give the file it to them to import (Menu Help -> Auto-config - Import). ---------- Post added at 08:36 PM ---------- Previous post was at 08:34 PM ---------- It looks like the files you are generating into /.a3s folder of your repository are corrupted. What version of Java VM are you using?
  5. Could you give me the information to login on your FTP by PM?
  6. You have nothing to do. ArmA3Sync will automatically compare the repository content and your local content. Then new or update pbo files will be marked red color. Extra local pbo will be marked blue color. See the Wiki.
  7. major_shepard

    LEA - Loadout Editor for ArmA 3

    Nop they don't. But it is possible however to allow them to use @LEA at mission start. By default @LEA will not be allowed.
  8. major_shepard

    LEA - Loadout Editor for ArmA 3

    You must make a left click on the unit into the left hand side panel. Don't mix up with ticking the checkbox of the unit. This is for selecting profile to initialize with @LEA Addon (see the wiki).
  9. major_shepard

    LEA - Loadout Editor for ArmA 3

    I would need the all mission for that. Use Mission -> Make mission.pbo and give me the file. Thanks.
  10. ArmA3Sync 1.2 Update 2 Download Use Check for Updates in the Help menu Changelog - Added: User can now join ArmA 3 dedicated servers from favorite servers list. - Added: Login, password and port number can now been specified when creating a new addons repository from a terminal. - Fixed: Switching profiles does not reload available addons list from addon search directories.
  11. If you use the console mode to administrate the repository you can't create event. You must run ArmA3Sync GUI client side and upload the event.
  12. I guess there is a bug somewhere. Tried on my repo in console mode (Win Server 2008) didn't have a problem. Could you check the path of your repo by using the LIST command on the console ? This is normal behavior. Currently when you rebuild the repo it is marked as UPDATED whether or not files have been changed. Will try to improved this. You must have an access on the remote machine in order to run ArmA3Sync (whether remote desktop or terminal) an then execute build repository command etc. To execute a remote command from client computer this would require to develop a specific server/application that can catch remote request and perform the requiered operation. There are 2 possibilities to achieved this: - The light one: a specific server that just execute remote procedures call. Just run the server, check the firewall and you good to go. - The heavy one: a web application deployed on the host machine using something like this: http://en.wikipedia.org/wiki/Apache_Tomcat. Could be a bit of a headache for some people to get started with.
  13. There are 2 ways to switch profiles: 1- Menu profiles -> Edit -> Select -> OK 2- Menu profiles -> Select It appears that way 2 makes the issue by not saving Addon search directories. Seems to be a regression from v1.2.
  14. Yop thanks. Indeed when using the console mode for managing repositories, the NEW command use 21 as port value by default whatever the protocole. This bug is not present when using the GUI mode. Also I will add the possibility to set the port value as well as login and password in console mode. ;)
  15. Thanks mate for testing on all these OS :) Now I can't reproduce the bug you mention with port number when importing the autoconfig. Could you give me your userconfig url (PM if needed). Thanks ;)
  16. Left click on the folder. You must have access on the machine hosting the Web server and install arma3sync on it.
  17. Be sure to use 1.2.36. Now for the files that have been renamed within the repository from the previous build you have to replace all of them by the original ones and then rebuild the repository.
  18. I am fixing that issue right now. However be aware that depending the OS hosting the repo one's may expect issue with that kind of file with special characters. That's why generally developers never ever use white space in the name of files supposed to be delivered. ---------- Post added at 04:19 PM ---------- Previous post was at 03:26 PM ---------- ArmA3Sync 1.2 Update 1 Download Use Check for Updates in the Help menu Changelog - Fixed: Spaces in file names within repositories are no more replaced by _ character. - Fixed: Unable to synchronize addons with FTP servers that does not support the "abor" ftp command.
  19. Could you give me the information for connecting to your server by PM?
  20. Thanks surprising. Doesn't work for me and my mates with our dedicaded server. Could you try with -connect=www.sonsofexiled.fr -port=2318 or -connect=88.190.44.199 -port=2318 I expect you server has a problem responding. Could you investigate on the server console? Could you try running ArmA3Sync.bat file (with Administrator priviledges)
  21. ArmA3Sync 1.2 Download Use Check for Updates in the Help menu Changelog - Added: It is now possible to build custom addon repository on a Web server. - Added: Differential update algorithm ZSYNC is used to mimimize amount of data transfered when updating files (Web based repository only). - Added: Autoconfig can now be imported from a web url. - Added: User can now choise to exclude extra local files in a folder when synchronising with a repository - Added: Auto-discover of addons into all destination folders can now be disable. - Added: Userconfig folder content can now been shared within an event. - Added: Launcher options are now fully saved into profile. - Added: nOFilePatching has been added as an option into Launcher Options Panel. - Improved: Check for Addons take significally less time to achieve.
  22. Simple. Just share the repository folder in 2 different FTP accounts. - 1 is anonymous (public) with NO write permission so that you can share ftp auto-config and sync with it. - 1 has login and password (private) with write permission so that you can sync and upload events with it. Am I clear ? Now ArmA3Sync 1.2 will come up with ability to write an event directly on the hard drive when user is on the host machine. ArmA3Sync 1.2 will also able to import and auto-config file hosted on a Web server. So that someone would be able to import a private auto-config from a web link.
  23. Some addons like ACRE or TFAR needs to run the game with admin rights. It's one of the reasons among others.
  24. major_shepard

    LEA - Loadout Editor for ArmA 3

    There is no such plan right now. We would ask someone else to do the job ^^
  25. major_shepard

    LEA - Loadout Editor for ArmA 3

    The English Wiki page is now back online. Thanks for informing us ;)
×