It's kind of an update for the current 8D, meaning current customers will receive the upgrade for free.
More info about that and the progress can be found on our Discord.
Hello, we are working on a new version of 8D, which will improve the performance and technical base.
I'm the future after that we'll release a new animation system, adding all kinds of new animations, but this will take a while.
Also having more adjustable customization options sounds like a good idea and will surely be made available in the future.
https://stackoverflow.com/questions/43912928/where-an-electron-applications-sess...
However, you can just login to use cloud saves on your old computer and then do the same on your new computer and your chars should be transferred automatically.
There you go:
characterData["outfit"] = [ { value: "outfit2", name: "Skeleton Armor", category: "Armors" }, { value: "outfit1", name: "Soldier Armor", category: "Armors" }, { value: "outfit3", name: "Knight Armor", category: "Armors" }, { value: "outfit4", name: "Captain Armor", category: "Armors" }, { value: "outfit5", name: "General Armor", category: "Armors" }, { value: "outfit16", name: "Dragoon Armor", category: "Armors" }, { value: "outfit17", name: "Dragoon Captain", category: "Armors" }, { value: "outfit23", name: "Roman Armor", category: "Armors" }, { value: "outfit9", name: "Long Coat", category: "Coats" }, { value: "outfit10", name: "Short Coat", category: "Coats" }, { value: "outfit11", name: "Long Coat & Cape", category: "Coats"}, { value: "outfit12", name: "Military Coat", category: "Coats" }, { value: "outfit33", name: "Plague Doctor", category: "Coats" }, { value: "outfit13", name: "Adventurer 1", category: "Adventure" }, { value: "outfit14", name: "Adventurer 2", category: "Adventure" }, { value: "outfit15", name: "Villain", category: "Adventure" }, { value: "outfit7", name: "Festive Tunic", category: "Festive" }, { value: "outfit8", name: "Official Tunic", category: "Festive" }, { value: "outfit19", name: "Festive Clothing", category: "Festive" }, { value: "outfit6", name: "Simple Tunic", category: "Simple" }, { value: "outfit18", name: "Simple Clothing 1", category: "Simple" }, { value: "outfit20", name: "Simple Clothing 2", category: "Simple" }, { value: "outfit21", name: "Slave Clothing", category: "Simple" }, { value: "outfit34", name: "Tattered Clothing", category: "Simple" }, { value: "outfit24", name: "T-Shirt", category: "Modern" }, { value: "outfit25", name: "Hoodie", category: "Modern" }, { value: "outfit26", name: "Suit", category: "Modern" }, { value: "outfit27", name: "Suit Open", category: "Modern" }, { value: "outfit28", name: "Officer", category: "Modern" }, { value: "outfit29", name: "Army", category: "Modern" }, { value: "outfit30", name: "Party", category: "Modern" }, { value: "outfit31", name: "School", category: "Modern" }, { value: "outfit32", name: "Kimono", category: "Modern" }, { value: "outfit35", name: "Firefighter", category: "Modern" }, { value: "outfit36", name: "Futuristic", category: "Modern" }, { value: "none", name: "None", category: "None" }, ]; characterData["bottoms"] = [ { value: "bottoms3", name: "Long w Shoes", category: "Long" }, { value: "bottoms5", name: "Long w Boots", category: "Long" }, { value: "bottoms7", name: "Armored", category: "Long" }, { value: "bottoms8", name: "Army", category: "Long" }, { value: "bottoms10", name: "Long w Sandals", category: "Long" }, { value: "bottoms11", name: "Festive", category: "Long" }, { value: "bottoms12", name: "Tattered", category: "Long" }, { value: "bottoms1", name: "Shorts", category: "Short" }, { value: "bottoms2", name: "Ripped Shorts", category: "Short" }, { value: "bottoms13", name: "Socks w Sandals", category: "Short" }, { value: "bottoms4", name: "Boots", category: "Just Boots" }, { value: "bottoms6", name: "Military Boots", category: "Just Boots" }, { value: "none", name: "None", category: 'None' }, ]