Skip to content

Commit 0f59975

Browse files
authored
Added Veloren's content (rust-gamedev#57)
1 parent 1d29643 commit 0f59975

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

content/posts/newsletter-006/index.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,55 @@ If needed, a section can be split into subsections with a "------" delimiter.
4848

4949
## Game Updates
5050

51+
### [Veloren][veloren]
52+
53+
![Morning landscape](veloren1.png)
54+
55+
> Morning landscape
56+
57+
[Veloren][veloren] is an open world, open-source voxel RPG inspired by Dwarf Fortress and Cube World.
58+
59+
At the end of January, Veloren 0.5 was released! Most of January was spent on preparing for this. It was also the first anniversary of This Week in Veloren! There has been a devblog each week since the end of January last year. Here are some of the big changes in this release:
60+
61+
```
62+
- Added initial region system implementation
63+
- Added moon and clouds
64+
- Added proper SFX system
65+
- Added changelog
66+
- Added Scrolling Combat Text (SCT) & Settings for it
67+
- Added options to disable clouds and to use cheaper water rendering
68+
- Added client-side character saving
69+
- Added a localization system to provide multi-language support to voxygen
70+
- Added fullscreen and window size to settings so that they can be persisted
71+
- Added coverage based scaling for pixel art 28 new mobs
72+
- Added waypoints
73+
- Added pathfinding to NPCs
74+
- Overhauled NPC AI
75+
- Pets now attack enemies and defend their owners
76+
- Added collars to tame wild animals
77+
```
78+
79+
You can read more about some specific topics:
80+
81+
- [How to Effectively Write a Proposal for the Game Design Team](https://veloren.net/devblog-49#how-to-effectively-write-a-proposal-for-the-game-design-team-by-silentium)
82+
- [Iterator Problems](https://veloren.net/devblog-50#iterator-problems-with-angelonfira-and-sharp)
83+
- [Erosion Worldgen Updates](https://veloren.net/devblog-50#erosion-worldgen-updates-by-sharp)
84+
- [Airshipper Progress](https://veloren.net/devblog-52#airshipper-progress-by-songtronix)
85+
- [Veloren For All Of Us: Localization System](https://veloren.net/devblog-52#veloren-for-all-of-us-localization-system-by-ender)
86+
- [1 Year of This Week in Veloren](https://veloren.net/devblog-52#1-year-of-this-week-in-veloren-by-angelonfira)
87+
88+
![Sitting on the edge](veloren2.png)
89+
90+
In February, we hope to push forward to 0.6 with a strong intro meeting. Authentication is slated to be released, as well as the Airshipper GUI beta. Hopefully, we also see controller support and improvements to the sound system as well. See you next month!
91+
92+
January's full weekly devlogs: "This Week In Veloren...":
93+
[#49](https://veloren.net/devblog-49),
94+
[#50](https://veloren.net/devblog-50),
95+
[#51](https://veloren.net/devblog-51),
96+
[#52](https://veloren.net/devblog-52),
97+
98+
[veloren]: https://veloren.net
99+
51100
## Library & Tooling updates
52101

53102
### wgpu
2.05 MB
Loading
609 KB
Loading

0 commit comments

Comments
 (0)