[ad_1]

Tangleworm


Hello everybody! I am making an isometric techniques recreation referred to as NOMIA.

What is the abstract?

It is Last Fantasy Techniques meets Slay the Spire.

It is a few group of adventurers navigating a dreamlike world, the place issues that fade from the collective reminiscence coalesce into locations and creatures. It is an train in making a comfortable fantasy setting that explores lesser-seen worldbuilding parts.

What makes this distinctive?

I am specializing in three issues that I hope will make for a enjoyable and distinctive expertise.

1. Your hand has two halves.
The left facet of your hand represents your Actions, which persist between turns, however have prices and cooldowns.
The proper facet of your hand represents your Gambits, that are drawn from a deck of playing cards every flip, and are discarded when performed.
You possibly can add to each decks over the course of a run, expressing your playstyle via character constructing in addition to deckbuilding.

2. Your get together has two heroes.
You may at all times decide two in the beginning of every expedition — a Mighty and a Magical.
The Mighty has extra Actions.
The Magical has extra Gambits.

Every has a novel deck of attainable playing cards.

3. Your enemies have tells.
Enemy intents are proven in your flip, rewarding intelligent protection.
Intents are adjusted if you play playing cards, however not randomly; enemies have a purpose in thoughts and can do their greatest to attain it, permitting you to counterplay.
You can also make enemies rethink their intent by attacking them. A personality can play tank for his or her companion in the event that they’re in a pinch.
What am I engaged on?

I’ve spent roughly the final 4 months laying the groundwork for the cardboard battle system, and determining a card creation pipeline and artwork type that will make it possible for me, one (1) particular person, to make a whole lot of distinctive and fascinating playing cards.

I hope to attain a way of multiplicative recreation design — that’s, every facet of the sport creates synergies with the others, creating many potentialities and tales.

Subsequent, I will be engaged on run development, and distinctive map/enemy era for the totally different biomes I’ve in my head.

Thanks for taking the time to learn my devlog!


What does NOMIA stand for?

It stands for No One Makes It Alone. I’m, mockingly, making this alone. However I additionally like to think about it as a meditation on the truth that even on this state of affairs, I am benefiting from the work of numerous individuals who have impressed me and laid the groundwork for what I am making an attempt to do.

« Final Edit: January 06, 2024, 02:57:27 PM by Tangleworm »
Logged

Tangleworm


Devlog 3 — Diagonals

(Been engaged on the combination of enemy era, however I have never performed the artwork for a lot of of them but!)

There’s a lot of bizarre stuff that occurs when your recreation is tile-based, like deal with motion and knockback.

There’s a lot of methods to deal with “distance” in a tile-based world. You may make it in order that 1 unit of motion enables you to step left, proper, up, or down — that is referred to as rectilinear distance, or Manhattan distance. Fireplace Emblem does this. You may make it so {that a} unit of motion additionally enables you to step diagonally — that is referred to as chessboard distance, or Chebyshev distance. Many D&D battlemaps do that.

I made a decision to go together with rectilinear distance for this recreation, because it’s extra intuitive after we take into account distances in the true world. Because of this going diagonally prices 2 factors of motion — an assault with a spread of two will solely have the ability to goal the instantly adjoining diagonal tiles.

Nevertheless, sure assaults can transfer the caster (lunging and retreating), the goal (knockback and pull-in), or each. There are a variety of the way we will make a “line” from one level to the subsequent in rectilinear geometry. How can we deal with non-orthogonal pushing and pulling?

I may consider 3 ways to deal with it.

1. Do not

If we limit any self/target-moving skills to simply the orthogonal tiles, we will sidestep the entire challenge. That is easy to implement, and the participant will at all times perceive precisely how knockback will work, as a result of it solely occurs after we can rely precisely what number of tiles every little thing will transfer.

The draw back to that is that this cross-shaped goal can get extraordinarily annoying if you need to hit an enemy that is instantly diagonal to you. As a result of motion prices an motion level on this recreation, it could get annoying to need to spend that time to do a really minor positional adjustment to hit an enemy that already “feels” adjoining to you.

2. Kinda Do

If the goal is at precisely 45 levels, it solely will get somewhat extra sophisticated to grasp, nevertheless it will get rather a lot much less annoying at shut ranges. Each diagonal tile wants 2 models of knockback.

The tough half is dealing with the totally different corners an enemy can get knocked into. As a result of knockback does harm primarily based on how a lot remaining knockback there’s when the unit hits a wall, how can we deal with when it hits a nook, however there’s only one unit of knockback left? How can we deal with them hitting a convex nook (e.g. being shoved into the nook of a constructing from the outside) versus a concave nook (e.g. being shoved into the nook pocket of a pool desk)? Can we make this intuitive for the participant to grasp?

3. Actually Do

We will go all the way in which and let knockback skills hit each tile a non-knockback means can.

