-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
91 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Infinity Auto Packager by AL|EN ([email protected]) | ||
# A tool that automatically generates Infinity Engine mod packages when you publish a release. | ||
|
||
on: | ||
release: | ||
types: [published] | ||
jobs: | ||
InfinityAutoPackager: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Initial setup | ||
run: | | ||
git lfs uninstall | ||
git config --global core.autocrlf false | ||
git config --global core.ignorecase true | ||
- name: Clone repository using 'github.ref' from release | ||
uses: actions/checkout@master | ||
|
||
- name: Create Infinity Engine Mod Packages (.iemod and .zip) | ||
uses: ALIENQuake/CreateIEModZipPackage@master | ||
id: CreateIEModZipPackage | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Upload iemod package to latest release | ||
uses: svenstaro/upload-release-action@v1-release | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
repo_token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ${{ steps.CreateIEModZipPackage.outputs.PackageBaseName }}.iemod | ||
asset_name: ${{ steps.CreateIEModZipPackage.outputs.PackageBaseName }}.iemod | ||
tag: ${{ github.ref }} | ||
overwrite: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
![Latest Release](https://img.shields.io/github/v/release/Pocket-Plane-Group/Under-Respresented_Items?include_prereleases&color=blue) | ||
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Pocket-Plane-Group/Under-Respresented_Items?color=gold) | ||
![Platform](https://img.shields.io/static/v1?label=platform&message=windows%20%7C%20macOS%20%7C%20linux%20%7C%20Project%20Infinity&color=informational) | ||
![Language](https://img.shields.io/static/v1?label=language&message=English%20%7C%20French%20%7C%20Italian%20%7C%20Polish%20%7C%20Russian&color=limegreen) | ||
|
||
![Supported games](https://img.shields.io/static/v1?label=supported%20games&message=BG2%20%7C%20BGT%20%7C%20BG2EE%20%7C%20EET&color=dodgerblue) | ||
|
||
|
||
<div align="center"><h1></a>Under-Represented Items Mod</h1> | ||
|
||
</div><br> | ||
|
||
## | ||
|
||
## Overview | ||
|
||
|
||
|
||
This mod adds items to Baldur's Gate 2. The items come from Icewind Dale 2. Only certain kinds of items were chosen. Items were selected to flesh out smaller weapon families. | ||
|
||
## | ||
|
||
:page_facing_up: [Read the mod's readme](https://raw.githubusercontent.com/Pocket-Plane-Group/Under-Respresented_Items/master/underrep/readme-underrep.txt) | ||
|
||
## | ||
|
||
[![Created Badge](https://badges.pufler.dev/created/Pocket-Plane-Group/Under-Respresented_Items?style=plastic&label=Created)](https://badges.pufler.dev) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/Pocket-Plane-Group/Under-Respresented_Items?style=plastic&label=repo%20size) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
BACKUP ~underrep/backup~ | ||
BACKUP ~weidu_external/underrep/backup~ | ||
AUTHOR ~http://forums.pocketplane.net/index.php/board,43.0.html~ | ||
|
||
ALWAYS | ||
|
@@ -16,7 +16,7 @@ ALWAYS | |
|
||
END | ||
|
||
VERSION ~v8~ | ||
VERSION ~v9~ | ||
|
||
README ~underrep/readme-underrep.%LANGUAGE%.html~ | ||
~underrep/readme-underrep.%LANGUAGE%.txt~ | ||
|
@@ -29,21 +29,29 @@ LANGUAGE ~American English~ | |
|
||
LANGUAGE ~Traduction francaise (par Mathrim Cauthon, [email protected])~ | ||
~french~ | ||
~underrep/languages/american/setup.tra~ | ||
~underrep/languages/american/u#conlan.tra~ | ||
~underrep/languages/french/setup.tra~ | ||
~underrep/languages/french/u#conlan.tra~ | ||
|
||
LANGUAGE ~Russian (SERKOS)~ | ||
~russian~ | ||
~underrep/languages/american/setup.tra~ | ||
~underrep/languages/american/u#conlan.tra~ | ||
~underrep/languages/russian/setup.tra~ | ||
~underrep/languages/russian/u#conlan.tra~ | ||
|
||
LANGUAGE ~Italian (Stoneangel)~ | ||
~italian~ | ||
~underrep/languages/american/setup.tra~ | ||
~underrep/languages/american/u#conlan.tra~ | ||
~underrep/languages/italian/setup.tra~ | ||
~underrep/languages/italian/u#conlan.tra~ | ||
|
||
LANGUAGE ~Polski (Aristo - The Stars of Mystra)~ | ||
~polish~ | ||
~underrep/languages/american/setup.tra~ | ||
~underrep/languages/american/u#conlan.tra~ | ||
~underrep/languages/polish/setup.tra~ | ||
~underrep/languages/polish/u#conlan.tra~ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters