A command-line tool to help game modders build string resources for Diablo II: Resurrected.


Keywords
charsi, diablo2, diablo2resurrected, modding-as-code, modding-tools
License
GPL-3.0
Install
pip install charsi==0.1.1

Documentation

License Python Versions PyPI Version Unit Test

Charsi

A command-line tool to help game modders build string resources for Diablo II: Resurrected.

Introduction

In the classic version of Diablo II, there was a very famous hacking tool called Maphack, which could easily configure texts displayed in game. Now in Diablo II: Resurrected, you can directly modify the JSON files to change texts in game, but the workload is high, and it's easy to make mistakes.

Charsi is the blacksmith in the Rogue Encampment in Act I of Diablo II, and can imbue any normal item of the player's choice.

This tool named charsi, can imbue game strings with your recipes which are in a format similar to Maphack configurations.

License

Copyright (C) 2022 HE Yaowen he.yaowen@hotmail.com

The GNU General Public License (GPL) version 3, see COPYING.