Sylvain Despretz Concept Art For "The Fifth Element" (early 1990s)




Sylvain Despretz concept art for "The Fifth Element" (early 1990s)
-
thefoolsluck liked this · 11 months ago
-
newmoneytrash reblogged this · 11 months ago
-
perfectfromnowon liked this · 11 months ago
-
ghosttarot reblogged this · 11 months ago
-
laughableillusions liked this · 11 months ago
-
evildeadashsblog liked this · 11 months ago
-
specificfuckery reblogged this · 11 months ago
-
specificfuckery liked this · 11 months ago
-
not-this-crude-matter reblogged this · 11 months ago
-
marcosfgratao reblogged this · 11 months ago
-
daisy-the-dorky-dog liked this · 11 months ago
-
mikeone718 liked this · 11 months ago
-
theconjurervfx liked this · 1 year ago
-
mrclockworked liked this · 1 year ago
-
madmax76d liked this · 1 year ago
-
corse2b liked this · 1 year ago
-
theseeker1864 liked this · 1 year ago
-
theseeker1864 reblogged this · 1 year ago
-
coachjergen reblogged this · 1 year ago
-
coachjergen liked this · 1 year ago
-
itsrrrrrrrr reblogged this · 1 year ago
-
riounchartedwhous reblogged this · 1 year ago
-
riounchartedwhous liked this · 1 year ago
-
sunshine-tattoo liked this · 1 year ago
-
missanthropicprinciple liked this · 1 year ago
-
nerdishnerd reblogged this · 1 year ago
-
beekisser reblogged this · 1 year ago
-
rav3nus liked this · 1 year ago
-
c0mputersaysn0 reblogged this · 1 year ago
-
c0mputersaysn0 liked this · 1 year ago
-
token-middle-child reblogged this · 1 year ago
-
soapmanfoe liked this · 1 year ago
-
driftingisland liked this · 1 year ago
-
katstwistedmind reblogged this · 1 year ago
-
katstwistedmind liked this · 1 year ago
-
notsosweetnerevar liked this · 1 year ago
-
coldhardfax reblogged this · 1 year ago
-
king-bones-the1st liked this · 1 year ago
-
ghoul-wizard reblogged this · 1 year ago
-
machinegunofpurity reblogged this · 1 year ago
-
purplesoultyphoon liked this · 1 year ago
-
falsemagenta liked this · 1 year ago
-
lilenui liked this · 1 year ago
-
melleonis liked this · 1 year ago
-
wordsandrobots reblogged this · 1 year ago
-
owlintheemptiness liked this · 1 year ago
-
doggydiggitydogmanye liked this · 1 year ago
More Posts from Gremoria411


Posting old art just so I can have something on here
Lancer Tactics devlog
I'm gonna try out posting my ~monthly devlog roundup here as well. These suckers are glorified changelogs with anecdotes and gifs galore. Let me know if this is something you like seeing show up on your dash?
Map Editor
Got units able to be placed/deleted/moved in the mission editor

Can paint/remove command zones in the editor
Can paint minecraft-like terrain blocks in the editor

Can paint/rotate multi-tile props in the editor

Can edit unit character sheets and portrait via the editor

3D maps
Did a bunch of art tests with 3D mech models, provided by GeneralChaos, which we ended up deciding not to go with to keep things simple.

To avoid the can of worms that is animation, we'd have to lean into a static "tabletop minatures" aesthetic which we decided is not a style we want to be stuck with. By sticking with 2D sprites, we avoid falling into a sort of uncanny valley; it's easier to get away with not animating a 2D sprite than it is for a 3D model.

We also experimented with 3D terrain. We decided to make a rule that the visual style for a piece of terrain should match its mechanical effect: obstructing terrain that you can't move through, such as rocks or buildings, will be in 3D, while non-obstructing terrain like trees will stick with 2D sprites.

Hooking up the 3D camera to follow events like movement and attacks did a LOT for making it starting to feel like it's cohering into an Actual Game™

