View all by Chris' Tutorials
Creator
Follow Chris' Tutorials
Follow
Following Chris' Tutorials
Following
Add To Collection
Collection
Comments
Devlog
More like this
Related
World Time & Game Calendar Plugin for Godot 4
โ
Return to World Time & Game Calendar Plugin for Godot 4
Devlog
๐ โจ v1.2.2 โ Fixes for Calendar UI Sync & Day 1 Event Triggers
May 29, 2025
by
Chris' Tutorials
#bugfix, #godot, #gdscript, #plugin
๐ ๏ธ v1.2.2 โ Fixes for Calendar UI Sync & Day 1 Event Triggers Quick fix update for critical issues affecting EventDay triggers and calendar display . ๐ Bugfixes ๐๏ธ MonthTable now update...
Continue reading
๐งพ v1.2.1 - Minor Fixes, 356/356 Tests Passing
May 23, 2025
by
Chris' Tutorials
1
This update finalizes internal test script migrations for the 1.2.x architecture and ensures full compatibility across all modules. While runtime changes are minimal, this patch locks in stability wit...
Continue reading
๐ World Time 1.2.0 โ Serializable Time and Age States, Refactored Core Logic, and More
May 22, 2025
by
Chris' Tutorials
World Time 1.2.0 introduces persistent serialization support for your time systems โ including TimeState, WorldAgeSystem, and the runtime AgeStates attached to each AgeingComponent. Saving and loadi...
Continue reading
1.1.2 Ageing Demo, Improvements, and Fixes
February 05, 2025
by
Chris' Tutorials
2
Demo Added a berry bush which gains resources as the world ages (currently set to hourly changes of +1 berry count on age change) Changes shown sprite when count > 0 to show berries available Uses Age...
Continue reading
1.1.1 Time Dial
February 04, 2025
by
Chris' Tutorials
2
TimeDial Display the time of day visually with a handle pointing towards the current time of day graphic. You can customize the start and end time of the dial to be different than start / end at midni...
Continue reading
1.1 Visual Calendar, Weeks, Event Days, and Event Response Scripts
January 31, 2025
by
Chris' Tutorials
3
Requires Godot 4.4.0 or newer (Currently in beta at time of release) Godot 4.4.0 adds typed dictionaries which greatly help indicate the purpose of each dictionary so this upgrade is worth it in my vi...
Continue reading
1.0.2 Starting Date Hotfix
August 07, 2024
by
Chris' Tutorials
Fixed a bug where the date time set would be overwritten by the seconds on the TimeState rather than respecting the initial starting date set in the editor. What date you set for the game now should b...
Continue reading
1.0.1 Bug Fixes & Warning Improvements
May 10, 2024
by
Chris' Tutorials
This update is mostly bug fixes and improvements to some elements released in 1.0 especially regarding the AgeState and related components. New Signals Added a couple lower frequency signals to AgeSta...
Continue reading
1.0.0 Release - Stateful Shared Resources
May 05, 2024
by
Chris' Tutorials
Here is the first full release of the World Time plugin for Godot 4 games. The plugin provides systems that manage the progression of time in your game world updating a TimeState with game seconds, Da...
Continue reading
0.4.1 Full Video Tutorial, Useful Tester UIs, and Bug Fixes
October 25, 2023
by
Chris' Tutorials
1
During prepping for the first World Time plugin tutorial, I noticed a few quality of life changes that could be made and a few date changing bugs now fixed after additional unit testing. UI Changes Ad...
Continue reading
0.4 Cleaner Signals and DateTime Structure
October 12, 2023
by
Chris' Tutorials
0.4 is a big overhaul to the system adding better defined internal classes like DateTime to have cleaner representation of how time moves through the game. Signals were cleaned up and moves from globa...
Continue reading