Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411498 Posts in 69373 Topics- by 58428 Members - Latest Member: shelton786

April 25, 2024, 08:56:31 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityDevLogsTenderfoot Tactics - It's DONE ITS OUT ON STEAM ITS DONE ITS DONE
Pages: 1 [2] 3
Print
Author Topic: Tenderfoot Tactics - It's DONE ITS OUT ON STEAM ITS DONE ITS DONE  (Read 15511 times)
badru
Level 0
***



View Profile WWW
« Reply #20 on: October 27, 2018, 06:43:15 PM »

Guess I'm gonna write a little devlog update while I wait for a bar to fill up!

Spent this week working mostly on my overworld and narrative stuff, largely by just walking through implementing the first bit of the game. Wrote and rewrote the format for my scene/script data, which for instance lets characters perform actions, say lines, propose quests, and is used both within a combat encounter or just as a simpler version in the overworld.

Did a bit of work to genericize my water shader so it functions right both in combat and in the overworld, and blends between the combat version of itself and the overworld rendering in the background of a combat. It's a bit sloppy in certain places. The biggest reason I did this is because I decided to make the combat ground based on the overworld where the combat was initiated, and if that happens to be right on the shore I wanted the water to blend into the lake smoothly. Oh yeah! I also put in the logic so that if the combat water surface is below the water level, water can rush in from off-grid to fill it to lake-height. Gonna try to get a flattering screenshot, lets see...




Made a new region you can see in those screenies, meant to be a more colorful, inviting, happy place for the earliest zone.

Oh yeah! One thing I did during this process that was exciting - until now I only had AI control of non-magical units - knights/archers/scouts, which are obviously simpler. But I really want the very first scene in the game to be of two AIs fighting with high tier units, so I mocked that up a bit. It was incredibly easy to make fairly stupid, but still fun/satisfying AI for the units I chose for this - Shaman, Bog Witch, and Warlock.



Oh and because it's something I worked on this week, here's a shot from some early story stuff, that I probably won't share as candidly??

Logged

ANtY
Level 10
*****


i accidentally did that on purpose


View Profile WWW
« Reply #21 on: October 29, 2018, 12:27:05 AM »

Nice progress! Not sure if you already wrote about it but I wanted to ask how does the progression outside battles look? Can you upgrade your "soldiers"? And if so, in what ways? How about the equipment choice?
Logged

badru
Level 0
***



View Profile WWW
« Reply #22 on: October 29, 2018, 09:17:14 AM »

Nice progress! Not sure if you already wrote about it but I wanted to ask how does the progression outside battles look? Can you upgrade your "soldiers"? And if so, in what ways? How about the equipment choice?

Thanks! I guess you mean like upgrading your folks' skills and such?



Right now it's really simple. You level up in whatever class you're playing as.

Having enough levels in the right classes (and the right affinity, which is a born-in attribute currently) unlocks classes further down the tree. E.g. level 3 Scout unlocks both Archer and Knight. Level 3 Knight unlocks Battlemage (if you're any affinity but life) and Spellsword (if you're any affinity but fire).

For each level you have in a class, you get one skill slot. At any time outside of combat, you can swap out your skills freely.

There isn't any equipment system anymore - cut it. I might put something back in but I'm leaning towards the simplest version of this thing for now.
Logged

ANtY
Level 10
*****


i accidentally did that on purpose


View Profile WWW
« Reply #23 on: October 30, 2018, 12:57:41 AM »

Sounds cool, I like class progression trees! I agree that not including eq might be a good idea, but in that case I'd also not put any consumables - maybe do some refilling fountains or sth.

Though I'm not sure about the Knight -> Battlemage  Cheesy
maybe something like a battlepriest or paladin would fit better?
Logged

badru
Level 0
***



View Profile WWW
« Reply #24 on: October 30, 2018, 09:57:38 AM »

Sounds cool, I like class progression trees! I agree that not including eq might be a good idea, but in that case I'd also not put any consumables - maybe do some refilling fountains or sth.

Though I'm not sure about the Knight -> Battlemage  Cheesy
maybe something like a battlepriest or paladin would fit better?

Hm okay. Yeah I don't have any consumables or items at all currently.

