▶
Friday Blog 115 - Current State of the Future
In two weeks, Zun is leaving for holiday. If we'd release a big change now, we might run into problems requiring patches while Zun is gone, and we don't want to risk that. So in the next two weeks, we'll only release minor updates, followed by four weeks of no changes.
This will probably be the update that adds Steam Workshop support. That'll make it a lot easier to share, find and add mods. In the same update, we'd like to add support for individual mods per world. Instead of mods altering the entire game, you could download multiple mods simultaneously and have multiple worlds with their own configuration: a world without any mods, a world with one specific mod, a world with multiple mods combined, etcetera.
Here, we'll enhance the interface, making it a lot easier to understand and manage your colony. The changes would include:
With the new features and added complexity of 0.7.0, we've been receiving more complaints about the game being hard to get into. To counter this, we'd like to add a "Mission System". Imagine missions like:
We described the benefits of this perspective in last week's blog. Instead of using the mouse to move the camera and physically navigate your character, players can use it to hover over UI elements to get tooltips, and to easily expand and close certain menus. But it has more benefits than merely making the game clearer and easier to play. We've been thinking of a couple of features for a long while now, and think they're very hard to accomplish smoothly in a first person perspective. These features are:
Mod content by Pandaros and Xweert
Here we'd like to add a transition to a new time period with new resources, jobs and items. Imagine extracting resources like oil and rubber from the tropical biome and using them to make new happiness items like primitive radios and televisions. Instead of making this new era work exactly like the old one, with simple 1x1x1 blocks requiring merely a colonist and some ingredients to craft anything, we'd like to add some new gameplay mechanics here. Imagine more complex job-blocks like:
Heath in the Netherlands, pic by Pipliz
0.7.0 generated a lot of new attention for Colony Survival. We're very happy about that! Lots of new people joined our Discord, and this also lead to some spam attacks. To deal with this, Zun set up ZunBot, a mechanized version of Zun's moderating talents. Instead of running ZunBot on our own PCs, we decided to rent a cloud server and run him there. We're now also using that cloud server for automatic back-ups and other things. This week, Zun spent quite some time optimizing the process of building and backing up new updates for Colony Survival. Things should go faster now, while being more secure. And that's not the only optimization he worked one. Some parts of the game, like terrain generation, depend on pretty complex code and require quite a lot of computational power. This code was standard C#. Zun rewrote it in the programming language Rust and compiled it to a native DLL. This should significantly increase performance. The biggest problem is making it work on Mac and Linux as well so Zun's working on that. Two weeks ago, I announced that I was going to take a holiday in German forests or Austrian Alps. Sadly, the weather forecasts changed from "sunny and comfortable" to "uncomfortably hot and/or thunderstorms", so I decided not to travel abroad. But relaxation is possible in the Netherlands too - see the picture above. Bedankt voor het lezen! Reddit // Twitter // YouTube // Website // Discord
[ 2019-08-30 10:15:22 CET ] [ Original post ]
Since the release of 0.7.0, we've been doing a lot of thinking. How is 0.7.0 received? What works, and what doesn't? What are the best improvements we could add to the game in the next one to two years? Our ideas are steadily getting clearer and we'd love to share them. We'd love to have your feedback!
Disclaimer: the exact order and content of the updates is not set in stone: it is prone to change
0.7.0.138+ - Minor Changes
In two weeks, Zun is leaving for holiday. If we'd release a big change now, we might run into problems requiring patches while Zun is gone, and we don't want to risk that. So in the next two weeks, we'll only release minor updates, followed by four weeks of no changes.
0.7.1 - Mods!
This will probably be the update that adds Steam Workshop support. That'll make it a lot easier to share, find and add mods. In the same update, we'd like to add support for individual mods per world. Instead of mods altering the entire game, you could download multiple mods simultaneously and have multiple worlds with their own configuration: a world without any mods, a world with one specific mod, a world with multiple mods combined, etcetera.
0.7.2 - Better UI
Here, we'll enhance the interface, making it a lot easier to understand and manage your colony. The changes would include:
- Enhancing the happiness menu to be clearer
- A menu that keeps track of how many of each job you've got
- A menu that allows you to set the "priority" of empty jobs: when you've got 25 empty jobs and you recruit a new colonist, should he be a guard, farmer or crafter?
- A statistics menu that keeps track of your production stats per day, and your stockpile stats over time
- Integrating these statistics into the science menu: for example, kill 250 monsters with bronze arrows before you can unlock the crossbow, or harvest 1000 olives to boost the productivity of olive farmers
0.7.3 - Decent Tutorial
With the new features and added complexity of 0.7.0, we've been receiving more complaints about the game being hard to get into. To counter this, we'd like to add a "Mission System". Imagine missions like:
- Place a banner
- Place three beds
- Recruit three colonists
- Place a berry farmer
- Place a night slinger
- Place a copper miner
- Unlock bread production
- Distribute 10 candles to colonists
- Unlock the crossbow
- Unlock the glider
- Start a colony in the Far East
0.7.4 - Top Down View
We described the benefits of this perspective in last week's blog. Instead of using the mouse to move the camera and physically navigate your character, players can use it to hover over UI elements to get tooltips, and to easily expand and close certain menus. But it has more benefits than merely making the game clearer and easier to play. We've been thinking of a couple of features for a long while now, and think they're very hard to accomplish smoothly in a first person perspective. These features are:
- Blueprint builders
- Multi-block jobs
- Secondary banners to expand the safe zone
Mod content by Pandaros and Xweert
0.8.0 - Industrial Revolution
Here we'd like to add a transition to a new time period with new resources, jobs and items. Imagine extracting resources like oil and rubber from the tropical biome and using them to make new happiness items like primitive radios and televisions. Instead of making this new era work exactly like the old one, with simple 1x1x1 blocks requiring merely a colonist and some ingredients to craft anything, we'd like to add some new gameplay mechanics here. Imagine more complex job-blocks like:
- a job that requires electricity
- a steam engine that is multiple blocks tall and wide and that requires a pipe with filled with steam and 4 working colonists to generate electricity
- a boiler that requires a pipe filled with water and fuel to generate steam
Heath in the Netherlands, pic by Pipliz
In other news
0.7.0 generated a lot of new attention for Colony Survival. We're very happy about that! Lots of new people joined our Discord, and this also lead to some spam attacks. To deal with this, Zun set up ZunBot, a mechanized version of Zun's moderating talents. Instead of running ZunBot on our own PCs, we decided to rent a cloud server and run him there. We're now also using that cloud server for automatic back-ups and other things. This week, Zun spent quite some time optimizing the process of building and backing up new updates for Colony Survival. Things should go faster now, while being more secure. And that's not the only optimization he worked one. Some parts of the game, like terrain generation, depend on pretty complex code and require quite a lot of computational power. This code was standard C#. Zun rewrote it in the programming language Rust and compiled it to a native DLL. This should significantly increase performance. The biggest problem is making it work on Mac and Linux as well so Zun's working on that. Two weeks ago, I announced that I was going to take a holiday in German forests or Austrian Alps. Sadly, the weather forecasts changed from "sunny and comfortable" to "uncomfortably hot and/or thunderstorms", so I decided not to travel abroad. But relaxation is possible in the Netherlands too - see the picture above. Bedankt voor het lezen! Reddit // Twitter // YouTube // Website // Discord
[ 2019-08-30 10:15:22 CET ] [ Original post ]
Colony Survival
Pipliz
Developer
Pipliz
Publisher
2017-06-16
Release
Game News Posts:
259
🎹🖱️Keyboard + Mouse
Very Positive
(7274 reviews)
The Game includes VR Support
Public Linux Depots:
- Linux 32-bit [97.57 M]
- Linux 64-bit [96.17 M]
Build your own village, castle or city and populate it with colonists! Let guards, farmers, miners, foresters, bakers, smelters and artisans work for you. After the sun has set, most colonists will go to bed, but the enemy awakens. A horde of monsters will assault your colony and try to slaughter you and your villagers. Defend your colony with walls, moats and guards!
- Multiplayer support: play with friends and strangers!
- Advanced pathfinding: colonists and zombies will find their way in the world you've build. They will dynamically navigate stairs, bridges and tunnels.
- Explore a world with realistically placed biomes. A giant jungle in the center of the world, surrounded by savannas, deserts and temperate biomes. Two polar regions in the far north and south.
- Support for textures and language packs created by players
- Dynamic lighting and eye adaptation
- Voice your suggestions and be part of the development of Colony Survival!
MINIMAL SETUP
- OS: Ubuntu 12.04+. SteamOS+; 64-bit
- Processor: Intel Pentium G620 (2.5 Ghz dual core) or equivalentMemory: 2 GB RAM
- Memory: 2 GB RAM
- Graphics: Intel HD Graphics 5000. 1280x720 display
- Storage: 300 MB available spaceAdditional Notes: Work in progress: new features may raise the bar. optimizations may lower the bar
- OS: Ubuntu 12.04+. SteamOS+; 64-bit
- Processor: Intel i5-2300 (2.8 GHz quad core) or equivalentMemory: 4 GB RAM
- Memory: 4 GB RAM
- Graphics: Nvidia GTX 750 or equivalent. 1920x1080 display. supporting openGL 4.2+Network: Broadband Internet connection
- Storage: 1 GB available spaceAdditional Notes: Work in progress: new features may raise the bar. optimizations may lower the bar
GAMEBILLET
[ 6089 ]
GAMERSGATE
[ 3241 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB