Compare commits

..

No commits in common. "b518cd9a38f417109630c2c75d30da0527851b05" and "3144cf8e025a1a1530b6d663491911a7aa59e9c2" have entirely different histories.

2 changed files with 1 additions and 42 deletions

View File

@ -1,41 +0,0 @@
Arma 3 FORGE Factions: Redefine The Battlefield\
Version: Alpha 0.1.0
[Development Status: Active]
---
Experience warfare reimagined with Arma 3 FORGE Factions, a comprehensive faction expansion that brings new depths of military diversity to your operations. Command unique forces, deploy specialized units, and engage in complex scenarios across distinctive fighting forces.
Key Features:
---
* Elite Forces: From hardened PMC operators to specialized military units, lead forces that bring unique capabilities and tactical options to the battlefield
* Distinctive Identity: Each faction features carefully crafted loadouts, custom equipment selections, and specialized vehicle configurations that define their combat doctrine
* Dynamic Integration: Seamlessly connects with the FORGE framework, enabling deep progression and organizational development for each faction
* Tactical Variety: Unique unit compositions and equipment combinations create fresh tactical challenges and opportunities
* Command Options: Full Zeus and Eden Editor support ensures complete mission-making freedom with all faction assets
* Balanced Design: Meticulously tuned for competitive balance while maintaining each faction's unique character
* Future-Ready: Built for expansion with a modular framework that supports regular content updates
* Mission Framework: Ready-to-use unit compositions and mission templates accelerate scenario creation
Perfect for:
* Mission makers seeking fresh tactical possibilities
* Players wanting new combat experiences
* Communities running persistent campaigns
* Scenario designers crafting complex operations
Coming Features:
* Additional Faction Types
* Expanded Vehicle Pools
Support & Development
---
* Part of the FORGE Development Initiative
* Regular updates and expansion plans
* Community-driven improvement process
License:
---
This mod is licensed under the [Arma Public License (APL-SA)](https://www.bohemia.net/community/licenses/arma-public-license-share-alike).
Join us in reshaping modern warfare.

View File

@ -74,7 +74,7 @@ func createGiteaClient() (*gitea.Client, error) {
func createRelease(client *gitea.Client, owner, repo, version string) (*gitea.Release, error) {
release, _, err := client.CreateRelease(owner, repo, gitea.CreateReleaseOption{
TagName: version,
Title: fmt.Sprintf("FORGE Factions v%s", version),
Title: fmt.Sprintf("IDSolutions Factions v%s", version),
Note: fmt.Sprintf("Release notes for version %s", version),
})
return release, err