The beta has been so far a great success in release. OpenXR has definitely alleviated the problems with input mappings and buttons related to various VR headsets. Here are some of the funny things ...
2021-04-09 05:14:51 +0000 UTC
View Post

code: obstacle course
2021-04-04 06:14:17 +0000 UTC
View Post
Good news! The community has started to get their feet wet with the new modding tools! It is certainly miles easier than it was in v0.8 to port over new characters. Here are some of the new models ...
2021-03-31 06:53:02 +0000 UTC
View Post
The new VR rig has been integrated into the UI system! There is a new menu UI pointer that appears when you use the controllers in VR:
2021-03-28 06:24:23 +0000 UTC
View Post
Big devpost today. I'm still really happy that we are doing away with SteamVR for the controller bindings. Let me summarize the history behind it with me in Unity:
>Viva Project implements...
2021-03-24 04:54:35 +0000 UTC
View Post
Seems like the last Beta was released properly. Now we wait for people to start the early versions of their mods and get comfortable with the tools.
I've started the VR implementation. I had ...
2021-03-19 10:03:38 +0000 UTC
View Post

Code: avalanche
Build #2 is out now and in a stable enough version to start creating t...
2021-03-14 07:51:54 +0000 UTC
View Post
I did a decent amount of feature additions the past few days. They will be some of the last new features for Build #2. First, some UI changes:
There is now an ACTIVE tab that displays all the...
2021-03-09 10:12:39 +0000 UTC
View Post
Regular development posts will resume tomorrow. I wanted to talk about the implications of a fully moddable game platform.
As you know, Viva is going to be implementing custom mods for its ne...
2021-03-08 09:44:33 +0000 UTC
View Post
I've been gearing up to release #2 and have implemented a few more quality of life things.
First to finish up the wiggle algorithm from the last devpost, the characters will now attempt to wi...
2021-03-04 08:36:48 +0000 UTC
View Post
There were a bunch of stuff I did in the past few days. I brought back several behaviors back into the game as mods.
First, I brought back the wave mechanic. Currently she waves if you press ...
2021-02-28 07:03:03 +0000 UTC
View Post
I've been dealing with some pain points of development concerning physics. Most of the work I've also been doing is backend work so I don't have much to show today but I will be showcasing funny at...
2021-02-23 08:06:03 +0000 UTC
View Post
The past few days I added necessary features that were needed to fully bring back headpats.
Facial animations were necessary to make the behavior feel more natural. Facial animation shapekey ...
2021-02-19 09:27:16 +0000 UTC
View Post
I've done so much work in the past few days it's crazy. I do have some headpat stuff to show! Let's run through first what I did to the player.
As I said earlier there is a new player charact...
2021-02-15 08:07:06 +0000 UTC
View Post
I have received 130 poll results from the "How comfortable are you making mods?". The results are as follows:
2021-02-11 07:33:22 +0000 UTC
View Post
Finally, this is the first public showcase of the upcoming set of mod tools. This pre-release includes everything talked about so far in the devposts and includes 3 basic characters for you to crea...
2021-02-06 03:47:26 +0000 UTC
View Post
This poll is to gauge how many users would be interested in using the new mod tools. I intend to make the code, texturing, and modeling as dummy proof as possible so please do not worry if it sound...
2021-02-02 11:28:33 +0000 UTC
View Post
The past few days I did tons of bugfixing, code digestion, and eyeballing everything to make sure it is ready for this week's first Beta Pre-Release. I've finished writing the scripting system (not...
2021-02-02 11:19:04 +0000 UTC
View Post
I have the new spawn menu ready to show off and a short showcase of features.
First, the custom runtime animation system now supports blending so animations can be blended for more complex ef...
2021-01-28 11:50:02 +0000 UTC
View Post
The past few days I did lots of bugfixing and back end code digestion. There are many changes and some new logic to show off.
To finalize the root animation from the last devpost, you can now...
2021-01-24 08:40:05 +0000 UTC
View Post
A great deal of progress was done! First some notes on the custom animation system.
The animation import system now supports root translation deltas which means that animations that move the ...
2021-01-21 07:45:11 +0000 UTC
View Post
This devpost I don't have much to show visually since I was busy getting realtime modding to work. But things are progressing well. I do however have 1 example of the mod API.
The following i...
2021-01-17 09:34:43 +0000 UTC
View Post
I am back from my vacation and I did a few more days of work on the game. I've been working on the UI of the scripting system. Here's how it's gonna work:
The game will use C# for runtime mod...
2021-01-12 05:40:51 +0000 UTC
View Post
I got more work done on the editing system for creating characters. I worked on an easier and better way to edit textures and models during runtime.
In the older Viva game versions, clothing ...
2021-01-03 08:45:04 +0000 UTC
View Post
Before I start to implement a way to write code into the game, I need to build an easy UI for the player to navigate and use as tooling for mods.
This is where the creation suite comes in. Th...
2020-12-29 09:03:32 +0000 UTC
View Post
I apologize for posting once every 5 days the past couple times it was Christmas and I had life getting in the way. However I've been working at the same breakneck pace and achieved another milesto...
2020-12-25 09:59:59 +0000 UTC
View Post
There was a ton of stuff I had to finish up on the animation importing side of things. As I said in the last devpost, I was having difficulty translating rotations. This has been fixed and now anim...
2020-12-20 12:06:57 +0000 UTC
View Post
I've been very busy debugging and making fbx animations work. The problem I am dealing with is reading the animation data and translating it into a Unity runtime friendly format. Currently I am exp...
2020-12-15 09:53:47 +0000 UTC
View Post
The ragdoll editor is complete and now properly creates a ragdoll from a specified fbx:

I tested ...
2020-12-10 07:47:23 +0000 UTC
View Post
I finished some more work on the ragdoll editor and am now working on collisions.
As I said before, the first step in making your character is ensuring the game knows what bone is the corresp...
2020-12-06 08:41:29 +0000 UTC
View Post