Jump to content

[SOLVED] Syncing config file changes into game GUI


Terrails

Recommended Posts

I have an in game GUI config and when I change something in game it automatically syncs it to the config file, but when I'm in game and I change something in config file, I can't see any changes in game until I reopen the game.

I know there is the OnConfigChangedEvent but that only works for GUI, is there some kind of event that tracks changes in the config file itself?

Edited by Terrails
Link to comment
Share on other sites

so I just made an WatchService class which I start in my postInit because I think I don't need to start it earlier (I tried earlier but the same thing happens), the game just drastically slows down, its almost frozen when the WatchService is running. When I edit the config file it notifies me because I made it print on each config change, delete or making of new file in the directory. But the game really slows down, I cannot wait until it loads because its impossible, the ram usage is going up by 1 every 2-3 seconds and the Loading bar is not even moving, so it takes time for it to load.

 

This is the ConfigWatch class, it works because whenever I make an file, edit one or delete it it notifies me (I'll add config.save after I fix this problem):

Spoiler

public class ConfigWatch {

    public static void testForConfigChange(Path myDir) {
        while (true) {
            try {
                WatchService watcher = myDir.getFileSystem().newWatchService();
                myDir.register(watcher,
                        StandardWatchEventKinds.ENTRY_CREATE,
                        StandardWatchEventKinds.ENTRY_DELETE,
                        StandardWatchEventKinds.ENTRY_MODIFY);

                WatchKey watchKey = watcher.take();

                List<WatchEvent<?>> events = watchKey.pollEvents();
                for (WatchEvent event : events) {
                    if (event.kind() == StandardWatchEventKinds.ENTRY_CREATE) {
                        System.out.println("Created: " + event.context().toString());
                    }
                    if (event.kind() == StandardWatchEventKinds.ENTRY_DELETE) {
                        System.out.println("Deleted: " + event.context().toString());
                    }
                    if (event.kind() == StandardWatchEventKinds.ENTRY_MODIFY) {
                        System.out.println("Modified: " + event.context().toString());
                    }
                }
            } catch (Exception e) {
                System.out.println("Error: " + e.toString());
            }
        }
    }
}

 

This is in my postInit of my mod class

Spoiler

        Path myDir = Paths.get(System.getProperty("user.dir") + File.separator + "config" + File.separator + Constants.MODID + File.separator + "world");
        ConfigWatch.testForConfigChange(myDir);

 

 

Link to comment
Share on other sites

I already tried the same code I have in postInit inside of preInit but the game still slows down.

 

EDIT:

I changed getting of directory from 

Path myDir = Paths.get(System.getProperty("user.dir") + File.separator + "config" + File.separator + Constants.MODID + File.separator + "world");

to (configCustomOreGenDir is a File which I use to make a directory and a file for my config)

Path myDir = Paths.get(configCustomOreGenDir.toString());

But still slows down the loading.

Edited by Terrails
Link to comment
Share on other sites

I'm on windows 10, so I used getModConfigurationDirectory but still the same thing happens, the directory I entered before is correct too, it watches it correctly and notifies me of any changes in folder with print. The problem is to the game slows down, its almost frozen whenever WatchService starts to run.

 

This is the github repository:

Main mod class

The WatchService class

Config class if you need it

Edited by Terrails
Link to comment
Share on other sites

3 hours ago, Terrails said:

The problem is to the game slows down, its almost frozen whenever WatchService starts to run.

 

Hm... I'm not quite sure how Windows has implemented such stuff, but the WatchService performance is OS dependent as it is quite low level code compared to normal Java:

JavaDoc:

Quote

[...] The registered process has a thread (or a pool of threads) dedicated to watching for any events it has registered for. When an event comes in, it is handled as needed. [...]

The WatchService API is fairly low level, allowing you to customize it. You can use it as is, or you can choose to create a high-level API on top of this mechanism so that it is suited to your particular needs. [...] The Watch Service API takes advantage of this support where available. However, when a file system does not support this mechanism, the Watch Service will poll the file system, waiting for events [...]

But what I read about it, correctly configured the WatchService should not cause such performance issues, so maybe you configured something in the WatchServices wrong.

Developer of Primeval Forest.

Link to comment
Share on other sites

1 hour ago, Bektor said:

Hm... I'm not quite sure how Windows has implemented such stuff, but the WatchService performance is OS dependent as it is quite low level code compared to normal Java:

JavaDoc:

But what I read about it, correctly configured the WatchService should not cause such performance issues, so maybe you configured something in the WatchServices wrong.

I don't know what could be wrong, its printing to file has been changed/deleted/added but the game is just frozen (loads really slow, I wouldn't wait that much for it to load). Could you maybe test it in your own workspace to see if it does the same?

