Skip to content

Commit

Permalink
Merge branch 'development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
dijksterhuis authored Sep 5, 2024
2 parents 8a64e39 + 1d1101d commit 2a88879
Show file tree
Hide file tree
Showing 15 changed files with 802 additions and 2,267 deletions.
6 changes: 6 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# These are supported funding model platforms

custom:
- "https://www.paypal.com/donate/?hosted_button_id=UMR3FKVWG6E26"
- "https://www.patreon.com/user?u=67596540"

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
build:
if: github.ref == 'refs/heads/development'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# README
# MIKE FORCE: BRO-NATION EVENTS EDITION

This is a minimal Mike Force build retaining core features and functionality for event sheld on Bro-Nation servers.


## Usage (Curation team)

The best way to keep up to date with the latest changes in this repo is to use git and pull changes.

But not everyon is a git wizard, so instead you can do this

1. Go to the [Releases](https://github.com/Bro-Nation/bn-mf-events/releases) tab (right hand side of the screen) and find the release with the "Latest" tag on it.
2. Download the `.zip` file with a name tat starts with `AllMPMissions_`
3. Copy the Downloaded Zip file to your Arma 3 profile folder.
4. Extract allthe contents of your Zip file. You should end up with 4 folders for each map, prefixed by `bn_mikeforce_events`
5. Start editing your mission!


----

## IMPORTANT LICENSING INFORMATION

Expand Down
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rm -rf \
for MAP_BASE_PATH in ${BASE_REPO_PATH}/maps/*
do
echo "PACKAGING MAP: ${MAP_BASE_PATH}"
MAP_DIR_NAME="bn_mikeforce_indev.$(basename ${MAP_BASE_PATH})"
MAP_DIR_NAME="bn_mikeforce_events.$(basename ${MAP_BASE_PATH})"
MAP_DIR_PATH="${MAPS_BUILD_DIR_PATH}/${MAP_DIR_NAME}"

mkdir -p "${MAP_DIR_PATH}"
Expand Down
Loading

0 comments on commit 2a88879

Please sign in to comment.