-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMESpells.ini
35 lines (27 loc) · 2.33 KB
/
MESpells.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# File encoding: preferred UTF8 (no BOM) if unicode characters are present, it can be ANSI for English-only
# 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
# File name: it must be the same as tp2 name: MyMod.tp2 => MyMod.ini (.hjson/.json5/.jsonc/.json)
# File location: the same folder where .tp2 file is present
# File content: every key=value pair is optional, key names are case insensitive
# ini section header is required to avoid false detection
[Metadata]
# Full name of the mod, without version number
Name = OlvynSpells
# Author name or nick, don't use email address
Author = OlvynChuru
# Short description of the mod, main goals, features etc
Description = This mod adds over 130 new spells to the game, and has many other components that modify spells. Many of the new spells require EEex, so it is recommended you install EEex before installing this mod. The mod is compatible with Spell Revisions, which should be installed before this mod if you're using both.
# Web address of mod Homepage
# Homepage = https://forums.beamdog.com/discussion/76732/v1-7-6-olvynspells-125-new-spells-for-bg-ee-bg2-ee-iwd-ee-and-eet/p1
# Web address of mod dedicated forum or forum thread
Forum = https://forums.beamdog.com/discussion/76732/v1-7-6-olvynspells-125-new-spells-for-bg-ee-bg2-ee-iwd-ee-and-eet/p1
# if you use Github.com (preferred hosting site), simply use https://github.com/AccountOrOrgName/RepositoryName
# If you use other hosting sites, please check requirements and put direct download link
Download = https://github.com/OlvynChuru/OlvynSpells
# Requirements for other hosting sites:
# - forum attachments won't work because the download links will be changed every time when you update mod package
# - mod package should be downloaded using 'wget' commandline tool: wget.exe --no-check-certificate 'link'
# - it's possible to preform file size check using 'wget' commandline tool: wget.exe --no-check-certificate --spider 'link'
# - links do not expire after 30 or more days without download ( speeedyshare, mediafire etc has forced expiration dates)
# - hosting site won't require user interaction or captcha ( googledrive, mediafire etc require user interaction)
# - hosting site don't advertise any kind of adware/crapware etc