Implemented cover! And an attack preview! Cover works by aiming a ray from the target to the originator (technically to and from each voxel of each, respectively, to handle size 2s shooting above size 1 cover) and tracking all the terrain blocks it hits (how we'll handle non-terrain hard cover TBD). I think I have it working according to Perijove's cover rules manual, but I'm sure there'll be edge cases to work out. This is a case where things are significantly simplified by working in squares instead of hexes; hexes have a lot more possible weird angles you have to deal with.

Re-added what I'm stubbornly calling Combat Popcorn; little bits of text that pop out when you use abilities and attacks.

UI & game screens
Added ability for the engine to show UI that's anchored to the game world via a little word bubble line but also stay on screen as the camera moves around.

Got word bubbles working; you can now write dialogue in the mission editor, hit playtest, and see it work in a mission! (it does actually translate correctly now; this gif is just from a bug I thought was funny)

Got ability effects mostly behaving appropriately again, including muzzle flashes. The easiest way to handle them ended up being NOT billboarding them so they always face the camera (like all other 2D sprites in the game); instead, I put them on a plane parallel with the ground and just spin them around the unit to point at wherever their target is.

Did some work ironing out our tooltip system. The standard in CRPGs these days is this kind of nested labyrinth of tooltops that you see in Baldur's Gate 3:

I Did Not Want to try and figure out how to wrangle that much UI, so we're instead opting to cap the nested tooltips at the second layer. You can lock a general tooltip for e.g. an action and then mouseover various items within that tooltip to get glossary definitions...

...and then instead of having those glossary tips be lockable/mouse-overable themselves, I collect all related terms to that glossary definition and let you tab through them.

Added skin overlay functionality to the portrait maker, enabling textures like scars, tattoos, stubble, and vitiligo to be applied to just the skin and not extend off into space.

Midway through writing this update, Carpenter sent me this gif of the randomization button working! There's a still a bunch of skintones/assets missing and a few are a bit janky, but it was exciting to start seeing the range of these lil freaks (affectionate) that this editor can create.

Mourning cloak license!
This is the one I'm probably most excited about: I did a bit of a content dive and implemented a basic character sheet + all Mourning Cloak traits and equipment. They don't have fancy graphics yet, but the weapons and systems can be added via the character sheet and used in-game.

It took a little under a day, including adding soon-to-be common mechanisms like bonus damage. This is great news in that it means the engine we've been building for so long in the abstract seems to do a great job in handling comprehensive actual game content, and that it looks like we've set ourselves up for success when it comes time to buckle down on churning that out.
I'm sure other licenses will come with unique difficulties (I fear the day it comes time to do the Mule Harness // Goblin CP) but I'm feeling good about it!
Vertical slice?
Taking a step back, the pressing question on my mind has been "when will we have a playable early access build?"
I was originally hoping for Feb/March, but what we've internally been referring to as the "3D cataclysm" has pushed everything back by at least three months, so the target for the first alpha build is now in May. So, ah, thanks for your patience! Seeing things come together, I've become more and more convinced that moving to 3D was the right call.

I'm not gonna pretend I have anything super new or innovative to say about Mobile Suit Gundam. It's one of the most-analyzed anime ever, and I pale in comparison to some of the people who *have* analyzed it, but here I am, thinking about it regardless.
For context, I am watching this as part of a---as she called it---"comet swap" with my good friend @charaznablespeteevee, where I watch a mecha anime she is obsessed with (Gundam) and she watches one I am obsessed with (Code Geass). I'm not sure if I'm going to write a big long post like this about every episode (since I'm going to *try* to watch at least one per day, that would get quite exhausting), but I am liveblogging it more informally over on the worst website on Earth, if you're willing to put up with that Nazi-infested hellhole long enough to read some posts from yours truly.
In any case, Gundam and Code Geass. are many differences between these, the main ones being that Code Geass is more recent and also not widely hailed as a masterpiece of its form. It does *draw* notably from Gundam though despite having very different artistic aims and a different tone, so watching this makes sense in a way. I spent way too much of my teenagerhood obsessed with Lelouch, and now I'm watching the anime that his archetypal grandfather came from. (Goddess have mercy on my soul.)
My experience with Gundam as a franchise prior to this is very limited, but I do have some. For reference, I have seen all of:
Gundam 00, back when it aired on the SyFy channel when they had an anime block many years ago. I really liked this as a teenager but I don't remember it super well.
The Witch From Mercury, lesbian space combat, with a notable Code Geass staff connection. WFM was not perfect or anything but I loved it a lot and Suletta is very dear to me. I actually bought an Aerial gunpla a few months ago that is currently sitting unassembled in my closet.
the first Gundam 0079 compilation movie. Now, it might seem weird that I've seen this and am now going back to watch the TV series. But, while I remember the general outline of what happened, I was SUPER sick when I watched it, and I only remember what happened really, really vaguely. While I have some idea of the general outline of what's to come, I'm mostly going in genuinely blind.
like 4 or 5 episodes of Victory Gundam, which I liked but kind of fell off of. So we're giving the franchise a proper second go here.
I'm a mecha fan more generally, and I'll get into some of that as I write these, but for now that's the relevant stuff.
Anyway, my main impression of 0079's first episode is actually a structural one. It's REALLY well put together. We introduce the setting, we introduce our main characters, and we introduce the main conflict, all very economically and with a lot of style---more style than some shows with significantly less room to work with manage, in fact---and I'm immediately invested in the fate of our main character, Amuro Ray.
From what I gather here (and a little bit from outside information), my impression is that of a kid who loses his innocence very, very rapidly over the course of this story. Here, the space-hab-thing he lives on is attacked, and he ends up in the cockpit of an experimental superweapon called a Gundam (maybe you've heard of them?). I LOVE how the Gundam is framed here, like some kind of genuinely scary war machine. It's an intentionally othering effect i mostly associate with later mecha anime, especially those with outright monstrous mecha like Evangelion or even The Big O, so to see it here in such a comparatively early series in the genre is impressive.
The episode's climax sees him kill two soldiers from the enemy nation of Zeon, but it's not a triumphant thing, really. He's portrayed as kind of not really knowing what he's doing, flailing around inside this gigantic walking tank / mechanical war god. But then when he *does* figure things out, well, he has to deal with the fact that he just killed two dudes. Going by the cliffhangery ending here, it doesn't seem like his troubles are over, either.