Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 852 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 852 Bytes

ArmA3SyncImporter

Requirements

Informations

This project imports data from an Arma3Sync repo. It utilizes the ArmA3SyncExporter project to get the right output.

Examples

List<Event?> events = ImporterUtils.GetEvent(http://repo.tacticalbacon.de/.a3s/events); // or http://repo.tacticalbacon.de/.a3s/autoconfig
List<Addon?> remoteAddons = ImporterUtils.GetRemoteSync(http://repo.tacticalbacon.de/.a3s/sync); // or http://repo.tacticalbacon.de/.a3s/autoconfig
List<Addon?> localAddons = ImporterUtils.GetLokalSync(@"C:\Arma3\Mods");