I'm trying to make a custom Trial. I edited the correct .json file and everything seems correct on it, but when i run the trial of the fool no enemies spawn and i have to save quit. I know custom trial works becasue the sample trial the mod provided worked, but for some reason mine is not working? Are there some enemies that the mod cannot spawn? Do i need to downpatch to 1.4?
#Custom Trial Problems
15 messages · Page 1 of 1 (latest)
Does the GlobalSettings file get replaced by an empty JSON when you open it? If that is the case, there's likely an error in the json content.
Otherwise, try providing the info mentioned in the FAQ, mainly the modlog
I believe that it's failing to read Hornet properly. Try renaming to Hornet Protector or Hornet Sentinel based on which version you want to use
thanks. This solved it. It said to use hunters journal names, but some of the names in the hunter’s journal aren’t specific enough.
Yeah, it doesn't always work 100%
Refer to this file for the proper naming: https://github.com/jngo102/HollowKnight.CustomTrial/blob/main/CustomTrial.cs
Do you know if you can do the absolute radiance fight with custom trial?
You can add whitespace and it isn't case sensitive, but other than that try keeping it always match
There are quite a few enemies that have problems with the current version, mainly enemies that spawn objects (such as dream warriors) or enemies that teleport a lot (like Spell Twisters). Unfortunately, Radiance does both, so while I haven't really tested it I don't think it'll work properly.
There are a few teleporters that work correctly since they move according to your position, such as Grimm or probably Soul Warrior
Also a couple object-spawning bosses such as Uumuu that work correctly as well
Cool. Thanks for the help 
Anytime!