Even MORE Optimized JSON!
This mod simplifies all JSON-encoded files in the game to reduce file size, which theoretically should provide a smoother gaming experience.
I found many files in the game to have many comments, redundant formats, but by using jsmin and minify, I was able to reduce their size to 57% of the original.JSON files basically encompass everything in the game that you would consider a "feature," from items to AI behavior logic, from map generation to dungeon distribution. These large JSON files have been significantly reduced in size to speed up their loading time.
In theory, this mod shouldn’t cause any major conflicts, but it does replace all of the game’s JSON files, so please report any issues if you encounter them.
• The mod can be added to the game in the midterm
• The mod can be removed from the game in the midterm
• The mod is both client-side and server-side
• The mod’s reliability is yet to be confirmed
Many thanks to the following tools:
JSMin[www.crockford.com]
Minify[www.minifier.org]
Icons by Nendra Wahyu[www.flaticon.com]
Revisions:
Old revisions of this mod are available below. Click the link to download.