Bolte
Bolte
To clarify, the XML file/script I am attempting to parse is an XML document, with sections of INI files inside the tags. ```xml 1.3 [Ship] ids_name = 0 ;GENERATESTRRES("Heavy Lifter")...
I also tried converting the extracted XML back from JSON to XML. It is not identical: Original XML: ```xml Stats Gun/Turret Mounts: 0/5Armor: 15000Cargo Space: 400Max Batteries/Repair Kits: 100/100Optimal Weapon...
What's needed is an API like Technic Solder, but uses Curseforge as it's mod repository. IMO. Then MultiMC could just support it like it already does with the current Solder....
You an achieve something like this with Packwiz, with a little node scripting I can automate adding/removal of mods with it. You then distribute the instance zip with the Packwiz...
I am also experiencing this issue on the latest version, and the prior 1.31 version
I use Windows Terminal with Powershell Core 7 1. Create a DB with ```New-MySQLiteDB "C:\Users\Admin\Desktop\Something.db" -Comment "Testing database"```. 2. Whilst the terminal is still open try and delete the newly...
Ahh, at least there is an explanation. So this is why closing the terminal releases the file lock? Does that trigger a GC run?
Hmm. The only thing I was concerned about is other scripts etc not being able to do things with the file while the lock was present. As that doesn't seem...
I will need to revisit this, I have changed my UI again since, I will let you know when I get the time, If nobody else reproduces before me.