The comment on classes is a weird one. Battlemage is the name I'm using for now for the class which has at its core: fire/earth/water spells at very close range, broad AOE, high health. I don't think your suggested names fit it at all? Seems like you're projecting world/story ideas from other fantasy universes onto this game. Maybe you're trying to be helpful but it feels rude to me. Maybe the "Cheesy" is just a bit too much.
Logged

ANtY
Level 10
*****


i accidentally did that on purpose


View Profile WWW
« Reply #25 on: October 31, 2018, 01:26:26 AM »

sorry, man, definitely didn't want to come off as rude. don't take my comments too seriously
Logged

badru
Level 0
***



View Profile WWW
« Reply #26 on: January 05, 2019, 02:41:17 PM »

WOW I took too long between devlogs, so this is kind of a biggie. I'll probably just drop short notes on certain things and then possibly dive into them deeper as a follow up. Are dev-vlogs a thing people like?? It might be easier to just stream me talking through the stuff and then post the recording as a sort of vlog... just thinkin' out loud here...

THE BIG AND BROAD STUFF

Okay so the first thing that I'm absolutely not going to talk about at all yet: I've done a ton of work on the intro sequence, implementing features I want for storytelling reasons, changing around the way the characters work and even the world concepts. Writing is hard but it's what's going to make this real.

One thing I'll mention is I decided to frame all of the humans as goblins for thematic reasons. A core theme I want to address is the gradient of intelligent life and moral personhood, and part of how I want to talk about that is by framing the goblins (ex-humans) as dog-like compared to the spirits. I want to write them as stupid and cute and loyal, and I think goblins already have some of that baked into them as a concept. Plus, I want it to feel playful on the surface to be fighting your lil dudes against each other, and I think goblins come with that for free too, whereas humans killing each other feels more fucked on the surface, for good reason. Got a lot of work to do replacing all of my Human___ code with Goblin___ code, heh.

Hugely, the game's been silent for a long time, but we've just added a full first audio pass, and its REALLY GOOD AND I LOVE IT so maybe I'll do a deep dive into that later. Probably definitely. It feels so much more full and deep and rich and wild.

An important functional change, that impacts a lot of the game's structure:
  • All jobs other than scout/archer/knight start locked now.
  • When a unit of yours meets the req for a job you dont have, a pointer shows up on your horizon, where there will be a special encounter with units of that job type, which will grant you the job unlock.
This has helped a lot with reducing the information load on the player right at the start. It also adds a nice structural component that adds spatial meaning to the overworld, which has helped a lot with making the overworld and travel important. AND it has added a nice way to build out a game-long structural arc that relates to the overworld navigation and is narrative-esque but can live on its own for players who don't care about the story.

COMBAT

Added a pause menu. While paused all of the goblins sit down. This wouldn't be a combat note except that! The reason I added a paused menu is so I could but in it a button to run from combat
  • for enemies, to make fights end faster (and with less violence) when you're clearly winning
  • and for you, so you can bail if you're clearly losing or just don't want to fight right now
This is a major improvement for gameplay, but I'm also really happy with the way this changes the tone of the violence.


Added trees as fixed impassable objects per map for more tactical variation. Has done a lot to make each match more specific and interesting.


Improved the readability of bushes and difficult terrain by adding a particle pop to them (and adding a ton of late snap to the animation) when they get full grown.


Added a concept - interior encounters! Excited about the narrative and visual possibilities this opens up for me.

OVERWORLD


Added a map to the overworld. Currently this indicates roughly where you are, but nothing else. I'm not sure what I'll do with it long-term, but I wanted to start to build this in because I want wayfinding to be a functional element of overworld play. I'll probably want a compass and to mark some key locations? But it's also nice to just give players a map and let them use it manually.

Goblins now scale down as they get further away from you in the overworld, until they disappear.
  • better for perf
  • adds mystery and required attentiveness for players when in dangerous areas
  • leaning into the thing I've got going where reduction of detail due to distance is a structural part of the visual style


Built a system to blend regions in the overworld spatially rather than temporally by serializing material properties into color values and writing them onto a data texture, blurring that texture, and then sampling it with bilinear filtering. Did a lot of tools work to build a better editor for this.


Added a concept - overworld forests.
  • Now feral goblins (which are the source of random encounters) only spawn in forests
  • The player now moves faster and the camera zooms out a bit outside of forests
