Upload Images
Do not upload images you did not create. Please read the Image Upload Rules before uploading.
Uploaded Images
Upload Progress
Welcome to Antilia!
Antilia is a sandbox-style RPG which is currently in development. It features an open world, single and multiplayer modes, and customizable characters! Click on "Features" in the overhead menu to learn more!
|
Latest Video Update
Here is Antilia's most recent video update. Be sure to scroll down for the latest weekly updates!
Weekly Update - Archery, Game Over Screen, and IK
Roadmap
First, I just want to re-affirm the current development roadmap so that it doesn't get lost among my current sub-tasks.
Adding combat to Antilia remains my top development priority. I will continue to work the project's "animation woes" with the Animation Editor and importers/converters on the side unless I need a specific animation to continue work on combat.
Once the main combat modes (melee and ranged weapons) are working I'd like to get our collection of "temporary decorative weapons" all in working order, so that finding those items is a bit more fun and there is more to play with in combat than just a single working sword and bow. To compliment the weapon variety I'd like to get a small number of enemies in the game that offer a bit of diversity as far as behavior and attacks go as well (you've seen most of these already - iichii, racha, serpents, slimes, etc.)
Once combat is in good working order I plan to spend a few months debugging and optimizing a bit, and then I think we'll be in a good place to start some community testing and getting feedback. Antilia is a huge project with a lot of things in "first pass" state still, so there's still a lot of development work to do even after testing resumes (second passes, new crafting systems, magic systems, the Sakii and Reisuii...).
Archery and Projectiles
My work on combat recently has been focused on adding ranged weapon modes to the game, something that was sorely lacking in the MMO.

Here I am working on the aiming mechanic, trying to get the bow's trajectory, character animation state, and camera to align well.

Firing arrows is becoming more functional, and they even stick into walls and hillsides when struck! (But not to characters yet.)
A system I spent a few days working on this past week is communicating the direction a player is aiming their bow to the server and the client/server part of archery and projectiles. I won't dive into the more complicated technical details, but suffice to say a lot of network communication is involved in aiming, shooting projectiles, and detecting hits for multiplayer.
KO Screen
Another item I worked on this past week is a "game over" or KO screen. This work also includes getting creatures and characters to go into a "KO" mode and adding new logic to AI behaviors so that creatures don't continue to attack targets which have already been defeated.
The current KO screen. (It's been pointed out that the font chosen for the character quote is a bit difficult to read.)
Animation Editor - IK
On the editor side I've been slowly adding a system to provide Inverse Kinematics (IK) when working in the Animation Editor. Our current Animation/Pose Editor only supports what is called "Forward Kinematics". With Forward Kinematics you position a character by rotating individual joints. So for a character to say, reach out and grab a cup you must rotate the character's shoulder joint, then their elbow, then their hand, etc. With Inverse Kinematics you move a 'target' point and the angles of individual joints (shoulder, elbow, hand) are calculated automatically.
While both modes are useful at times, the lack of IK in the editor makes some tasks more difficult than they need to be. Technical: I've implemented IK based on the simple "FABRIK" algorithm.

An early mathematical test of my IK implementation. The bones try to orient automatically to reach out and touch the red spherical target.

Testing the same algorithm again but with a longer chain.
I'm now starting to build an IK solution in the Animation Editor using the IK chain math developed above.
In the past week I started integrating the new IK algorithm into the editor, but first I had to refactor the way object selection and visualization was implemented. Previously only bones could be selected. If IK targets can also be selected it introduces an additional layer of complexity with multiple types of "Visualization Entities".
World Building and Lore
And finally here are a few lore articles I've been working on lately. These are all a work-in-progress as I continue building up a repository of information to write stories from.
That's all for this week, thanks for reading!
Article Link: Weekly Update - Archery, Game Over Screen, and IKNews Article Page
Weekly Update - Archery, Game Over Screen, and IK
For the past few weeks I've continued work on combat focusing on archery and projectiles, and work on the Animation Editor continues with the addition of inverse kinematics.
Weekly Update - Animation Retargeting and Editor
For the past few weeks I've been trying to find a way to "retarget" motion capture animations onto the 3D skeleton the Taipii characters use. Unfortunately both approaches I tried hit a roadblock, and in my frustration I turned to solving my animation woes the only other way I know.
Weekly Update - Content Pipeline Work
For the past couple weeks I've been working on the Mesh Importer and making improvements to ToiEngine's Skeletal Animation System.
Weekly Update - Targeting, Animation Woes, Lore Writing
This week I implemented a targeting system for combat but then encountered a bit of a roadblock trying to make headway with Antilia's old combat animations. I have since been doing a bit of lore writing while pondering my path forward.
Weekly Update - Skills, Special FX, Projectiles
Over the past few weeks I've been working on the Skills, Client Special Effects, and Projectile systems - and those systems are finally starting to work well in concert together.
Weekly Update - Combat Decisions
Work on creature AI and the Behavior Editor continues to march along. Hostile creatures are attacking the player now, but I have some decision to make as to what style of player control is the best fit for Antilia and its server.
Weekly Update - Eggs are Hatching, Clothing
This week I finished up work on the creature nests with eggs now incubating, and hatching. Jidou and iichii now hatch, grow, and then die. I also spent a little time on the side working on clothing and equipment.
Weekly Update - Creature Nests, Eggs, and Spawning
Last week my attention shifted from the AI Behavior Editor to the creatures themselves. While my intent was to start building a nice behavior tree for the jidou and iichii, I first needed to get them spawning and de-spawning from the world in a well-tracked manner.
Weekly Update - AI Behavior Editor is Functioning!
For the past few weeks I've been working on the AI behavior editor, and this week I am happy to report that it is now functional!
Weekly Update - Character Switching, Behavior Editor
This week I started work on an editor for AI Behaviors, with as many questions rising from the work as solutions. I also spent some time working on the user interfaces and restored the switch characters function.
Weekly Update - Combat, Server Improvements
Last week I started planning and working on Antilia's combat system, including enemy detection, an AI behavior to follow/chase another creature, and made some server improvements.
Weekly Update - Teleporting, Floating Islands
With the video update having stalled, here are a few things I've been working on in the meantime and an update on what I'll be working on next.
Weekly Update - Plans for 2023
In this week's update I'd like to present my plans for 2023 and what's next for Antilia.
Weekly Update - NPC Conversations, Stylized Text Rendering, Bug Fixes
This week I continued work on the NPC conversation system, stylized text rendering, and fixed some bugs that were in the way of the next test build.
Weekly Update - NPC Conversations, More Fishing Poles
Last week I resumed working on Antilia, adding in some new fishing poles and starting on the NPC conversation system.
Weekly Update - AMD Radeon Support, Development Pause
Last week I solved a variety of bugs and glitches when running Antilia on an AMD Radeon card, but now need to place Antilia development on a temporary pause.
Weekly Update - Cave Improvements!
This week I took a little break from bug fixes and optimizations while waiting for a new GPU for testing to arrive. Instead I worked on improving the terrain engine when used to create caves so I can complete a rough pass across the entirety of the Isle of Kasau.
Weekly Update - Reducing FPS Drops, Optimizing, and Terrain Changes
Last week I focused primarily on reducing FPS drops when crossing terrain page boundaries and making a few optimizations. I also started on some improvements to the terrain system that'll finally allow for collisions with the cave walls and ceiling, and placing clutter on it.

Weekly Update - Detail Settings, NPC Conversations
This week I focused on issues that came out of last weeks test, a settings window, and a system for NPC conversations.
Weekly Update - Setting up a Test Server
Last week I wrapped up the remaining tasks and set up our initial test server!
Weekly Update - More Bug Fixes, Merchant Shops
My focus this week was to resolve the remaining issues that would prevent us from testing, and then I also added a system to buy things from merchants and worked on the Isle of Kasau some.

Weekly Update - Bug Fixes, Request Batches, Merchant NPCs
My priority continues to be preparing Antilia for initial multiplayer testing, but along the way I took the time to add merchants you can sell excess items to.
Weekly Update - Testing Preparations, Crossbows, and Blunderbusses
This week I've been debugging and preparing Antilia for initial testing, reworked the item selection code, and added decorative crossbows and blunderbusses!
Weekly Update - Testing Plans, Respawn Character, Polearms
This week's update includes some details about our first upcoming test phase, development work on character respawning, improvements to the scene object editor, and some new polearm weapons!
Weekly Update - Mushroom Forest, Caves, Hammers & Staves
This week I worked on the Mushroom Forest area (Moivalau Forest), the caves under Gajoi's Claw, and added decorative Hammers, Maces, and Staves
Weekly Update - The Columns, Maulei Beach, Decorative Daggers
Last week I was inspired to do quite a lot of world design, with a new design for Maulei Beach and new regions for the western side of the Isle of Kasau.
Weekly Update - Server Login Changes, Decorative Weapons
More work on the network code with a focus on the login system, and I've added some temporary decorative weapons to the game.

Weekly Update - More Networking, Character Creation, Taipii Guilds
This week I continued my work refactoring the network code, debugged tine character creation process, and spent some time working on the Taipii Guilds.
Weekly Update - Wei Garden, Interface Fixes, Networking
This week I (mostly) finished up Wei Garden, started some needed optimizations to the networking code, and fixed some user interface issues. I focused primarily on refactoring and UI fixes this week, so this update will be brief.

Weekly Update - Chat Window, Takadynns, The List
This week I tried to wrap up work on the Chat Window, made improvements to the games teleport/respawn points, and started on a list of everything that needs to be done to get back into alpha testing.
Weekly Update - More Chat, Scripting, Desert Ruins
This week I continued working on that chat system and added a new set of ruins to the Burning Sands
Weekly Update - Chat Window, Bug Fixes
This week I started work on the chat system, and continued general preparations for multiplayer testing.
Weekly Update - Multiplayer Progress, World Scale
This week I started work on Antilia v0.12, with a focus on multiplayer and preparations for alpha.
Weekly Update - More Web Content and Fixes
This was the second week of my c++ programming break, and as a change of pace I continued work on the lexicon and website!
Weekly Update - Website Fixes, Lexicon Content
This week I made improvements to the website, and roughed in more pages to the lexicon!

Video Update - 0.11.0 Pathfinding and AI Behaviors
I just posted a new update video with a look at Antilia's new pathfinding and AI behavior systems. Characters and creatures are moving around on the Isle of Kasau now, and the Taipii are starting to work together as a simulated community!
Weekly Update - Tree Fade, Bug Fixes
Last week I focused on testing and fixing bugs in preparation for the upcoming video, and managed to implement a few small improvements I've been wanting.

Weekly Update - AI Cooking and Deliveries
As the mid-year point closes in I spent time this week trying to wrap up the foundational NPC behaviors and get a few new behaviors in place. As I transition to working on a video update over the next few weeks these updates will likely look a little different - with tasks related more to debugging and video production and less world building.
Weekly Update - AI Tasks, Southern Kasau Design Pass
This week I worked on a new "Task" system to compliment AI Behaviors, gave the southern side of the Isle of Kasau some preliminary layout passes, and improved the sea rendering.
Weekly Update - Burning Sands, Treasure Chests, Topo Map
This week I added two new regions to the game and improved a third, added treasure chests to make exploration more fun, and experimented with a new topographic style map.
Weekly Update - Fell Trees Behavior, Logging Camp, Bamboo Ponds
This week I implemented a new AI Behavior for felling trees, improved the area around the logging camp, and added a new "Bamboo Ponds" area nearby.

New Antilia Website Now Live!
The new Antilia website is now (mostly) live!