Olivier, working on Alix RPG 💖
banner
oxeron.com
Olivier, working on Alix RPG 💖
@oxeron.com
French #gamedev working on #AlixRPG 💖 made with #godot
🌟 Wishlist: https://s.team/a/3245530
🤖 Discord: https://discord.gg/xfN5n4aNVE
🎮 Itchio: https://oxeron.itch.io/alix
📺 YouTube: https://www.youtube.com/@Oxeron
🌞 Ko-fi: https://ko-fi.com/oxeron
Pinned
Hello dear followers 👋
My name is Olivier, I'm 45, living in France 🇫🇷
I'va been working on #AlixRPG for 3 years now on my spare time, using #godot
You can follow my journey on oxeron.itch.io/alix
I will soon publish some videos on www.youtube.com/@Oxeron to share my passion and my work
See u soon
Thanks to my new Story Manager, NPC can evolve dialogs depending on the story #godot #gamedev #AlixRPG

(both screenshots were taken at different moment in the game, once the player completed a quest)
November 9, 2025 at 12:58 PM
Creating more NPCs with #aseprite for #AlixRPG
It takes some time, for sure 😅
#gamedev #indiedev
November 3, 2025 at 7:10 PM
Nice idea
Made this Steam Build Uploader a while back for my games, and I am deciding to make it public (Not yet public). Made in #GodotEngine.

What you can currently do:
• Upload multiple apps and depots at once
• Manage multiple Steam users
• Generate VDF files without official GUI

#GameDev #IndieDev
November 3, 2025 at 1:14 PM
Today I learned you can create your own BBCode markup to use with a RichTextLabel with #godot #GodotTips
I will create a dedicated [highlight] tag to avoid exporting this code into my po files:
[color={{Constants.DIALOG_HIGHLIGHT_COLOR}}]red flowers[/color]

docs.godotengine.org/en/latest/tu...
November 3, 2025 at 12:21 PM
It’s a real git life saver !
Coded for 2 hours and accidentally ran `git reset HEAD --hard` and all my progress is lost.

Actually, it's not! Git has a cool command called:

`git fsck --full --no-reflogs` where you can find "dangling" blobs (files git remembers but has not yet committed)

#git #protip
November 2, 2025 at 2:40 PM
I'm using @trytalo.com in order to implement a leaderboard in #AlixRPG with Steam syncing
Documentation is well written, support via Discord is very fast, Godot addon is complete with multiple examples, prices are fair
What is it missing?
#GodotEngine #gdscript #indiegamedev #GodotTips #gamedev
October 29, 2025 at 7:53 PM
I found several platforms for handling #godot LeaderBoards
Which one would you recommend ?

silentwolf.com/homepage.html (100% free)

heroiclabs.com/docs/nakama/...

trytalo.com (syncs with Steam LeaderBoards)

quiver.dev (suspended)

github.com/GodotNuts/Go... (to use FIrebase database)
October 27, 2025 at 6:45 PM
Let's go implementing #firebase Firestore inside my #godot RPG
This is the first part of the future leaderboard for the demo
#gamedev #indiedev
October 27, 2025 at 1:06 PM
I just published 0.1.7-beta5 demo release of #AlixRPG on #steam
It really starts to look like a real game 💖
This version focuses on quality, reworks and bug fixing 🧑‍🔧
Thanks for your support and fell free to give me your feedbacks
#gamedev #indiedev #godot

store.steampowered.com/news/app/324...
Alix - Alix Demo 0.1.7 mise à jour (beta5) 🧑‍🔧✨ - Steam News
Quality version
store.steampowered.com
October 26, 2025 at 5:50 PM
I'm officially a #godot developer now 🥰💖
October 23, 2025 at 9:30 PM
A small #survey : should a NPC or an enemy move when off-screen in #AlixRPG ?

Here is an exemple of an enemy currently "staying" in his screen, it might feel strange, what do you think ?
October 3, 2025 at 6:50 PM
Reposted by Olivier, working on Alix RPG 💖
Really cool #Godot project that allows you to create realistic human characters.

