Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

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

About

Import data from ArmA3SyncExporter

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors

Languages