That is tough for each the developer and the participant, since there are lots of methods to kind a line (i.e. the shortest distance between two factors) after we’re in rectilinear house. Ought to we snap the knockback to the closest path? Ought to we push the enemy on a path which may not be what the participant wished? Ought to we let the participant select, and decelerate the choice for each knockback card by an additional click on? Even this diagram is complicated to have a look at, and we’ve not even gotten into dealing with convex corners versus nook pockets.

It did not appear value it for the tradeoffs.

Ultimately: I initially went for Do not, however after some consideration I am partway via implementing Kinda Do, and I am proud of this selection. It prevents knockback-related skills from feeling underpowered resulting from needing to spend an motion level on a minor positional adjustment earlier than casting them, and most knockback skills are shut vary anyway.

If something, this exhibits how a lot thought will need to have went into the varied tile-based worlds we have seen earlier than.

« Final Edit: January 06, 2024, 01:47:08 PM by Tangleworm »
Logged

Tangleworm


I just like the isometric graphics type! Good colors.

Thanks!

Deck constructing. Hm. Properly, possibly others will get pleasure from this.

Aww.

Devlog 4 — Stealing

As TVTropes places it, there are three foremost archetypes for fantasy RPG characters — Fighter, Mage, and Thief. The Actions vs. Gambits system lets me specific the Fighter vs. Mage distinction, however how would I specific {that a} character is a Thief when there is not any stealth or social mechanics?

I had the concept of giving the participant the flexibility to repeat, i.e. “steal”, playing cards. As a result of all skills (even enemy skills) are represented by playing cards underneath the hood, a part of a Thief’s repertoire could be to repeat skills from enemies, allies, and even themselves.

To offset the truth that you may’t select which card(s) you copy, they’re performed without cost, however instantly destroyed afterwards. I hope this results in wild moments when every little thing strains up completely, and it additionally helps multiply the likelihood house as a result of each enemy means is now doubtlessly a participant means.

Apart from this, I am nonetheless chipping away at enemy artwork, and dealing on menu and recreation movement behind the scenes. Hopefully I will have essentially the most primary vertical slice quickly.

« Final Edit: January 06, 2024, 01:47:18 PM by Tangleworm »
Logged

robotbard


Wow, this seems tremendous fascinating!!

I am engaged on a recreation with related inspirations (FFTactics, Slay the Spire, and Into the Breach) and ended up in a really totally different place by way of fight. I will be sharing mine quickly, however you are miles forward of me! I like the gameplay you have shared.

Some questions:

  • Do you develop your get together of characters over the course of a run? Or do you develop the decks of the two characters you begin with? Or each?
  • Assuming you stick to the two characters, have they got separate fingers? I could not fairly inform from the movies. Or are their playing cards combined into one hand for the participant? What about buffs like Defend?
  • What do the cardboard swimming pools seem like? Is it like Slay the Spire, wherein every character has a number of archetypes however draw from the identical pool of attainable playing cards to draft?

Tremendous thrilling, I’ll completely be following this!


Logged

robotbard


The animations are trying tremendous sharp, and battle may be very readable.

How are you fixing (or how have you ever solved) for overlapping models on the map? I see the well being bubbles above their heads – what does it seem like when a unit is instantly in entrance of one other on the diagonal? I ask as a result of I am making an attempt to unravel this myself. I gave up making an attempt to have well being seen on all models always, simply because the HUD parts obscured the map and different models, although my pixel artwork type is totally different than your easy, high-resolution strains, so maybe it hasn’t been a priority for you.

Into the Breach hides well being bars outdoors of the unit you are hovering, which is the habits I imitated, however Alina within the Enviornment has a “stretched” hex grid that permits well being to be seen on all models in an unobtrusive manner, which clearly is not attainable in an isometric grid. Last Fantasy Techniques has no well being hovers and handles it totally within the HUD pop-ins, seemingly resulting from decision constraints. Humorous how easy choices like this find yourself changing into key UI issues…

Cheers!


Logged

Tangleworm


The animations are trying tremendous sharp, and battle may be very readable.

Thanks a lot! Your recreation is trying incredible too! I will drop a remark in your devlog in a second 😀

How are you fixing (or how have you ever solved) for overlapping models on the map?

That is one thing I contemplated rather a lot myself! At the very least in the interim, I am fixing this via artwork path. I take advantage of a circle motif so you may see via the “corners” of a unit portrait, and I make the highest circle of an enemy card semi-transparent so you may nonetheless see the unit behind it.

That is my foremost manner of conserving issues clear whereas conserving all info on the desk, however there are a couple of different issues I felt enhanced this:

  • Unit portraits have additionally been rigorously proportioned so that there is simply sufficient room for little icons to peek via, i.e. standing results above the well being orb and intent icons beneath. There will be overlap, however nothing ever fully obscures one other factor.
  • Models are taller than partitions so that they’re by no means fully obscured, and there is a see-through shader for partitions on prime of that.
  • Utilizing a tooltip system additionally permits me to compress plenty of info right into a tiny icon, because it’s nonetheless handy for the participant to look at the unit to make clear what any icon means.

Issues can nonetheless get visually cluttered with many models on the display screen, so I am additionally contemplating issues like with the ability to examine particular person models by opening a spotlight window, or rotating the digicam in 90 diploma chunks to reorient the world. Hopefully issues shall be clear sufficient that these are bonuses somewhat than requirements, although.