github.com/matmadness/H...
September 24, 2025 at 6:48 PM
Having an issue with Navigation2D in #godot 4.5
I must add a small delay of 2 seconds before baking navigation or my actors can't reach some of the destinations. Everything was working nicely under 4.4.1
September 22, 2025 at 5:48 PM
Has anyone had any issues with physical key management under macOS with #Godot 4.5 ? I noticed a difference of behavior when using InputManager from Nathan Hoad, maybe related to the new in-editor game window
I opened an issue github.com/godotengine/...
`DisplayServer.keyboard_get_keycode_from_physical` returns 0 on macOS · Issue #110751 · godotengine/godot
Tested versions reproductible in godot 4.5 not present in godot 4.4.1 System information Apple M3 Pro - macos sequoia 15.6.1 Issue description I'm using InputHelper from Nathan Hoad Since godot 4.5...
github.com
September 21, 2025 at 8:06 PM
I just uploaded a new #trailer for the #steam Animal Fest, showcasing the usage and power of the first guardian animal 🦊 of #AlixRPG
I can't wait to implement more of those animals in the future

www.youtube.com/watch?v=kLiI...
AlixRPG – Pixel Art Zelda-like Adventure with Guardian Animals
YouTube video by Oxeron
www.youtube.com
September 20, 2025 at 9:20 PM
Is it possible to ask #Valve for a #steamdeck verification process for a game not yet published, but with a demo available ? I can't find the link inside steamworks ...
Thanks for the help
#steam #gamedev
September 17, 2025 at 7:07 PM
I just published 0.1.7-beta4 demo release of #AlixRPG on #steam
This version adds 2 training areas to learn how to summon and use Woody's abilities 🦊
Thanks for your support and fell free to give me your feedbacks
#gamedev #indiedev #godot #screenshotsaturday

store.steampowered.com/news/app/324...
Alix - Alix Demo 0.1.7 mise à jour (beta4) 🧑‍🔧✨ : actualités Steam
This new beta will teach you how to summon and use Woody's abilities 🦊
store.steampowered.com
September 17, 2025 at 2:12 PM
Working on 2 training areas for #AlixRPG to let the player know how to interact with Woody the fox
He can jump above rivers and fences, and stay or come back Player can switch control between hero and Woody
It will be fun to design levels with those new abilities
#indiedev #gamedev #indiegame #games
August 25, 2025 at 7:34 PM
I'm proud to see my first contribution to #godot engine (and also surprised it was never done before 😅 )
github.com/godotengine/...
Update POT files when a file is moved or deleted by oxeron · Pull Request #109802 · godotengine/godot
This should fix missing feature described in #106977
github.com
August 21, 2025 at 7:41 PM
Alix testing the latest version of #AlixRPG demo on steam 😍

I published the beta3 version yesterday, I hope you will enjoy it as much as she does 💕

Feel free to report ideas or bugs

store.steampowered.com/news/app/324...

#retrogame #indiegames #gamedev #indiedev #wishlist #godot #godotengine
July 27, 2025 at 6:25 PM
July 21, 2025 at 8:53 AM
Another break from gamedev for a trip in Belgium at Recyclart, attending piercing classes with my girlfriend
#couplegoals #piercing
July 20, 2025 at 7:58 AM
4 months later, project is getting even bigger
#AlixRPG #godot #GodotEngine #GodotTips
July 18, 2025 at 5:53 AM
Did you know you can send your bug reports within your #godot game directly to Notion and Discord using their API ?
#gamedev #gamedev #bugreport #GodotTips
July 17, 2025 at 8:03 PM
I'm pleased to announce that I fixed all the bug-reports you sent in-game since the first beta versions of the demo. Thanks a lot for all your support and ideas, it helps me a lot to build a game where player will focus on the story more than bugs 💖
#gamedev #indiedev #indiegame #solodev #alixrpg
July 17, 2025 at 6:35 PM