Skip to content

Commit 389a519

Browse files
committed
Github junk
1 parent aa0c476 commit 389a519

File tree

4 files changed

+99
-0
lines changed

4 files changed

+99
-0
lines changed

.gitattributes

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# WeiDU/IE
5+
*.tp2 text
6+
*.tpa text
7+
*.tpp text
8+
*.tph text
9+
*.tra text
10+
*.2da text
11+
*.baf text
12+
*.d text
13+
*.ids text
14+
*.bam binary
15+
*.plt binary
16+
*.mos binary
17+
*.vvc binary
18+
*.itm binary
19+
*.spl binary
20+
*.cre binary
21+
*.eff binary
22+
*.pro binary
23+
*.are binary
24+
*.wed binary
25+
*.wmp binary
26+
*.sto binary
27+
*.bcs binary
28+
*.dlg binary
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Infinity Auto Packager by AL|EN ([email protected])
2+
# A tool that automatically generates Infinity Engine mod packages when you publish a release.
3+
4+
on:
5+
release:
6+
types: [published]
7+
jobs:
8+
InfinityAutoPackager:
9+
runs-on: ubuntu-latest
10+
steps:
11+
12+
- name: Initial setup
13+
run: |
14+
git lfs uninstall
15+
git config --global core.autocrlf false
16+
git config --global core.ignorecase true
17+
18+
- name: Clone repository using 'github.ref' from release
19+
uses: actions/checkout@master
20+
21+
- name: Create Infinity Engine Mod Packages (.iemod and .zip)
22+
uses: ALIENQuake/CreateIEModZipPackage@master
23+
id: CreateIEModZipPackage
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
27+
- name: Upload iemod package to latest release
28+
uses: svenstaro/upload-release-action@v1-release
29+
if: github.ref != 'refs/heads/master'
30+
with:
31+
repo_token: ${{ secrets.GITHUB_TOKEN }}
32+
file: ${{ steps.CreateIEModZipPackage.outputs.PackageBaseName }}.iemod
33+
asset_name: ${{ steps.CreateIEModZipPackage.outputs.PackageBaseName }}.iemod
34+
tag: ${{ github.ref }}
35+
overwrite: true

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*.7z
2+
*.rar
3+
*.zip
4+
*.tar.gz
5+
*.debug
6+
*.log
7+
*.exe
8+
!iconv.exe
9+
!oggdec.exe
10+
!tisunpack.exe
11+
setup-glamnpcpack
12+
setup-glamnpcpack.command
13+
GlamNPCPack/backup/*

readme.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
![Latest Release](https://img.shields.io/github/v/release/Gibberlings3/Sarah?include_prereleases&color=blue)
2+
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Gibberlings3/Sarah?color=gold)
3+
![Platform](https://img.shields.io/static/v1?label=platform&message=windows%20%7C%20macOS%20%7C%20linux%20%7C%20Project%20Infinity&color=informational)
4+
![Language](https://img.shields.io/static/v1?label=language&message=English%20%7C%20French&color=limegreen)
5+
![Supported games](https://img.shields.io/static/v1?label=supported%20games&message=BG2(ToB)%20%7C%20BG2EE%20%7C%20BGT%20%7C%20EET&color=dodgerblue)
6+
7+
![The G3 Logo](https://raw.githubusercontent.com/Gibberlings3/.github/master/profile/g3_neutral.png)
8+
9+
# Sarah NPC Romance Mod for BG2: TOB
10+
11+
## Overview
12+
13+
It has always been a belief of mine that there are not enough rangers in Baldur's Gate II, nor are there enough opportunities to interact with them. This mod will add Sarah, a young but independent ranger to Baldur's Gate II.
14+
15+
## More Information
16+
17+
:page_facing_up: [Project Page](https://www.gibberlings3.net/mods/npcs/sarah/)
18+
:page_facing_up: [Readme](https://gibberlings3.github.io/Documentation/readmes/readme-sarahtob.html)
19+
:page_facing_up: [Forum](https://www.gibberlings3.net/forums/forum/135-sarah/)
20+
21+
##
22+
23+
![GitHub repo size](https://img.shields.io/github/repo-size/Gibberlings3/Sarah?style=plastic&label=repo%20size)

0 commit comments

Comments
 (0)