Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411432 Posts in 69363 Topics- by 58417 Members - Latest Member: gigig987

April 20, 2024, 05:02:25 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsAo
Pages: 1 [2] 3 4 ... 41
Print
Author Topic: Ao  (Read 97640 times)
oahda
Level 10
*****



View Profile
« Reply #20 on: March 15, 2019, 02:54:27 AM »

Oh that sounds really interesting! How open-ended will it be? Multiple ways to progres, or maybe something more linear?

Still pondering that~
Logged

oahda
Level 10
*****



View Profile
« Reply #21 on: March 30, 2019, 12:34:45 PM »

4

Groundwork for time bubbles

Was planning on getting a bit further before posting about this, but I've been a bit distracted with other stuff lately and it might be another while before I get back on this, so here's a small update in the meantime.



The time travel mechanic isn't just going to be about either being in the past or the future, but rather about opening up pockets into the past that only partially cover town, serving as locks to find right keys to open. I decided to make these bubbles be made up of boxes and cylinders that for example can be used to, as seen above, unlock a circular patch of the town, while still retaining the lock on the interior of a house within that bubble.

This meant I had to come up with a shader for this addition and subtraction, which was easy enough to do in a binary fashion, but took me about three days of work to figure out in such a way that it would make all the edges blend nicely together!

Of course later on the NPC's aren't going to be visible at all outside the windows into the past, and the player character isn't going to turn white, but now that the shader is set up I can do anything I want on either side of the bubbles~



Above: outline of positive bubbles (into the past) in green, and of negative bubbles in red.

« Last Edit: March 30, 2019, 12:46:05 PM by Prinsessa » Logged

Ordnas
Level 10
*****



View Profile WWW
« Reply #22 on: April 21, 2019, 02:33:13 AM »

Wow, 3 days of work for the shader! You ar working really hard into this project. I like the game idea. Best of luck!  Smiley
Logged

Games:

oahda
Level 10
*****



View Profile
« Reply #23 on: April 22, 2019, 02:58:50 AM »

Thanks! I'm in the process of moving right now (lots of packing!) but I'm looking forward to settling down and getting back to working on this! Gomez
Logged

oahda
Level 10
*****



View Profile
« Reply #24 on: May 23, 2019, 06:32:28 AM »

5

Systems and interfaces

Got to our new apartment a couple of weeks ago, but we still haven't got an internet connection set up. Been doing some work in the meantime, and I have an opportunity to make a post today, so here goes! Been blocking out more of the game systems and working on GUI stuff, which wasn't in the engine before.



  • Interactions indicated by an icon: looking at things, showing photos to people, and listening in on conversations.

  • Inverted the time bubbles so that the default (including the sky and so on) is in the past, and the inaccessible pockets are more like literal memory gaps (the white patch in this GIF). NPC's are invisible in these pockets since they're not in the same time period.

Logged

JobLeonard
Level 10
*****



View Profile
« Reply #25 on: June 01, 2019, 05:14:32 AM »

Oooh, how did I miss this devlog until now! Subbed!
Logged
oahda
Level 10
*****



View Profile
« Reply #26 on: June 02, 2019, 07:34:39 AM »

Thanks!
Logged

diegzumillo
Level 10
*****


This avatar is so old I still have a some hair


View Profile WWW
« Reply #27 on: June 13, 2019, 01:29:30 AM »

I've been seeing progress on this on twitter, I didn't know there was a devlog.

I love the idea! Not enough detective games around, IMO. And it seems you're expanding on that Batman Arkham games detective minigame which might be the most criminally under-explored concept in gaming.
Logged

oahda
Level 10
*****



View Profile
« Reply #28 on: June 15, 2019, 05:40:03 AM »

Thanks for the encouragement! Not familiar with the Batman game—I’ll try to check it out!
Logged

diegzumillo
Level 10
*****


This avatar is so old I still have a some hair


View Profile WWW
« Reply #29 on: June 15, 2019, 05:56:22 AM »

