Caroline Joy Bell

Results 53 comments of Caroline Joy Bell

What's taking so long? Is it too complicated to merge the fix from Goldleaf into Goldbricks?

I agree with @DraconicNEO. Having versatile file system support is important. Personally, I would love for OPL to support *any* commonly used format that can be used on PC. It...

How would you implement side-specific behavior with this? The old code would have been something like this: ```java switch (FabricLoader.getInstance().getEnvironment()) { EnvType.CLIENT -> LOGGER.info("We're on the client"); EnvType.SERVER -> LOGGER.info("Hello...

I fully support using the latest LTS release of Java. ***Not*** Java 16, nor whichever version Mojang decides on in the future. - Update to Java 17 to take full...

I'd also like to express my interest in a debugging toolset. I just have one more suggestion to add, since I have more of an interest in homebrew than romhacking:...

You may need to implement this change as a listener in Unity. [Ink](https://github.com/inkle/ink) is a language that has no specific implementation. [Unity integration](https://github.com/inkle/ink-unity-integration) is a separate project. "Change scene" might...

> in Unity What if I want a story that doesn't depend on Unity? If there is no text input field supported, a multiple choice selection would be fine with...

[The first commit has been pushed. (link)](https://github.com/halotroop2288/MCOpenVR) [Note, if you do not have a VR headset (HMD) you may use the SteamVR null driver. (link)](https://github.com/username223/SteamVRNoHeadset) (but you will need one...

I have done some more looking into the original implementaion in Vivecraft, and found that it uses an input simulator for mod compatability, which comes with many keybinds that seem...

As someone who is looking into porting a Spigot mod to a Fabric server-side mod, I second this. I would prefer to keep the stat tracking for the mod.