Link to comment
Share on other sites

I was researching and found an question on Stack Overflow, looks like I needed to implement Runnable in my ConfigWatch class and use the run() method, than run the class in preInit with a Thread:

Path myDir = Paths.get(event.getModConfigurationDirectory() + File.separator + Constants.MODID);
new Thread(new ConfigWatch(myDir)).start();

And I just added Configuration#load() for each config file when its modified, looks like its working.

Edited by Terrails
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Post logs as per https://forums.minecraftforge.net/topic/125488-rules-and-frequently-asked-questions-faq/ They may have information that will answer these questions.
    • I was left reeling when a glitch on a cryptocurrency exchange caused me to lose $166,000 worth of my hard-earned savings. It felt like my entire world had crumbled in the blink of an eye, leaving me with a sense of hopelessness. Determined not to give up, I delved into research on recovery options, unsure of what to expect. That's when I stumbled upon I was left reeling when a glitch on a cryptocurrency exchange caused me to lose $166,000 worth of my hard-earned savings. It felt like my entire world had crumbled in the blink of an eye, leaving me with a sense of hopelessness. Determined not to give up, I delved into research on recovery options, unsure of what to expect. That's when I stumbled upon DIGITAL HACK RECOVERY, a beacon of hope in my darkest hour. Despite my initial doubts, I decided to take a leap of faith and give them a shot as a final lifeline. The experts at DIGITAL HACK RECOVERY proved to be masters of their craft, guiding me through their exclusive process with precision and expertise. Utilizing cutting-edge blockchain analysis methods, they were able to track down the elusive trail of my missing funds and identify the exact point of failure. Their forensic talents were unparalleled as they tirelessly combed through the intricate web of blockchain data to locate my cryptocurrency. With each step they took, they kept me informed of their progress, never wavering in their belief that my funds could be rescued. After several painstaking weeks, DIGITAL HACK RECOVERY finally located and restored my $166,000 worth of cryptocurrency. I was awestruck that they were able to salvage what I had thought was lost forever. The whole experience restored my faith in the crypto space and proved that even in the worst situations, recovery is possible with the right experts on your side. I will be forever grateful to DIGITAL HACK RECOVERY for giving me back my life savings when I needed it most. Their tireless efforts and technical mastery turned what could have been a devastating loss into an uplifting success story. Book a time with DIGITAL HACK RECOVERY through: digital hack recovery @ techie . com &  +12018871705
    • public class ParticleReboundRecipe implements Recipe<CraftingContainer> { private List<ParticleReboundIngredient> inputs; private ParticleReboundFuel fuel; private ItemStack output; public ParticleReboundRecipe(List<ParticleReboundIngredient> inputs, ParticleReboundFuel fuel, ItemStack output) { this.inputs = inputs; this.fuel = fuel; this.output = output; } // TODO: Implement interface ... // TODO: Move to separate file if desired public record ParticleReboundIngredient(Ingredient ingredient, int count) { public static final Codec<ParticleReboundIngredient> CODEC = RecordCodecBuilder.create( builder -> builder.group( Ingredient.CODEC.fieldOf("ingredient").forGetter((i) -> i.ingredient), Codec.INT.fieldOf("count").forGetter(i -> i.count) ).apply(builder, ParticleReboundIngredient::new) ); } // TODO: Move to separate file if desired public record ParticleReboundFuel(String tag) { public static final Codec<ParticleReboundFuel> CODEC = RecordCodecBuilder.create( builder -> builder.group(Codec.STRING.fieldOf("tag").forGetter(f -> f.tag)).apply(builder, ParticleReboundFuel::new) ); public boolean isFuel(ItemStack stack) { // TODO: Check if fuel item matches the tag } } public class Serializer implements RecipeSerializer<ParticleReboundRecipe> { public static final Codec<ParticleReboundRecipe> CODEC = RecordCodecBuilder.create( builder -> builder.group( ParticleReboundIngredient.CODEC.listOf().fieldOf("inputs").forGetter(r -> r.inputs), ParticleReboundFuel.CODEC.fieldOf("fuel").forGetter(r -> r.fuel), ItemStack.CODEC.fieldOf("output").forGetter(r -> r.output) ).apply(builder, ParticleReboundRecipe::new) ); @Override public @NotNull Codec<ParticleReboundRecipe> codec() { return CODEC; } // TODO: The rest ... } }   ?
    • I'm sure load and SaveAdditional are what you are looking for, probably. Mind sharing your BE class code? You also need to override onLoad method if you haven't
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.