IiInfinityEngine
A library to provide structured access to file formats used in the infinity Engine series of games.
Install / Use
/learn @btigi/IiInfinityEngineREADME
Introduction
ii.InfinityEngine is library facilitating working with files from the Infinity Engine, particularly the Baldurs Gate Enchanced Edition and Baldurs Gate II Enchanced Edition.
Usage
ii.InfinityEngine is available as a pre-release nuget package and can be added via e.g.
dotnet add package ii.InfinityEngine --version 0.6.0-alpha.1
Once added you can instantiate the Game object with the chitin.key and dialog.tlk locations:
var game = new Game(@"D:\Games\IE\bg2ee-pristine", @"D:\Games\IE\bg2ee-pristine\lang\en_US");
Then access functionality via the game object e.g.
game.LoadResources([IEFileType.Cre]);
var file = game.Creatures.Last();
game.Save<CreFile>(file);
Download
Compiled downloads are not available.
Compiling
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/asciiz
# Go into the repository
$ cd src
# Build the app
$ dotnet build
Licencing
ii.InfinityEngine is licenced under the MIT license. Full licence details are available in license.md
Related Skills
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
344.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
344.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