I did some fun shader work on this to get the models to pan in worldspace (there's just a single static mesh for those trees, with no C#). Could be a fun little post maybe?

PARTY MENUS


Built real skill trees!
  • Used to be a simple pool of skills you could choose between
  • Now skills level up into other skills - More powerful, and sometimes more complex
  • With this came lots of polish on the skill menu UX


Really built the early classes out further
  • Added earth mod to knight (slam - an AOE skill that lowers the earth),
  • plant to scout (canticle - an aoe heal that grows plants), 
  • fire and earth to archer (fire and explosive arrows)

On a last note!
I've decided to actually try to maintain social media accounts. They'll be 100% (95%?) focused on creative work, because that's the internet I miss existing. So if you want to follow my creative work in a way that's more regular and less of a wall of text, my sig has a link to my website hub thingy, which has links to the various social media platforms.
Logged

badru
Level 0
***



View Profile WWW
« Reply #27 on: April 08, 2019, 10:09:51 AM »

Okay it's been a long while again. I'm at the tail end of a big push to polish the combat enough (in places) visually to be able to produce a teaser that more clearly communicates the genre and intent. Hopefully I'll be launching that real soon, and I'll post here as a follow-up. Trying to launch it along with my Steam 'Coming Soon' page so people who see it can wishlist it - and waiting for my Steam page to be approved now.

I've had to do some more visual development for what the primary color palette is for things like icons, store capsules, and such. It sucks and I'm super bad at it!! But here's where I'm at, as represented by my title screen and icon -





Just trying to make it feel acceptably presentable for now I guess!

-

For this last, more marketing-focused push, I've been thinking some more about this 'screenshot theory' write-up from adamatomic bit ago. This thing honestly hasn't crystallized enough to deal with the finer points, but I think I've been failing to really communicate visually things that will clue the right people into what might be exciting about this game.

I don't want to emulate the visual style or feeling of Final Fantasy Tactics, but I DO want to make very clear to fans of that game that TT is firmly situated in FFT's legacy.

So for starters I took my current 'Evolve' menu, which I had no strong feelings about other than that it was definitely not finished, and emulated FFT's 'Job' menu. The process of doing this forced me to make simple placeholder silhouettes for my full roster of planned evolutions, which was a lot of very helpful creative work.





You'll see I also refined or reworked the early jobs I wanted to show in the teaser, and in doing so made some more concrete costuming decisions. I've decided to pull inspiration from a very broad and unbounded era of Russian historical dress around the 14-1500s. This might get more specific and clear as I learn more about the history and dress but for now it's just a treasure trove of colors and silhouettes for me to grasp at. Ultimately it's not a historical game, but I think having a historical source, even one this broad, will help unify the look and feel.

Some other stuff I did for the teaser that's smaller and so I might not screenshot it or anything - refined my damage reaction + popup text to emulate roughly FFT's, simplified my overly ornate tile highlighting in the direction of FFT's simple squares, improved a variety of UX / player communication issues such as path highlighting, enemy highlighting, damage and kill prediction UI (many of these thanks to very helpful notes from friends Galen Drew, Nick Kaman, Reed Erlandson, Isa Hutchinson - god bless).



-

I've been doing more playing of similar titles to see what's out there, what interesting design developments have happened in and around the genre more recently. One that excited me the most was Human: Year Zero. To be fully honest I couldn't really tolerate it once it had any level of difficulty - I think I just find XCOM-likes uninteresting on a fundamental level - but it had some very good things in it that I'm just going to borrow, at least as starting places.

For one thing, it felt GREAT to be embodied as a single party member, with the others following. So, that's been implemented in TT now. For another, I loved being able to see the enemy aggro radii and use those to inform my wandering. Also in TT now.



-

And as always I've been doing a lot of writing and rewriting. Michael Bell, who's doing sound and music, is also an English professor, and recommended me the excellent book on writing Wonderbook, written by Jeff Vandermeer, whose books Annihilation and Authority are some of my recent favorites, and have certainly influenced TT. Borne was alright too. Wonderbook's been an incredible help for me in thinking out the story, both in terms of broad scope, plot, outline, and also in terms of presentation and tone, especially in terms of where the story starts, who tells it, and what order to introduce elements in. I think I finally have a solid outline of the whole thing??

In addition I've gotten some really great feedback from Isa Hutchinson, who's been my design collaborator on this, playing the fuck out of builds and giving pages and pages of notes for probably years now. The most essential bit of feedback relevant to this bit I'm talking about now: that maybe it would be nice to just hang out with a goblin and NOT kill them. Which yeah. Why would these living things want to attack you? I feel like I've been sort of penned in by the genre and I'm excited to break out of it a little here for the sake of world building and storytelling and tone.

So these two things together - I've decided to more or less kill the idea of "feral" goblins, in favor of one clear enemy: The Fog, one vast spirit miasma that has possessed the many goblins who attack you. The idea for now is that the Fog will have a clear (but growing) border, and if you stay on the safe side of it you won't be forced to fight. There will be a smattering of goblin towns along the coast outside of the Fog border, and the story will ask you both to visit these towns and warn them of the Fog, and also to venture into the Fog to attempt to stop its growth.

I'm excited about a lot of parts of this.

I'm excited to have a bulk of the writing be one-off towns - the kind of world writing that lets players explore freely and discover interesting novelties. And also to have a clear mainline plot which can live in a clear relation to that nonlinear one.

I'm excited to have a chance to communicate some positive visions of the future, to give players something to fight for. What are you protecting and why is it worth protecting?

Similarly to the way I feel 'goblin' more clearly communicates my intention than "humanish but sort of stupid and degenerated and animal-like, in a way that can be cute and endearing, but also it shouldn't bother you too much if they're violent and die," I feel that "The Fog" is a trope that more clearly communicates "sort of like a vast hivemind that is encroaching slowly across the landscape and turning the people and towns in passes over into zombies." I love the way these things fit together as fantasy tropes.

-

What's next?

I think I need to be focusing on how my development process relates to my ability to release teasers and other updates that double as marketing assets.

Now that I feel I've got something that at least hints at the genre and intent of the combat, I want to do the same for world and story. Which is kind of terrifying. But also exciting.

I think I need to redo my overworld terrain. The way it warbles and undulates is nauseating for some who've played it, and I just really want my work to be accessible. Maybe need it to be accessible, given that it's a pretty niche genre. So I'll probably try to find a solution for that that feels more stable and grounded.

I need to build out at least one goblin town and get a sense for how players interact with them.

I need to build out my writing integration better. I think I may look into Ink as a solution. Copy-pasting strings into the inspector is obviously not a good plan long-term, haha.

-

Eventually I think I may be trying to release a playable demo of the intro, alongside an early access storyless 'foreverlands' mode, so I can have more player feedback as I develop out the classes more specifically. And also money. But I think it makes sense to resolve and communicate the world and story before I start asking people to buy an unfinished thing.
Logged

ANtY
Level 10
*****


i accidentally did that on purpose


View Profile WWW
« Reply #28 on: April 08, 2019, 11:07:08 AM »

Lovin' the evolve menu, looks awesome
Logged

badru
Level 0
***



View Profile WWW
« Reply #29 on: April 10, 2019, 12:07:46 PM »

Thanks ANtY!

Finally launched my combat teaser and store pages I've been working on... for now I'm too lazy to make them look good in links here but you can find em all at https://badru.graphics/

edit: did not know you could just paste a youtube link and it would embed it???



« Last Edit: April 11, 2019, 07:02:55 AM by badru » Logged

ANtY
Level 10
*****


i accidentally did that on purpose


View Profile WWW
« Reply #30 on: April 10, 2019, 11:30:17 PM »

Added to my wishlist on Steam, great work on the trailer!
Logged

Jasmine
Level 5
*****

Boop


View Profile WWW
« Reply #31 on: April 11, 2019, 09:49:18 AM »

Dude, this is awesome. Also, the music is superb! Any info you can give on the composer? I'd definitely want to give him a shoutout.
Logged

badru
Level 0
***



View Profile WWW
« Reply #32 on: April 12, 2019, 12:55:21 PM »

Dude, this is awesome. Also, the music is superb! Any info you can give on the composer? I'd definitely want to give him a shoutout.

Thanks!! His name's Michael Bell - it's on the Steam page and at the end of the trailer but I could probably do better attribution... He's so stellar! Some of his old audio tests for this are up on his bandcamp (along with some other fantastic stuff).
Logged

badru
Level 0
***



View Profile WWW
« Reply #33 on: April 26, 2019, 10:58:56 PM »

Hi y'all!

Been like 2 weeks. Had a bit of a slowdown while I helped bring Ritual of the Moon onto our label, which is super exciting!
http://www.icewatergames.com/ritual
But also got a lot done!

First off I knew I wanted to iron out the world itself, and I felt uncomfortable digging into that with the overworld causing motion sickness, so I rushed to take a crack at making the landscape less nauseating.

Previously I was using a very coarsely roughened mesh, which blended more or less from large polygons far away to small ones near up, but with no consistent pattern. I replaced it with a very consistently spaced mesh which switches at certain distances to larger spacing. I'm shifting this mesh around so that the vertices snap to certain intervals on the heightmap in a way that keeps the terrain looking very consistent. I guess if I had UV maps it wouldn't work, but since everything is worldspace sampled it does a pretty good job.



I also added trees, brush, and grass in the style of the battle scenes, out to the overworld. These are just instanced meshes currently and are faded with a shader to disguise them being moved as you walk about.



Implemented a rough first shot at Stinkhorn, a village of mushroom cultivators. Really happy with the way this came out. So very tired of programm tbh, and really just want to dig into asset production.



Spending a lot of time on research and world building because I want to feel confident about whatever I put into my teasers at this point - would like them to be usable marketing assets for the final product, and not just catalogs of a forever and ever development process. It's been nice! Did some learning about industrial mushroom production processes!

Spent a bit at the library doing research on ships and boatbuilding. Don't have anything presentable for that yet but hoping to get some time soon to develop real boats. I'm sort of back and forth but the more I read about various boats the more I feel like canoes weren't just a regional accident, but also make a sort of deterministic sense, so I'll probably end up doing something very canoe-like.

Did some work on idle chatter + sort of like world state systems - so now I can place town goblins around with various animations and saying various things, starting battles and quests and such - and after certain battles I can change the world state. A bit overwhelmed by the scale of this stuff so hopefully I'm doing it in a good way.

Logged

badru
Level 0
***



View Profile WWW
« Reply #34 on: May 17, 2019, 04:28:51 PM »

BIG + CONCRETE

UNNERVE! Hitting a unit from the side or back now knocks it back in the turn order and then makes it face the attacker.

An important driver of design choices on TT is: meaningful board state. Some of this is reflected in the natural systems' repercussions, but one of the most essential bits of this is simple spatial relationships. Things like threat ranges, movement blocking. So we knew we wanted to have unit facing matter. It's so intuitively visualized!

In most games, facing matters because flanking changes your % chance to hit or crit. But Tenderfoot Tactics has no randoms in it after the initial board setup, and I kind of think I want to keep it that way - so there's no % to do anything that we could modify slightly.

We'd also already started to play with the idea of manipulating turn order through unit actions. For instance Knights can PRAISE or INSULT and in doing so make units go sooner or later than otherwise, and some ice magic chills units, dropping them in the turn order. This stuff felt super interesting, and made the turn order, which already takes up so much mental + UI space, way more worthwhile.

So we decided to lean into that even further, and make flanking damage 'unnerve' units, causing them to drop in the turn order. The result feels so good. Even low level combats with very simple units are so much more interesting and complex than before.



There are a lot of interesting side effects from this but one of my favorite new dynamics is surrounding a big bad scary enemy with a handful of little friendlies, and watching them turn back and forth as you bother them from all sides.

Renamable goblins! Which maybe could've been an easy task, but I want to make sure TT has full controller support (since I personally love playing from a couch) so, somewhat more complex. But worth it! I really want the goblins to feel like beloved little pets, and I think being able to choose your own name does a lot for that.



New boat! We used to have the gobs seated in canoes, but as we've made their evolutions so differently shaped, that became overly complicated, for little gain. A big ol' time sink, trying to get a canoe to fit both our tiny floating Wizard and the massively floofy skirts of our Botanist.



I spent a lot of time doing research on various boats and their workings, only to conclude that there really is no replacement for the canoe when it comes to the kind of terrain in Georgian Bay, where TT takes place. So instead I started with a very basic birchbark canoe, and dressed it up with some goblin flair. A canopy to hide your gobs, some sacks of travel supplies poking out, some stubby paddles.

Overworld traits. Some evolutions now have traits that enhance your abilities outside of combat! I've been reading the Earthsea Cycle and I'm really inspired by it! Earthsea wizards have a simple job of weatherworking on ships, to hasten voyages and quell storms. Well, now some Tenderfoot Tactics mages are now blessed with the weatherworking trait, which adds a sail to your boat and increases its' speed.



The woods witch! Likely quite a ways from the final version still, but I wanted to block in some colors and feelings for this breed because I think it'll be playable in an upcoming press build (along with some others I need to flesh out still). Maybe I'll do little evolution feature blog posts in the future, once their abilities are more set in stone, but to give a broad idea of this'n - it's a broadly defensive, ranged spellcaster with water, earth, and life magic. Heals, terrain manipulation, ice magic, those sorts of things!



Foreverlands updates. I'm planning on sending out a first playable to press folks soon (next week?) and so needed to solidify a flow for that which could onboard players smoothly from small early battles to the big late ones. So now in the Foreverlands you start with 3 units, unlock new breeds by defeating them in combat (including special custom encounters for the mage breeds), and expand your party slowly by finding lost goblins in the fog.

Fog goblin encounters used to scale to match your level, but now they have some difficulty variability (visualized with some overhead UI), so you can choose to seek our more or less difficult fights based on your skill and the kind of play you want.



There's also been some work done to tutorialize (in an unobtrusive way) the absolute basics of combat, and to highlight your party menu when you've got new changes to your party.


BIG + INTANGIBLE

Lots of design ideation around story. Without saying too much: I had planned to have a somewhat linear guiding story, but as I've been writing and rewriting the intro, I feel really compelled to do an Eidolon-style structure. Drop the player into the world, let them figure out (or not) who they are and why they're there. Let the world speak for itself. Let the player choose to do whatever they will, and let the game be about that. It's a big change, but I feel pretty confident about right now. I feel like I have a sense for the whole scale of this thing. Wish me luck!

NOT SO BIG BUT STILL TOOK TIME

  • better highlighting of active unit
  • some flavor text brought back to the title
  • heal text looking like heal text
  • combat optimization - but still more needed!
  • improved plant particles
Logged

badru
Level 0
***



View Profile WWW
« Reply #35 on: May 18, 2019, 06:43:03 PM »

Posted a sort of dev timeline over on the Steam page if anyone's curious where this is heading when!
Logged

badru
Level 0
***



View Profile WWW
« Reply #36 on: June 03, 2019, 07:27:33 AM »



Wrote up an in-depth thing about the basic combat systems on the Steam page, in case that's interesting to anyone here.

Been nose-to-the-grindstone the last couple weeks. Made the hasty decision to try to get on people's radar before we're super polished, and so quickly pulled together a showable combat build, fixing outstanding bugs and adding some tutorialization and ramping up in the beginning, a little bit of polish where needed.

Now back looking at world systems and have some stuff I'm really excited about! Wrote up some thoughts about two systems I was particularly jazzed about on Saturday over on twitter - the Fog as a cellular automaton and bird mode as your map/scope tool:



I probably should've held off posting about these things on that more public-facing medium, heh. Looking forward to putting together a world teaser once things have clicked into place well enough.
Logged

DireLogomachist
Level 4
****



View Profile
« Reply #37 on: June 12, 2019, 07:24:37 PM »

Dang man love the look of everything here, especially the trees and shrubs.

Unlit colors with some input from the depth buffer and y-axis?
Trying to see how you did that... Looking great!
Logged


Living and dying by Hanlon's Razor
badru
Level 0
***



View Profile WWW
« Reply #38 on: June 13, 2019, 08:22:02 AM »

Dang man love the look of everything here, especially the trees and shrubs.

Unlit colors with some input from the depth buffer and y-axis?
Trying to see how you did that... Looking great!

Thanks!! Most everything is unlit colors with a custom 'fog' applied to it. The color of the ground is sampled from a gradient (or actually blended between gradients so you can transition smoothly between biomes) based on distance from the player character. The 'fog' is just this ground color blended in based on height above the ground (which can also be sampled easily in shader because it's all a texture heightmap).
Logged

DireLogomachist
Level 4
****



View Profile
« Reply #39 on: June 13, 2019, 05:15:08 PM »

Very neat! I'll have to try my hand at something like that. I've been meaning to play more with unlit shaders.
Logged


Living and dying by Hanlon's Razor
Pages: 1 [2] 3
Print
Jump to:  

Theme orange-lt created by panic