Posted October 22, 20168 yr the mod i want to move files into the world save folder when new world is being created. how would go about this ? i love braking games lol don't judge me.
October 23, 20168 yr Hi It might help to dig around in this folder, it's part of a mod I wrote which performs backups of the saved game. Might give you some clues. https://github.com/TheGreyGhost/SpeedyTools/tree/master/src/main/java/speedytools/serverside/backup -TGG
October 23, 20168 yr Author Hi It might help to dig around in this folder, it's part of a mod I wrote which performs backups of the saved game. Might give you some clues. https://github.com/TheGreyGhost/SpeedyTools/tree/master/src/main/java/speedytools/serverside/backup -TGG thanks this will help because what i am working on is folders/file sync between save like inventory or other files i love braking games lol don't judge me.
October 23, 20168 yr Author You don't want to do that via file modification. Access the actual runtime inventory object to modify it. this mod is for mods like custom npc mod that save the server side files in the save/worldname becuse i get tiered manual transferring them. i love braking games lol don't judge me.
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.