Skip to content

Kamesuta/HQM-UTF8-Patch

Repository files navigation

HQM-UTF8-Patch

A small Forge 1.7.10 coremod for HQM.

Purpose

This patch makes HQM read .hqm quest files as UTF-8, instead of relying on the platform default charset.

What it changes

  • Target: hardcorequesting.network.DataReader#readString
  • Replacement: new String(bytes)new String(bytes, StandardCharsets.UTF_8)

Build

./gradlew build

Output:

  • build/libs/HQM-UTF8-Patch-1.0.jar

Install

Put the jar in the same mods folder as HQM.

About

Forge 1.7.10 coremod that patches HQM quest file loading to decode .hqm files as UTF-8

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages