Skip to content

Import data from ArmA3SyncExporter

License

Notifications You must be signed in to change notification settings

TacticalBaconDevs/ArmA3SyncImporter

Repository files navigation

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");

Releases

No releases published

Languages