It has crime scene processing mini games that work by having you walk around a scene looking (through AR) at the reconstruction of a few seconds of the crime. You can rewind, pause, play etc. Of course, there it's just a game of finding the blinking object and clicking on it to resume the story, but it has potential to be more than that.
Logged

oahda
Level 10
*****



View Profile
« Reply #30 on: June 17, 2019, 08:08:35 AM »

Ohh, that sounds right up my alley! Yep, I suppose that’s in here too, only it isn’t necessarily a crime scene, and it’s anywhere in town at any point in time, with as much winding back and forth as you want to. Well, hello there!
« Last Edit: June 26, 2019, 04:22:12 AM by Prinsessa » Logged

diegzumillo
Level 10
*****


This avatar is so old I still have a some hair


View Profile WWW
« Reply #31 on: June 17, 2019, 08:12:04 AM »

YES! I am super excited about this!
Logged

oahda
Level 10
*****



View Profile
« Reply #32 on: June 17, 2019, 09:31:20 AM »

Thank you!! Kiss
Logged

oahda
Level 10
*****



View Profile
« Reply #33 on: June 29, 2019, 11:42:17 AM »

6

Proto-prototype

This is so rough I wasn't sure whether to post yet, but I think this is a good time to make a pit stop to keep the log alive before I go ahead and spend another while on cleaning up all the code that makes this work and eventually move on to work on the next milestone.

So I've gotten enough into place to be able to block out a little test scenario. It looks very silly right now, but it represents a lot!



This still isn't really representative of how things like unlocking memories will actually work later on, but I needed to throw something in real quick just to test it out.

  • Engine now supports scripting, and each NPC has a script that can be used to tailor its individual behaviour, actively communicating with others and making choices depending on what the player has been able to influence over the cycle. Iteration speed has skyrocketed!

  • A system of "verbs" allows NPC's to see not just who is in a photograph, but what they're doing (such as hugging each other, or being dead). They can then react accordingly depending on what they are shown.

  • These ridiculous-looking NPC models are there to test backwards animation and the possibility to use the same sets of animations for all characters to reduce work, since I'm going to have to create a lot of them all by myself—I'm thinking instead of procedural ways to still give each a distinct personality in their movements.

Bonus

Running the game on an Android phone with an Ouya controller! Cheesy



Logged

ChrisLSound
Level 1
*



View Profile WWW
« Reply #34 on: July 02, 2019, 06:41:16 AM »

Awesome! Even though so much of that gif is temporary/unfinished/etc, I can absolutely feel the spark of the design even now. The curiosity to learn more about a story that you wandered into, getting invested in the characters as you follow along, and the excitement when you finally unlock the missing pieces. I love it!
Logged

I make video/tabletop games and music!
oahda
Level 10
*****



View Profile
« Reply #35 on: July 03, 2019, 04:34:05 AM »

Thank you! Starting to get quite excited myself. Taking a little break after a very productive month right now but I’ll be back on it soon!
Logged

Ordnas
Level 10
*****



View Profile WWW
« Reply #36 on: July 04, 2019, 12:07:08 AM »

I am waiting to download it on Itchio!  Grin
Logged

Games:

oahda
Level 10
*****



View Profile
« Reply #37 on: July 05, 2019, 01:49:51 PM »

Will take a while. Tongue
Logged

amasinton
Level 1
*



View Profile
« Reply #38 on: July 06, 2019, 09:46:59 AM »

Wow! Quite a lot of progress!

I'm very impressed with that rough demo gif you posted.  There are a lot of interlocking systems working together there.  Looks like some compelling gameplay.

AND an engine you're building yourself AND it's running on Android.

I can't code myself out of a paper bag!
Logged
oahda
Level 10
*****



View Profile
« Reply #39 on: July 07, 2019, 09:41:44 AM »

Thank you!

Thought it mightn't be very demonstrative at the moment since it's so lo-fi and temporary so it's nice to see that the functionality and intentions are visible through that after all. Embarrassed

Cross-platform is important to me so that's one of the first things I got working actually. c: Lots of helpful libraries out there to do most of the dirty work for me!
Logged

Pages: 1 [2] 3 4 ... 41
Print
Jump to:  

Theme orange-lt created by panic