Mods / Translatable Books

Draft
Set to published to be listed. A draft mod is still visible to everyone via direct link
Category: #Library #Utility
Author: Crabb
Side: Both
Created: Oct 17th 2023 at 12:58 PM
Last modified: Oct 24th 2023 at 10:24 PM
Downloads: 491
Follow Unfollow 21

Latest file for v1.18.15:
translatablebooks_1.1.0.zip 1-click install


  • Custom symbologies
  • Custom fonts
  • Custom locales
  • Transcribe to parchment to keep a permanent record of your translations and share them with others.
  • Books can have permanent locales assigned to them (instead of auto-translating to the users locale)
  • Notes and chat commands can allow users to learn and forget symbologies

See the The Twelve Keys - Vintage Story Mod DB and Poems - Vintage Story Mod DB for example usage and game content.

Version For Game version Downloads Release date Changelog Download 1-click mod install*
v1.1.0 299 Oct 24th 2023 at 10:24 PM Show translatablebooks_1.1.0.zip Install now
v1.0.6 98 Oct 18th 2023 at 1:54 PM Show translatablebooks_1.0.6.zip Install now
v1.0.3 93 Oct 17th 2023 at 1:57 PM Show translatablebooks_1.0.3.zip Install now

8 Comments (oldest first | newest first)

💬 CrabbAuthor, Nov 9th 2023 at 11:09 AM

This mod is on hold until I get time to fix the underlying issues with the base game book implementation. No updates to this or Poems or Twelve Keys until that is done. Sorry, but there are too many problems in the vanilla book implementation to just try and work around them.

💬 CrabbAuthor, Oct 26th 2023 at 9:34 AM

Ket I've solved the font issue by loading custom fonts. Have a look at Poems - Vintage Story Mod DB

💬 CrabbAuthor, Oct 18th 2023 at 9:01 PM

Yep I also considered the font to svg option. There seem to be some online converters. I just need to spend some time finding the right font with the right license and hopefully the converters are able to come up with something decent.

I had an option at one point to keep the symbol in brackets after the translation. That's ok for glyphs (Alchemical) but not good if you want to do a straight alphabet substitution with a symbol for every letter (Elvish). I tried putting bold and colour tags in the output in the SymbolsToMeanings file, but it seemed to mess up the command parser. I'll have a look at adding a bold or colour option that can be auto-wrapped around the output instead, or bringing back the brackets thing with a proper JSON config option. I also want to modify the vessel loot tables to rarely include the notes and maybe add a librarian trader. Then the mod would actually exist in survival worlds. I did have a quick look at the bookshelf code but I'm not very far into my own first playthrough, so I'm not sure if non-lore bookshelves are a better option than cracked vessels in terms of accessibility..

💬 Ket, Oct 18th 2023 at 3:22 PM

I had a thought about extracting symbols from free/opensource font files. I'm not sure if there is any for elvish but I wouldn't be surprised! Maybe try there? I'll look at Twelve Keys again! When I looked at it yesterday this seems pretty easy to implement custom book/symbol sets. I think my only thoughts so far is maybe adding some indication of what words used to be symbols, and maybe a way to see what the symbols were before. Once you learn them it gets a bit difficult to see what changed. If I were to try to do that with how the mod is now I might try coloring or bolding the words if I can figure out how, but if the mod could do that on it's own that would be cool? 

💬 CrabbAuthor, Oct 18th 2023 at 2:11 PM

If I can find a good source for open licensed Elvish runes I'd like to make an Elvish language pack for this. Probably will put some poems or something in the books for it.

💬 CrabbAuthor, Oct 18th 2023 at 2:09 PM

@Ket  I've implemented two parchment notes that act as skill books to unlock Alchemy.

 

"attributesByType": {
"*-alchemistsnote": {
"title": "An Alchemist's Note",
"teachAll": "Alchemical"
},
"*-elementalistsnote": {
"title": "An Elementalist's Note",
"teach": [ "water", "fire", "air", "earth" ]
}
},

 

Have a look in the Twelve Keys if you want to see the whole file.

💬 CrabbAuthor, Oct 17th 2023 at 9:00 PM

Yes for sure, this is just a starting point so people can try it out and I can get some feedback.

💬 Ket, Oct 17th 2023 at 7:24 PM

Such a cool concept! Are you anticipating adding mechanics for the player to learn the symbols beyond commands?

(edit comment delete)