SamSuka
sgthale

sgthale

patreon


sgthale activity

Preparing for YouTube Trailer Part 2

Chickens are fully functional now. They work just like v0.8 except with the improved feature of having physics. They are really fun to chase around and it's funny when they fall off cliffs.

Theire pathfinding does not use any of Unity's built in navmeshing so they rely on rudimentary wall a...

View Post

Preparing for YouTube Trailer Part 1

I wanted to have a sort of last big piece to add to the trailer so there is more content to showcase. I decided on having chickens put into the game. This led to a huge mod API addition:

Till recently, Viva's modding API supported only bipedal characters (2 legged humanoids for people). I c...

View Post

Devpost Resuming Tomorrow

Delayed due to New Years. Happy New Year's by the way!

Stay tuned!

View Post

Finishing Base Gameplay Loop Part 2

Hope you had a Merry Christmas. The past few days I worked on a few things.

The map is now complete and is expanded on the other 2 corners. Some textures also received facelifts.

It features ...

View Post

Finishing Base Gameplay Loop Part 1

I'm finishing up the base gameplay loop for the next game update. The issue is that the main gameplay loop, which is the main activity of the core game of Viva; the gathering of resources and, bringing them back and using them in some form like cooking, is partially complete. It needs more featur...

View Post

Big Bugpatch #3 is out

Gameplay changes

  • Added hugging (VR and keyboard)
  • Fixed cooking putting stuff in bag while cooking
  • Improved pickup animation and robustness
  • Added more emotion curves to remaining animations
  • Jiggle bones can now be interacted with your hand in VR (tai...

    View Post

Continuing Compatibility Fixes Part 8

Bigbug patch #3 will be ready this late Saturday PST. At the same time of release, Senko will be the first official downloadable mod for v0.9. Will be availble in the Discord. I'll post a link when it's ready. I had to temporarily disable the custom mods channel because some entries were outdated...

View Post

Continuing Compatibility Fixes Part 7

The last big bugpatch #3 will be ready to drop this week! Also, for the Supporter tier of patrons, we will have the first exclusive Beta test run for Viva on the Oculus Quest later this month. There may be some catch 22's in the Quest implementation. No info on it yet.

Anyways here are some...

View Post

Continuing Compatibility Fixes Part 6

After the last big bugpatch, keyboard and VR feels a lot better. However there are still a few kinks to get rid of. As well as some bugs with the character.

One problem where a character can get infinitely stuck is when picking stuff up. Currently the character will bend over to pick up som...

View Post

Big Bugfix/Patch #2 is out

v0.9.08 Changelog:

  • Fixed creation tab saying Item creation instead of Character creation
  • Fixed UI not returning to character selection screen
  • Added better Character creation tab
  • flour can now physically fall out of the container (mortar, bowl) if tipped over...

    View Post

Continuing Compatibility Fixes Part 5

Big bugpatch #2 will drop this week and it comes with the following improvements:

VR cooking will be included. It features everything the NPC can do meaning you can bake a pastry from start to finish.

2021-11-30 06:44:10 +0000 UTC View Post

Continuing Compatibility Fixes Part 4

I just released another patch, smaller than the last one but with goodies nevertherless.

It includes some bugfixes and feature improvements including eliminating the stuttering while in VR and some character movements.

Also, I added support for jiggle bones for object creation so you ...

View Post

Big Bugfix/Patch #1 is out

Phew. Ok. Viva v0.9.06 is out with the following fixes:

  • Player ragdolls are far less wobbly now.
  • VR now launches BY DEFAULT. Will switch to keyboard if it fails. Should help people not getting VR working.
  • Characters can now bake entire recipes (mixin...

    View Post

Continuing Compatibility Fixes part 3

Big bug and feature patch was delayed 3 days. Mostly related to doing lots of testing. Once I finish the testing it will be released as usual and we will resume regular development posts.

Not much to talk about today other than lots of backend code digestion.

Stay tuned!

View Post

Continuing Compatibility Fixes part 2

I didn't realize I left on so many things turned off when I did the soft launch before I left for vacation. I apologize. Regardless several things are coming in this patch. Aiming for this weekend.

Onsen reception interactions are now enabled (was turned off):

2021-11-09 06:13:56 +0000 UTC View Post

Beginning Compatibility Fixes part 1

I just got back from vacation. Originally I was supposed to leave at the end of the month so the release was a few days rushed. I got a good chunk of feedback now that it's public-ish and I will be spending a couple weeks adding support for better VR handling and some interaction stuff. Namely I ...

View Post

Viva Public release v0.9

READ ME DONT BE LAZY

This is a ground up re-implementation of Viva Project (There is no longer "project" in our name) branching off from v0.8. Originally this game was meant to feature only Shinobu (around 2017) but legal and creative decisions lead to implementing characte...

View Post

Preparing For Launch Part 5

No devpost this today! I will be keeping the features under wraps for launch day this Monday PST. Should launch sometime in the evening (US West coast time).

Stay tuned for launch!

View Post

Preparing For Launch Part 4

About a week away from launch day! I've been polishing and improving many things.

To start, when creating items, you can now select what kind of material your custom item has. This makes it possible to have transparent parts or double sided materials.

2021-10-18 05:02:36 +0000 UTC View Post

Preparing For Launch Part 3

Opening sliding door behaviors are back and implemented properly for v0.9. Made with the mod tools as well. It's now possible to have specific animations/logic for doors should you ever want to go crazy.

...

View Post

Preparing for launch part 2

I finished the water features for release but I want to talk first about some improvements and polish I did.

First, heads turning are more realistic and less snappy.

I also added more animati...

View Post

Preparing for launch part 1

I received plenty of good feedback from the last Beta. Thank you! Still need more. I added plenty of important fixes for release. Because I received an abundance of bugs, I have decided to formally and finally push back the release date for Viva for October 30th, 2 extra weeks bu...

View Post

Beta Pre-Release v0.9g

Code: guacamole


I need to get into the habit of writing changelogs.

Changelog:

+Expanded map (WIP)

+Fixed VR movement doubling up

<...

View Post

Next Beta was postponed to Tuesday instead of Sunday

Sorry for inconvenience. IRL emergency happened...

View Post

C# Mod workshop this Sunday 11AM PST

I'll be having a formal mod workshop to help people get started with the mod API over on my Twitch this Sunday at 11AM PST. Come join us if you are also interested to see how the game is made.

Next beta also comes out thi...

View Post

Continuing Harvest System Part 2

Harvest system is fully functional like the old versions now. Of course made with the new mod tools.

v0.9 characters can pick fruit from the different types of plants that automatically grow food over time. Such as peaches:

2021-09-19 09:06:00 +0000 UTC View Post

Continuing Harvest System Part 1

There was something I had to do to fix navigation before properly finishing the harvest system. This was related to the navigation system for the AI.

See, in most unity games, the navigation mesh is baked once for the whole map for the AI to use. Typically this works well for maps that don'...

View Post

Finishing Bags Part 2

Bags are complete. They work almost identically to v0.8 and can store all sorts of items (except for bags obviously). Made with the mod support API.

First, here is me picking stuff up and putting it into the bag:

2021-09-10 08:41:35 +0000 UTC View Post

Beginning Bags Part 1

Bags have made it back in and I have included them into the game via the modding API. The inventory side of things isn't ready to show off but I did finish the item mechanics for it. Here is me wearing the bag:

2021-09-05 09:14:00 +0000 UTC View Post

Beta v0.9f VR Functionality results

I need to gather some information for those who recently played v0.9f in VR mode. Please select the best one that described your experience:

Also please comment any other issues you encountered.

v0.9 uses O...

View Post