Post news Report RSS
Chronicles of Vaeltaja Unleashed Update Ver.0.9 Has Been Released
Chronicles of Vaeltaja is participating in Party-Based RPG Festival on Steam with a brand new update and 30% discount! Free Movement with full camera control, Hardcore Mode, visual improvements, full controller support, HUGE optimization and more!
Posted by WitchgroveGames on Sep 15th, 2026
Chronicles of Vaeltaja Unleashed Update Ver.0.9 was released earlier today, just in time for the Party-Based RPG Festival on Steam. The new update brings new features, lots of improvements and a massive increase on performance. The game is finally free of heavy parallel processes, and unnecessarily complicated plugins, which were used for rather small and simple tasks.
I still made some improvements last night by merging some smaller plugins I have created in the past, and by finishing the new battle background system, which checks the daytime and weather conditions, and then applies the correct background to the battle scene. I also updated pixi.js to gain some extra frames, though they were hardly needed, because the optimization already lifted the performance to the next level.
I was able to increase the amount of weather particles, and added some extra dust particles to the dungeons too. The game looks better than ever, and the new ambient life makes the adventures in Twin Falls feel much more immersive and atmospheric. The Free Movement mode allows a whole different way to explore the versatile world full of secrets, and the Hardcore Mode makes sure that the journey won't lack challenge.
While the update didn't bring any content yet, it is definitely one of the most important updates I have released for the game so far, and it makes Chronicles of Vaeltaja the most ambitious, visually advanced and mechanically complex game ever created with RPG Maker engine.
The rather lengthy patch notes can be found on Steam:
Chronicles of Vaeltaja Unleashed Update Ver.0.9 Patch Notes
Post a comment
");
var textarea = $("#reply"+post);
var mentions = $("#commentform .mentions-input").length > 0;
if(mentions) {
textarea.mentionsInput({source: "https://www.moddb.com/html/scripts/autocomplete.php?a=mentions&p=home&l=6&u=666"});
}
$("#cancelreply"+post).click(function() {
$("#"+post+" div.replypostholder").remove();
});
$("#savereply"+post).click(function() {
postcontent = mentions ? textarea.mentionsInput("getValue") : textarea.val();
if(postcontent) {
$(this).remove();
$("#cancelreply"+post).remove();
textarea.after("Saving your reply");
if(mentions) {
$("#commentsummary").mentionsInput("setValue", postcontent);
} else {
$("#commentsummary").val(postcontent);
}
$("#commentform input[name=replyid]").val(post);
$("#commentsubmit").click();
} else {
$(this).text("Please enter a comment");
}
});
}
return false;
});
$(".games81132watch").click(function(){ $.achtung({message: "Only members can follow games. Sign up today and follow your favorites.", className: "achtungFail", timeout:5}); return false; });
$(".c76625d26ff7f0c55142db2c328da119watch").click(function(){ $.achtung({message: "Only members can follow games. Sign up today and follow your favorites.", className: "achtungFail", timeout:5}); if($(this).hasClass("button")) { $(this).addClass("buttonon"); } return false; });
$(".togglertxinfo").click(function(e){
if($(this).attr("href") == "#rtxremix") {
localStorage.setItem("rtxtoggled", true);
$("#rtxremix").show();
return true;
} else {
localStorage.removeItem("rtxtoggled");
$("#rtxremix").hide();
return false;
}
});
function cookieScript(e) {
var status = CookieScript.instance.currentState().categories.includes("targeting") ? "false" : "true";
var cookies = CookieScript.instance.currentState().categories.includes("performance") ? "true" : "false";
var cookie_data = { npa : {status:status,cookies:cookies,version:"1.0.13",chosen:"true"}, expires : 365 };
Cookies.set("dfp-npa", cookie_data.npa, { expires: cookie_data.expires, secure: true });
if (typeof gtag === "function") { gtag("consent", "update", {"ad_storage": cookie_data.npa.status == "false" ? "granted" : "denied", "ad_user_data": cookie_data.npa.status == "false" ? "granted" : "denied", "ad_personalization": cookie_data.npa.status == "false" ? "granted" : "denied", "analytics_storage": cookie_data.npa.cookies == "true" ? "granted" : "denied"}); }
if(cookie_data.npa.status == "false") {
// personalize
if (typeof permutive === "object") { permutive.consent({ "opt_in": true, "token": "Allow All" }); }
} else {
// don't personalize
if (typeof permutive === "object") { permutive.consent({ "opt_in": false }); }
Cookies.remove("permutive-id", { domain: "moddb.com", secure: true });
}
}
if(!Cookies.get("dfp-npa")) {
Cookies.set("dfp-npa", {status:"false",cookies:"true",version:"1.0.13",chosen:"false"}, { expires: 60, secure: true });
}
window.addEventListener("CookieScriptAcceptAll", cookieScript);
window.addEventListener("CookieScriptAccept", cookieScript);
window.addEventListener("CookieScriptReject", cookieScript);
window.addEventListener("CookieScriptClose", cookieScript);
$("a.thickbox").click(function() { $.colorbox({href:$(this).attr("href"), rel:$(this).attr("rel"), open:true, onOpen:function(){ $(".nextmediabox").hide(); }, onClosed:function(){ $(".nextmediabox").show(); }}); return false; }); });