You are browsing as a guest. Sign up (or log in) to start making projects!

Auseawesome

@Auseawesome

Joined June 15th, 2026

  • 5Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
An aspiring software developer from the UK! My main passion is games and I often create Minecraft mods and small game projects.

I work mainly in Java and C# with a focus on Godot when I make games!
Open comments for this post

1h 16m 26s logged

Skill system properly working now with the ability to gain Xp and level up. Xp gained is currently constant per activity but the Xp required to level up scales exponentially. Each level offers a chance for loot to be rolled an additional time! Skills are registered like items and can be easily added by creating a single file and configured in the editor to change what skill is needed for a task!

0
0
36
Open comments for this post

16m 6s logged

Quick addition to let loot be seasonal. Chances can now be defined per season with my new SeasonalLootEntry class, which has allowed me to make apples far more common in seasons like autumn and add herbs that show up more commonly in the spring!

0
0
45
Open comments for this post

1h 16m 20s logged

I’ve made a system to register the items to give them proper icons and formatted names alongside their ID. I have also tidied up some of the back-end and documented a lot of the code which I have written already. Items can easily be registered by simply creating a resource within the Items folder and it will automatically load the information through Godot’s ResourceLoader. This also means in future it should be easy for me to let mods add their own custom items if I decide to add mod support.

3
0
98
Open comments for this post

1h 22m 13s logged

I have made a loot table system that allows for customising the loot for the gathering widgets, allowing me to easily make different gathering tasks. I have also made it expandable by using an abstract class as the base loot type to allow me to easily extend to fit skills in future.

0
0
17
Open comments for this post

6h 38m 3s logged

I have been working on laying out the fundamentals of the game’s systems to get a working prototype for how the start of the game will feel. My main effort went into designing the way all my systems will interact and in designing a UI that can accommodate future changes!

0
0
8

Followers

Loading…