This patch pushes the 0.6.4 branch that has been on beta for quite some time now to the default live branch. There are tens of thousands of new and rewritten lines of code making it the most difficult thing that I've honestly ever done. Adding systems one by one in the earlier stages was much easier then going back and rewriting thousands of lines to completely remove a third party tool that I had been using from day one, replacing it with my own custom systems built specifically for Solace Crafting.
Is this the end of optimization?
Absolutely not. Optimization is generally believed best kept towards the end of the development cycle, but the world generation was taking far too long and getting worse as the amount of content in game grew, prompting me to take on one large chunk of optimization earlier than previously intended. Animations, monsters, the skill and attribute systems, and the interface are still schedule for some heavy rework on the development roadmap, but none of them will be as code intesive as this complete rewrite of world generation was.
So what's new?
1. World generation.
World generation is now divided into three stages: chunks, sections, and areas. An area is a 128m square piece of land where actual objects, tree, entities, and buildings are spawned. Previously there were only chunks and sections, or "terrains," which meant that the world loaded in 1024m square sections, which is 64 times the land mass of a 128m square area. Not only that, but the tool that I was relying on to handle the actual generation of objects has some cyclic issues where it was running over the same sets of data many times per iteration during its calculations. On my machine, which is not top of the line by any means, I was loading a world pre-0.6.4 in around 45 seconds, where now I can load a world in roughly 3 seconds. There are of course still a number of improvements and features I plan to add into these systems over time.
2. Compression.
Prior to this patch I was using a free compression tool that ultimately proved to have some problems. And by problems I mean, sometimes it just didn't work, causing data corruption and lost progress. It didn't happen to everyone, nor all the time, but still, it was inexcusable, and this patch makes use of an actively supported paid compression system to zip and unzip save files on the fly.
3. Cloud saves.
Previously I was writing a file per terrain, per chunk, per map tile, and even per cave section. This resulted in hundreds of tiny files, which Windows, Linux, and Unity are absolutely fine with, but it seems that the Steam Cloud really does not like. The bigger the file count got the longer the cloud syncs were taking, and often locking up Steam entirely while it scanned through the files one by one. Instead, files are now much more self-contained within each "chunk" which is roughly 8km square of game world. This drastically reduces the number of files per world, hopefully to the effect of much faster cloud syncs.
Old worlds are in no way able to be upgraded to the new save structure.
This is something I try hard to avoid, but in this case the file structures are just so completely different that writing an "update" method would have been very difficult. Because of this I highly recommend you delete any old worlds to stop Steam from trying to cloud sync them.
Note that player saves CAN be upgraded.
This also means that if you really want to you can create a new player in 0.6.3.29, fill their inventory up with things you want to carry into a new world, then upgrade the player save to 0.6.4. I will leave a public "beta" branch open called "0.6.3.29" for this purpose if anyone wants to do that. Tedious, I know, I'm just going to be starting a new world, but the option is there if anyone really wants to.
What's next?
The polishing of minor bugs present in the new 0.6.4 systems is an ongoing process and I very much appreciate bug reports both here on the Steam forums, and on our Discord (link at the bottom of this post).
The next steps on the rough roadmap are as follows:
Version 0.6
- Fishing
- Cooking
Version 0.7
- Villages
- Villagers
- Quests
- Town Upgrades / Defense
Version 0.8
- Monster Skills
- Combat rework
- Skill system rework
- Jobs and Classes
Version 0.9
- Optimizations
- Multi-lingual system finalization
I'm also always working on a number of things that don't really fit into any specific category on the roadmap, such as new encounters, new recipes, new buildings, and new unlocks. I'm also interested in heavily improving player animations and switching to a root movement system prior to 0.9, though don't have a definite spot on the roadmap for when it will be implemented.
I feel compelled to apologize for how long it has taken me to get this patch to where it is. The world and just life in general has been pretty strange these past six months! I hope everyone is being safe, staying healthy, and doing what excites them. Your support and participation in the development of Solace Crafting is extremely appreciated!
Condensed patch notes from 0.6.3.29 to 0.6.4.31:
v 0.6.4.31 2020.09.09
Major changes:
- Complete re-write of world generation, save file management, file compression, and object management
- Updated Unity to 2018.4.23
Multiplayer:
- Enabled leyline teleporters in multiplayer
- Updated floating islands to multiplayer
- Updated caves to work in multi-player
- Updated farming to work in multiplayer
Interface:
- Added the ability to bind "modifier" keys: shift/alt/control, to normal controls if held down for 3 seconds
- Added a "mouse smoothing" setting to the in-game control settings
- Disabled map "unlocking" based on player proximity
World Generation:
- Floating islands are a bit smaller and easier to navigate now
- Widened caves and reduce their maximum depth
- Increased the size of small and medium ores
Crafting:
- Added bonus slots to bags, backpacks, and chests for higher rarities
- Increased agressive animal rarity settings
General:
- Increased breath refill rate
- Changed melee attack angle checks to ignore height
Bug Fixes:
- Fixed resource scanners not loading their range properly
- Fixed leyline teleporter upgrades
- Fixed the crafting window preview adding crafting skills twice resulting in a stronger looking item than would actually be crafted
- Fixed crystal and obsidian golems throwing an animation warning
- Fixed crystal and obsidian golem ragdolls
- Fixed stone and earth elemental torso textures losing their tint after being killed
- Fixed right-clicking to equip a sledgehammer causing a bugged sledgehammer to appear in inventory
- Fixed the /stalkRewardMultiplier console command not being recognized
- Fixed Dashing Strike and Trap Back not working in multiplayer
- Fixed the "Levels per kilometer" setting not being used properly in some methods
- Fixed wood roof not lining up properly
- Fixed the jump after placing a town building
- Fixed cave heat lingering even after leaving heat zone
- Fixed temperature zones not applying in multiplayer
- Fixed environmental damage not applying in multiplayer
- Fixed storage chest and sign color and labels not updating immediately in multiplayer
Latest changes from the most recent beta patch:
v 0.6.4.31 2020.09.09
- Disabled map "unlocking" based on player proximity
You may need to restart Steam for the update to begin.
Join us in Discord!
Interested in supporting development of Solace Crafting?
Please consider becoming a patron via Patreon!
[ 2020-09-09 09:29:23 CET ] [ Original post ]
🕹️ Partial Controller Support
- Solace Crafting Linux [2.77 G]
Background
My name is Kyle Postlewait (35) and I got into game development years ago because I can't find the game that I want to play. I am not a veteran game developer. I do not have any published AAA titles. I am self-taught and I make mistakes. Having said that, I'm tired of survival crafting games being abandoned, focusing only on PvP and guns, or turning into major time sinks. I quit my day job in February of 2018 to focus on Solace Crafting full-time, and am doing everything I can to make a great fantasy survival RPG despite the tremendous challenge that is game development. Please don't buy into early access expecting a fully polished AAA game and then give it a bad review. In return, I promise to make sure that this game is NEVER ABANDONED. If sales are more than enough for me to survive, then I can hire more help. First and foremost I will always work to secure financial longevity and legal stability, and maintain all intellectual rights, never selling power to sponsors, publishers, or anything that could endanger continued development.
Early access ends when there is enough content to constitute selling the game without the above warning. Even after we leave early access the game will continue to be improved and expanded on, and has a long list of planned features post early access including other dimensions and multiplayer.
All features listed on this page are undergoing constant improvement and are subject to change.
Short description
Solace Crafting is a crafting and building heavy survival RPG focused around player crafting, building towns, and summoning NPC townspeople. With an open class system, open-recipe crafting, customizable enchanting, modular building, defensive structures, town management, distance-based difficulty, and an infinite game world, players are free to move and level at their own pace. With an uncapped leveling system you can try to push further than anyone ever has. You can try and make the ultimate sword, staff, or anything, thanks to complete control over all recipe settings. Build massive towns full of NPCs not limited by physics-based construction. Seek out rare enchants and exotic resources.About the game
SurvivalSolace Crafting starts out much like similar survival games: you need to make clothes to avoid freezing to death, you need to find food to keep from starving to death, and you should build shelter from the dangers of nightfall.
Crafting
Once you are surviving it's time to evolve. Build resource processing and crafting facilities to create improved weapons and armor. Leveling up your professions levels up your recipes and allows you to unlock new recipes and crafting abilities. Our crafting system is quite unique, allowing even the creation of custom sets. I definitely recommend you watch the getting started video available above.
Role-Playing Game
Once you're armed and ready it's time to push back against evil and it's minions. Level-up and develop your character using an open-class system of evolving skill trees. Mix melee, ranged, magic, and heals however you like. Skills are being designed with fun and visual uniqueness in mind, not minimalism and strict balance.
Solace Crafting
Crafting and placing a solace will allow you to instantly return to it from any other solace in the world, letting you create your own points of interest. Be careful though as the further you travel in any direction, the more difficult everything becomes. In order to level up a solace you'll have to defend it from waves of attackers that will try and stop the procedure. Build static defenses to help protect your solaces during upgrades.
Town Management
An upgraded solace allows you to summon townspeople. In order to summon higher level NPCs you'll need to push deeper into the wild, setting up towns of various sizes as you go.
Astral Travel (not yet under development)
When the time is right you will find your way to the Elemental Planes. Most heavily affected by the infectious anger and hatred, these have becomes dimensions of extreme danger, both environmental and sentient. You must find out where the hatred stems from and find a way to put an end to it once and for all. The Elemental Planes are also the birthplace of all resources mundane and exotic alike. Only here will you find the purest, most powerful resources for crafting and enchanting equipment worthy of a hero.
Developed by a gamer
I started learning how to make games years ago because the design decisions of so many of the games I played often made so little sense to me. Here are some of the design decisions I refined over the years that I do my best to uphold:- No pay-to-win, no pay-to-play, no paid DLC, no gacha or gamble mechanics
- No metered progression
- Level any and all professions freely, no arbitrary caps
- Minimal sub-ingredients, minimal crafting and refining timers
- Completely open, point and level based branching skill trees
- Multiple, incremental skill points every level
- Classic roles, not forced balance. Some classes may be harder than others.
- Unlimited player levels
- Completely open physics-based world, no off-limits
- No "realistic" building physics that destroy everything
- Unlimited access to parallel realities (alternate seeds)
- Shape and color your avatars freely instead of using preset races
- Allow alternate characters in the same world
I know how to, and will accomplish everything written here. It's only a matter of time. If the game sells I can hire help with what I'm bad at and focus on what I'm good at.
I know a lot of fans of the survival genre are pretty jaded, myself included, after so many titles have lost their leadership, changed projects, or plain given up. I'm here every day hoping to heal that sore and would very much appreciate your $15 support if any of this interests you. There are months of frequent patch notes and forum discussions between me and players here on Steam as proof that I'm capable of more than a couple new items after weeks of silence, something far too common in game development!
Multiplayer, and all of its many features will absolutely be implemented when a much more content rich single player experience has been achieved. Multiplayer like single-player will be PvE oriented and grief prevention/anti-cheat will always take top priority. Turning single-player towns into multiplayer guildhalls complete with defense quests and special achievements is something I very much look forward to, and have quite a few plans for.
Unix and Mac support will be tested and released soon.
The best is yet to come!
- OS: Ubuntu 12.04+
- Processor: Dual Core 3 ghzMemory: 4 GB RAM
- Memory: 4 GB RAM
- Graphics: Nvidia GTX 680
- Storage: 8 GB available space
[ 6089 ]
[ 3241 ]