art-from-the-machine / Mantella

Mantella is a Skyrim and Fallout 4 mod which allows you to naturally speak to NPCs using Whisper (speech-to-text), LLMs (text generation), and xVASynth / XTTS (text-to-speech).
https://art-from-the-machine.github.io/Mantella/
GNU General Public License v3.0
164 stars 41 forks source link

Read hexidecimal IDs in CSVs instead of decimal #229

Closed art-from-the-machine closed 4 months ago

art-from-the-machine commented 4 months ago

game_manager.py currently reads NPC IDs in a decimal format, this needs to be changed to instead use hexidecimal

art-from-the-machine commented 4 months ago

Closed by https://github.com/art-from-the-machine/Mantella/pull/244