Skip to content

Commit abf15b4

Browse files
committed
PI hooks, GH readme update
1 parent ad53034 commit abf15b4

File tree

2 files changed

+30
-22
lines changed

2 files changed

+30
-22
lines changed

readme.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![Latest Release](https://img.shields.io/github/v/release/Gibberlings3/Sarah?include_prereleases&color=blue)
22
![GitHub (Pre-)Release Date](https://img.shields.io/github/release-date-pre/Gibberlings3/Sarah?color=gold)
33
![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)
4+
![Language](https://img.shields.io/static/v1?label=language&message=English%20%7C%20French%20%7C%20Russian&color=limegreen)
55
![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)
66

77
![The G3 Logo](https://raw.githubusercontent.com/Gibberlings3/.github/master/profile/g3_neutral.png)
@@ -12,6 +12,10 @@
1212

1313
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.
1414

15+
The Sarah NPC Romance Mod contains a female/female romance which is considered to be rated T for Teen material. Please do not play this mod if this type of content offends you.
16+
17+
The mod is directly compatible with all BG2 games: BGII, BGT, BGII:EE, and EET.
18+
1519
## More Information
1620

1721
:page_facing_up: [Project Page](https://www.gibberlings3.net/mods/npcs/sarah/)

sarahtob/sarahtob.ini

+25-21
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# File encoding: preferred UTF8 (no BOM) if unicode characters are present, it can be ANSI for English-only
2-
# File format: ini as default and then HJSON/JSON5/JSONC/JSON (JSON doesn't allow comments) for advanced modders who want to use benefits of those file formats
3-
# File name: it must be the same as tp2 name: MyMod.tp2 => MyMod.ini (.hjson/.json5/.jsonc/.json)
4-
# File location: the same folder where .tp2 file is present
5-
# File content: every key=value pair is optional, key names are case insensitive
1+
# Never copy this file from other mods, always use https://github.com/ALIENQuake/ProjectInfinity/wiki/Adding-metadata-for-mod
2+
# Filename must be the same as tp2 basename, placed in the same folder where
3+
# .tp2 file is located, use UTF8 (without BOM) encoding, everything is optional
64

75
# ini section header is required to avoid false detection
86
[Metadata]
97

10-
# Full name of the mod, without version number
8+
# Full name of the mod, without the list of supported games, without the version number, without 'Mod'
119
Name = Sarah NPC Romance Mod for BG2: ToB
1210

13-
# Author name or nick, don't use email address
11+
# Author name or nick, don't use an email address
1412
Author = theacefes
1513

1614
# Short description of the mod, main goals, features etc
@@ -20,20 +18,26 @@ The Sarah NPC Romance Mod contains a female/female romance which is considered t
2018

2119
The mod is directly compatible with all BG2 games: BGII, BGT, BGII:EE, and EET.
2220

23-
# Web address of mod Homepage
24-
Homepage = https://www.gibberlings3.net/mods/npcs/sarah/
21+
# Web address of mod readme file (filename is case-sensitive!), comma-separated list. You can link to txt, md, html, pdf etc.
22+
Readme = https://gibberlings3.github.io/Documentation/readmes/readme-sarahtob.html
2523

26-
# Web address of mod dedicated forum or forum thread
24+
# Web address of mod dedicated forum or forum thread
2725
Forum = https://www.gibberlings3.net/forums/forum/135-sarah/
2826

29-
# if you use Github.com (preferred hosting site), simply use github.com/AccountOrOrgName/RepositoryName
30-
# If you use other hosting sites, please check requirements and put direct download link
31-
Download = https://github.com/Gibberlings3/Sarah
32-
33-
# Requirements for other hosting sites:
34-
# - forum attachments won't work because the download links will be changed every time when you update mod package
35-
# - mod package should be downloaded using 'wget' commandline tool: wget.exe --no-check-certificate 'link'
36-
# - it's possible to preform file size check using 'wget' commandline tool: wget.exe --no-check-certificate --spider 'link'
37-
# - links do not expire after 30 or more days without download ( speeedyshare, mediafire etc has forced expiration dates)
38-
# - hosting site won't require user interaction or captcha ( googledrive, mediafire etc require user interaction)
39-
# - hosting site don't advertise any kind of adware/crapware etc
27+
# Web address of mod personal Homepage, no need to duplicate with a mod dedicated forum
28+
Homepage = https://www.gibberlings3.net/mods/npcs/sarah/
29+
30+
# If you use GitHub.com, simply use https://github.com/AccountOrOrgName/RepositoryName (omit /releases)
31+
# read more about Delta Updates https://github.com/ALIENQuake/ProjectInfinity/wiki/Delta-Updates-for-mods-hosted-at-Github
32+
Download = https://github.com/AccountOrOrgName/ModExample-OptionalFeatures
33+
34+
# Type of LABELs used by the mod, read more here https://www.gibberlings3.net/forums/topic/32516-tutorial-what-is-label
35+
LabelType = GloballyUnique
36+
37+
# Dynamic Install Order, use mod ID as tp2 name without file extension and `setup-` prefix
38+
39+
# This mod must be installed *before* those ModID listed below, comma-separated list:
40+
Before = cdtweaks, crossmodbg2, stratagems
41+
42+
# This mod must be installed *after* those ModID listed below, comma-separated list:
43+
After = bg2fixpack, eefixpack

0 commit comments

Comments
 (0)