Skip to content

Commit

Permalink
Remove some stuff and fix some links
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Dec 13, 2024
1 parent 81e922f commit 0b3ca1c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 49 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/rust.yml

This file was deleted.

24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@
<img src="https://avatars2.githubusercontent.com/u/50863181">
</p>
<p align="center">
<a href="https://github.com/ArmaForces/NEW_MOD_PRETTY/issues">
<img src="https://img.shields.io/github/issues-raw/ArmaForces/NEW_MOD_PRETTY.svg?label=Issues" alt="ArmaForces NEW_MOD_PRETTY Issues">
<a href="https://github.com/ArmaForces/NEW_MOD_REPO_NAME/issues">
<img src="https://img.shields.io/github/issues-raw/ArmaForces/NEW_MOD_REPO_NAME.svg?label=Issues" alt="ArmaForces NEW_MOD_REPO_NAME Issues">
</a>
<a href="https://github.com/ArmaForces/NEW_MOD_PRETTY/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-GPLv2-red.svg" alt="ArmaForces NEW_MOD_PRETTY License">
<a href="https://github.com/ArmaForces/NEW_MOD_REPO_NAME/blob/master/LICENSE">
<img src="https://img.shields.io/badge/License-GPLv2-red.svg" alt="ArmaForces NEW_MOD_REPO_NAME License">
</a>
<a href="https://github.com/ArmaForces/NEW_MOD_PRETTY/actions">
<img src="https://github.com/ArmaForces/NEW_MOD_PRETTY/workflows/Arma/badge.svg">
<a href="https://github.com/ArmaForces/NEW_MOD_REPO_NAME/actions">
<img src="https://github.com/ArmaForces/NEW_MOD_REPO_NAME/workflows/Arma/badge.svg">
</a>
</p>
<p align="center"><sup><strong>Requires the latest version of <a href="https://github.com/CBATeam/CBA_A3/releases/latest">CBA</a>.</strong></sup></p>

**ArmaForces NEW_MOD_PRETTY** is a collaborative effort by the members of <a href="https//armaforces.com/">ArmaForces</a>, polish Arma 3 community.
**ArmaForces NEW_MOD_REPO_NAME** is a collaborative effort by the members of <a href="https//armaforces.com/">ArmaForces</a>, polish Arma 3 community.

Main purpose of this addon is to bend and adjust Arma 3 game features to the Group gameplay needs and style.
**TODO ADJUST MAIN PURPOSE** Main purpose of this addon is to bend and adjust Arma 3 game features to the Group gameplay needs and style.

The mod is on the same foundation as the ACE3 mod, using its framework, systems, tools and standards. It is entirely **open-source** and licensed under the GNU General Public License ([GPLv2](https://github.com/ArmaForces/NEW_MOD_PRETTY/blob/master/LICENSE)).
The mod is on the same foundation as the ACE3 mod, using its framework, systems, tools and standards. It is entirely **open-source** and licensed under the GNU General Public License ([GPLv2](https://github.com/ArmaForces/NEW_MOD_REPO_NAME/blob/master/LICENSE)).

Huge appreciation and thanks to [ACE3 Team](http://ace3mod.com/team.html) for their open-source nature and permission to use their systems.

**Replace `NEW_MOD_PRETTY`, `NEW_MOD_SNAKE`, `NEW_MOD_ABBR` and `NEW_MOD_ABBR_CAPS` with name of your mod like in examples below.**
**Replace `NEW_MOD_REPO_NAME`, `NEW_MOD_PRETTY`, `NEW_MOD_SNAKE`, `NEW_MOD_ABBR` and `NEW_MOD_ABBR_CAPS` with name of your mod like in examples below.**

- `Mods`, `mods`, `afm`, `AFM`
- `Mission Framework`, `mission_framework`, `afmf`, `AFMF`
- `Mods`, `Mods`, `mods`, `afm`, `AFM`
- `MissionFramework`, `Mission Framework`, `mission_framework`, `afmf`, `AFMF`

## Setup

Expand Down
13 changes: 1 addition & 12 deletions hemtt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ author = "ArmaForces"
files = [
"LICENSE",
"mod.cpp",
"README.md",
"armaforces_NEW_MOD_SNAKE_x64.dll",
"README.md"
]

exclude = ["*.psd", "*.png", "*.tga"]
Expand All @@ -23,16 +22,6 @@ releasebuild = [
[header_exts]
version = "{{git \"id 8\"}}"

[scripts.extension]
show_output = true
steps_windows = [
"cd extension && cargo build --release",
"copy extension\\target\\release\\armaforces_NEW_MOD_SNAKE.dll armaforces_NEW_MOD_SNAKE_x64.dll"
]
steps_linux = [
"echo \"Unable to build extension on Linux\""
]

[scripts.set_version]
steps_windows = [
"powershell ./tools/Set-Version.ps1 {{version}} '@armaforces_NEW_MOD_SNAKE'"
Expand Down
4 changes: 2 additions & 2 deletions mod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = "https://github.com/armaforces/NEW_MOD_SNAKE/";
action = "https://armaforces.com/";
actionName = "Website";
logo = "\z\NEW_MOD_ABBR\addons\main\ui\logo_sm_ca.paa";
logoOver = "\z\NEW_MOD_ABBR_CAPS\addons\main\ui\logo_sm_ca.paa";
overviewPicture = "\z\NEW_MOD_ABBR_CAPS\addons\main\ui\logo_sm_ca.paa";
logoOver = "\z\NEW_MOD_ABBR\addons\main\ui\logo_sm_ca.paa";
overviewPicture = "\z\NEW_MOD_ABBR\addons\main\ui\logo_sm_ca.paa";
tooltip = "ArmaForces NEW_MOD_PRETTY";
description = "ArmaForces in-house NEW_MOD_SNAKE developed by community members.";

0 comments on commit 0b3ca1c

Please sign in to comment.