Occultism

Occultism

19M Downloads

Feature Request: Custom spirit names

atlgeek007 opened this issue ยท 3 comments

commented

Is your feature request related to a problem? Please describe.
It's not related to an issue/problem at all, just flavor.

Describe the solution you'd like
I would like the ability to give the mod a list of custom names to pull from rather than what's hardcoded. I'm working on a modded server for a friend's twitch community and would like to have spirits/etc named after mods/vips in that community, but as I understand it all the current names are hardcoded.

Additional context
N/A :)

commented

Configurable in /saves/<world>/serverconfig/occultism-server.toml

#Ritual Settings
[rituals]
	#By default spirit names are generated at random from lists of possible syllables.
	#If you instead want to specify the possible spirit names directly, configure a list of values here.
	possibleSpiritNames = ["atlgeek007", "VIP-2", "..."]

Will be available in https://github.com/klikli-dev/occultism/releases/tag/release%2Fv1.18.2-1.32.1

commented

Hi @klikli-dev !

I installed a bare 1.18.2 instance with Forge 40.1.0, along with Occultism (and dependencies), JEI, and The One Probe - my logs are spammed with

[26/04/2022 10:53:13 AM] [Thread-0/WARN] Configuration file **USERSDIR**/instances/testbed/saves/New World/serverconfig/occultism-server.toml is not correct. Correcting

Any changes I make to the file are clobbered and the possible spirit names list is empty again.

commented

actually I'll open a new issue as this is no longer a feature request :-)