Thanks for dropping by!

Devlog 5 — Room Technology

Roguelike dungeon era is finally a pacing mechanism — a well-generated dungeon is one which creates a superb rhythm of rising and falling pressure when exploring it. Since NOMIA’s setting works on dream logic, I believed it would be enjoyable to have the participant undergo the dungeon as it is being generated, somewhat than afterwards.

This conveniently makes it simpler for me to tempo the run, since we will determine within the second the place the subsequent paths go.

To that finish I have been rewriting the map era system, transferring away from separate algorithms for every space to 1 very parameterized algorithm and totally different “chunks” for every space. Ultimately I will have animations for brand new tiles coming in and outdated tiles falling out.

« Final Edit: January 06, 2024, 01:47:32 PM by Tangleworm »
Logged

Tangleworm


Devlog 6 — Really Deckbuilding

I’ve applied card rewards after every battle! It feels good to be approaching a correct vertical slice. (does having a Roll card formally qualify my recreation as a soulslike?)

I’ve additionally made a battle log system so gamers can assessment what occurred.

Designing the cardboard reward mechanic was an fascinating problem — now we have two characters, every with two decks of playing cards. How can we let the participant incrementally construct these decks whereas not overwhelming them with complexity?

My targets had been to:

  • Lean in direction of many easy selections, somewhat than few complicated selections — let depth emerge from the sum.
  • Not overwhelm the participant with too many selections in a row, as a result of that feels the identical as making a single overly-complex selection.
  • Encourage steadiness in how a lot every character is developed.

I may consider 3 ways to deal with it.

1. Shamelessly Copy Slay the Spire, However 4 Instances

Probably the most naive strategy to get this working could be to have separate drafts for every character and deck — Mighty Actions, Mighty Gambits, Magical Actions, and Magical Gambits.

It could actually be sure that characters are developed equally, however even fascinated by this many selections in a row makes my head damage. Would we have to make 4 selections after every struggle? Would we solely get to make these selections after each 4 fights? Would these selections rotate in a round-robin format, and doubtlessly rob the participant of a important selection in the event that they occurred upon a boss battle on the improper time within the cycle?

None of those choices appeared interesting.

2. Shamelessly Copy Slay the Spire, However Twice

If we will not simply make the participant draft 4 instances, why not twice?

I may see a bonus to separating Actions and Gambits; it might make sense to realize a Gambit each battle, however much less so an Motion each battle, as a result of they’d quickly clog your hand. I may reserve Actions as boss-battle rewards, or possibly an choice at a relaxation occasion.

Nevertheless, as a result of Mighties rely extra on Actions, doing so would go away them to stagnate between these “large” occasions. It could additionally cut back the joy of every draft if you happen to actually wished a brand new Motion and knew you would not ever get one, and it might improve the frustration of lastly arriving at an Motion draft and disliking each selection.

3. Shamelessly Copy Slay the Spire, However As soon as

I noticed the class of the unique’s draw-three-pick-one reward. Any card can theoretically seem, which is thrilling, and the subsequent selection is rarely too far-off, which mitigates the frustration of unhealthy attracts.

By mixing all 4 decks into the pile, I would need to handle some possibilities to encourage steadiness:

  • The left card has a excessive probability of being a Mighty card, whereas the best card has a excessive probability of being a Magical card. The center card is equally prone to be both.
  • Whoever has drafted fewer playing cards has an elevated probability for his or her playing cards to seem in any slot.
  • Actions are a lot much less prone to seem than Gambits, however they might doubtlessly seem any time.

The results of this tuning is that if playing cards had been picked totally at random, the heroes would pretty cut up what number of playing cards they every get to draft, they usually’d every have a wholesome division of Actions to Gambits. However, if the participant actually wished to, they might create an absurdly off-kilter construct — and is not that a part of the enjoyable of a roguelike?

By managing possibilities on the sport facet, I can spare the participant a lot of the complexity, whereas nonetheless with the ability to tune the cardboard unfold behind the scenes. Anybody who desires to get tremendous deep into the mechanics can nonetheless get a “really feel” for the way playing cards are rewarded, however the participant’s psychological load is lowered considerably by solely exhibiting the knowledge they want within the second.

This technique additionally dovetails simply into different occasion varieties — I am planning on having ones that allow you to particularly mulligan your Actions, and different methods to fine-tune your construct.


Logged

Tangleworm


Nomia seems enjoyable and appears to be getting alongside nice! Sustain the great work!

Thanks a lot!

This week has been largely engaged on behind-the-scenes issues. I obtained playing cards that swap positions working:

And I additionally reused the battle-log code for standing logs that seem above models’ heads, so now it is clearer when a ton of issues occur directly:

I really feel inspired to begin utilizing extra complicated combos of statuses in enemy design now that the knowledge will be conveyed clearly. Generally type is required for substance.


Logged

[ad_2]

Leave a Reply

Your email address will not be published. Required fields are marked *