Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Update: I took a look at your custom JS issue. There are a few things I noticed:

  • A lot of the spells have P4 as a source, while being PHB spells, those won't be imported without the correct source. Can you tell me what the P4 means? Is it the 2024 PHB?
  • You're using a custom background, which isn't supported yet, only classes for now.
  • The JS has a different format from the examples I used to build the parsing logic. This causes the custom class loader to fail. The class you're trying to load is a Paladin subclass, but it won't load due to the format.

I'm going to try to implement custom background and subclass loading from JS files, this will take me a while as it's complex. The main reason why the converter crashes though is because of the custom background. The converter can handle missing subclasses, they just won't have a description.

Appreciate the update, I will look into the P4. This Obojima script is from the community scripts index, so I don't know much more about it other than that. 
Let me know if there is anything I can do to help test or etc.

I just confirmed, the P4 spells are from the 2024 Player's Handbook. Specifically the script recommended by MPMB's patreon: https://github.com/thepokesimmer/2024-PHB/tree/main