Dinosaursssssss

Members
  • Content count

    727
  • Joined

  • Last visited

About Dinosaursssssss

  • Rank
    Zombie Thumb

Recent Profile Visitors

3918 profile views
  1. [Dev Log] The Wizard

    Alright, I wanted so save some fun surprises so I stopped posting while I was adding text and whatnot, but here it is: https://dinosaursssssss.itch.io/the-wizard
  2. [Release] Decrepit (GOOD... BYE)

    Yep, if you message me with a link to the game page on itch I can add it for you
  3. [Dev Log] The Wizard

    Ah yeah, good call, I was trying to use Blender's auto-smoothing but it's working really inconsistently. Maybe related to the modifiers I'm using? Not sure. Anyway from some advice on slack I fiddled a bit more, narrowed the upper jaw, flattened the...lips, I guess, gave it a little more forehead, and it feels a little more human now. Could still use some work, the back in particular needs some work, but I think it's shippable now. Blender: In-engine, with ramped lighting material and recalculated normals: edit: ok talking to theschap in chat, I think the issue with auto-smoothing was the faces need to already be shaded smooth for it to apply.
  4. [Dev Log] The Wizard

    Trying to spruce up this wizards house a bit, this was my third attempt at a sorta low poly skull...you don't wanna see how bad the others were. Something I hadn't really considered about a low poly art style, especially paired with the lighting I'm using, is my polygon layout is very visible, anyone who plays this game who's remotely knowledgeable about 3D art will immediately recognize how bad I am at it.
  5. [Released] (I Know You're Having Fun But) I'm Still Working

    Cool, this is kinda in the same vein as the game I started last jam (but never completed cause I suck at js) where you'd play a game over a Bon Appetit youtube video. I think there's a lot of potential for really interesting new gameplay around this kinda hybrid content, Twitch started going down the path with stuff like Stream Legends (which was a coop RPG you played with other people in a Twitch channel) but they sorta abandoned it for some reason.
  6. [Dev Log] The Wizard

    I can't for the life of me compress this to a gif of a remotely reasonable size, so here's a very low res image and an ok res video. Interior lighting test: https://imgur.com/N0GpaX6.mp4 The interior uses the same ramped lighting shader as the outside, but with more steps. It looks pretty rough with two light sources; where they overlap, there's a hard edge, and shadows work really inconsistently (I think they're applying from the directional light, but not the point? not sure why that is, probably I need to add some unity macro into the shader) but I like it. Still needs to be arted up a bit more (the walls in particular feel barren) but I'm gonna try and lock down more mechanics first.
  7. [RELEASED] What Remains of Idle Thumbs

    Cool, sounds complicated but it looks like you're making good progress! Also the models are pretty sharp, A+ mustard application.
  8. [Dev Log] The Wizard

    Built a tower interior the other day; I wasn't sure what the best approach would be, but it seemed like the easiest thing would be to just make a separate mesh so that I wouldn't run into issues with lighting and cause it's a little easier to work with in Blender. Not too exciting, but it's a good opportunity to look at some weird polygons and judge my very mediocre 3D skills. I fixed all the interior faces up, who cares if there's z fighting and missing faces on the outside. I also did a quick modification to brendonsmall's First Person Exploration kit to allow for UGUI based journals. This probably wasn't worth the time I spent on it; by default it only handles journals with a single image per page, but it really wouldn't be that hard to set up a template in photoshop and crank pages out of that. My thinking was that this'd improve iteration but how many books and how many edits am I gonna do in two weeks? Text is all temp but it tells a very compelling and coherent ~8 sentence story about a vampire cowboy. I may have a writer to help out with some of the text, I need to check in with them but it's someone whose work I have great admiration for who's also just an absolutely lovely person so I hope this tiny collaboration works out. It also occurred to me that I need to decide more clearly how I'm using color and stick with it...the book and UI should probably all be grayscale. There will be some color in the game, it'll come from a secret feature that I don't want to spoil. I started working on that last night and I think it'll be fun and cool! Anyway today I'm going to try and get that Secret Feature a little more solid, I'd also like to spend a little time redoing some sound and UI elements in FPE. Since brendonsmall gave some keys out to other folks as well, I'd like to make sure that The Wizard feels distinct. First I'd like to change some audio, add pitch/volume randomization to footsteps, maybe pitch shift or filter the other SFX (jump, open journal), and redraw the UI elements.
  9. [Release] Live from the Past

    Cool concept! Sounds similar to TimeWatch (FPS that was shown at GDC Experimental Gameplay Workshop I think last year (two years ago?)) but I suspect doing it in 2D will make it a little easier to keep track of what's going on.
  10. [Dev Log] The Wizard

    Little gem from the Obra Dinn TIGSource thread:
  11. [Dev Log] The Wizard

    I'm hoping to use a slow, dark intro to really sell a fun surprise later on, we'll see how that plays out I read a little bit of this stuff when it was on TIG Source; my memory was that he talked about it at a pretty high level but I'll go back and poke around. Thanks!
  12. [Dev Log] The Wizard

    Here's a higher resolution still so the lighting is a little more clear. The tower is a cylinder but the lighting really makes it look hexagonal. I'm not sure how I'm gonna handle lighting the interior; the light on the doorway fades when you get close by, I might have do a weird trick like turn off the directional light and switch on some points or bake lights or something to get it to look right.
  13. [Dev Log] The Wizard

    Thanks all! I was having trouble with the dithering so for that gif it's using much simpler ramped lighting with 4 steps; my real goal is just to get a little away from the default unity look (which I think largely comes from using the standard shader and lighting system). I might just leave it as is and add more post processing rather than fiddling much more with lighting. It turns out custom lighting isn't nearly as complicated as I thought, it's largely based on the toon lighting example here (just using a math to do the steps rather than a texture map) https://docs.unity3d.com/Manual/SL-SurfaceShaderLightingExamples.html
  14. [Dev Log] The Wizard

  15. [Dev Log] The Wizard

    Hello! For this, the final Wizard jam, I'll be making a short vignette about visiting a Wizard. You'll arrive outside his tower to find that there's a note on the door, you just missed him; the Wizard has stepped out to buy some milk. He'll probably be back soon, but the door's open, lights are still on, why not stick your head in and see what he's been working on? I think I'm gonna be a little busy during jam time so I wanted to get a bit of a head start; originally I was gonna do an update of an older game, but the other day I was hitting random on the episode list and this classic popped up, and I had a little idea and immediately knew in my bones I just had to take a swing at it. Here's the start of a wizard tower from last night; I hadn't spent any time with Blender 2.8, it seems pretty good so far. I can kinda make a model if I have to, but I never really learned how to texture...that'll be the big challenge here for me I think. I'd also like to write a sorta obra-dinn-y dithered lighting shader...I started writing this earlier today and it ended up a little weird (but did kinda work). I think it needs to be triplanar and I might also be getting the wrong normal but it's not a bad start. I'll also be using fellow reader richardsmall's First Person Exploration Kit to handle some of the gameplay code that I don't feel like writing so I can focus on...writing a triplanar dithered lighting shader, apparently. Seems solid so far!