Skip to content

This project extracts/exports data from an Arma3Sync repo

License

Notifications You must be signed in to change notification settings

TacticalBaconDevs/ArmA3SyncExporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArmA3SyncExporter

Requirements

Informations

This project extracts/exports data from an Arma3Sync repo.

Example call and output

Input:

java -jar ArmA3SyncExporter.jar -console http://repo.tacticalbacon.de/.a3s/events

Output:

v1.0.2 (09.10.22)
-----------------START-----------------
[TB] MinimalModset#@TBMod|@Zeus Enhanced|@LAMBS_Danger|@diwako_dui|@CBA_A3|@ace
[TB] TestServer#@TBMod|@CBA_A3|@KAT_AdvancedMedical|@ace|@BuildingMods
-----------------END-----------------

Current help

java -jar ArmA3SyncExporter.jar [options] <URL>
Options:
	-h / -? / -help: shows help
	-console: output option as console output
URL:
	http://***/sync => ADDON|FILE1|FILE2|...
	http://***/events => EVENT|ADDON1|ADDON2|...