Putting the 'role' back in role-playing games since 2002.
Donate to Codex
Good Old Games
  • Welcome to rpgcodex.net, a site dedicated to discussing computer based role-playing games in a free and open fashion. We're less strict than other forums, but please refer to the rules.

    "This message is awaiting moderator approval": All new users must pass through our moderation queue before they will be able to post normally. Until your account has "passed" your posts will only be visible to yourself (and moderators) until they are approved. Give us a week to get around to approving / deleting / ignoring your mundane opinion on crap before hassling us about it. Once you have passed the moderation period (think of it as a test), you will be able to post normally, just like all the other retards.

KickStarter Vampire Syndicate: Gangs of MoonFall - Kickstarter now live!

Demo.Graph

Liturgist
Joined
Jun 17, 2018
Messages
1,129
The whole thing is held together with spaghetti code and chewing gum, but I think I'm finally finished.
No, you are not.
Now spend the same amount of time to clean your code.
Combat would likely be the core of your game loop. You have no right to ship shit here.
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
The whole thing is held together with spaghetti code and chewing gum, but I think I'm finally finished.
No, you are not.
Now spend the same amount of time to clean your code.
Combat would likely be the core of your game loop. You have no right to ship shit here.

I'm not saying you're wrong. You're very right.

But I barely know what I'm doing and the entire thing is running on an outdated version of RPGmaker, so your standards for organized code are not going to be recognized here.

That being said, it should be pretty stable and any crashes will be because of the engine itself, which I can't tinker with whether I want to or not (legally).
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
I don't know if this is an absolutely boneheaded move, but I think initiative will be governed by max Action Points (AP).

It makes sense: AP is a measure of your action speed, AP can be increased through skill tree/installing augments, and AP is intended to be the most powerful resource.

I'm excited to balance the classes around this. This entire game is one stupid experiment in many ways. Also movement isn't bound to AP but is a separate pool.
:bounce:
 

ERYFKRAD

Barbarian
Patron
Joined
Sep 25, 2012
Messages
29,531
Strap Yourselves In Serpent in the Staglands Shadorwun: Hong Kong Pillars of Eternity 2: Deadfire Steve gets a Kidney but I don't even get a tag. Pathfinder: Wrath I'm very into cock and ball torture I helped put crap in Monomyth
I don't know if this is an absolutely boneheaded move, but I think initiative will be governed by max Action Points (AP).

It makes sense: AP is a measure of your action speed, AP can be increased through skill tree/installing augments, and AP is intended to be the most powerful resource.

I'm excited to balance the classes around this. This entire game is one stupid experiment in many ways. Also movement isn't bound to AP but is a separate pool.
:bounce:
Only other game I recall were Movement was separate from AP was Omerta: City of gangsters. Mentally proficient char(I.e. more smarts and cunning) had more AP, physically proficient dudes had more movement point. I suppose you're tying movement to Athleticism here though?
 

Lord_Potato

Arcane
Glory to Ukraine
Joined
Nov 24, 2017
Messages
10,560
Location
Free City of Warsaw
I don't know if this is an absolutely boneheaded move, but I think initiative will be governed by max Action Points (AP).
Won't it make stat that governs both APs and initiative massively overpowered? Or these are perhaps derived from several primary stats?
It makes sense: AP is a measure of your action speed, AP can be increased through skill tree/installing augments, and AP is intended to be the most powerful resource.
It makes sense, but...
I'm excited to balance the classes around this. This entire game is one stupid experiment in many ways. Also movement isn't bound to AP but is a separate pool.
...but then why separate movement fron action points? After all, movement is also dependant on speed. I know Underrail did that, probably due to balance issues, but this solution does cast your logical connection between APs, initiative and speed out of the window.
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
Movement is separated from AP mostly for practical reasons: I hate having to waste most of my AP on melee characters simply getting them in position to attack. Logically, how fast you run isn't really tied to how many actions you can take per turn, so tying movement to AP is mostly a balance issue.

AP is also its own stat, entirely separate just like HP and Guard (Defense). The core Attributes don't do the D&D thing of influencing stats directly, but they will still come into play on how players can upgrade certain things.

Everything that has a stat can be upgraded, including stuff like critical chance and crit damage, AP pool, etc.
 

Harthwain

Magister
Joined
Dec 13, 2019
Messages
5,238
Movement is separated from AP mostly for practical reasons:
If you have separate movement and action, then I'd suggest using movement as baseline for initative, not action. That way you won't make action stat overpowered and you will simulate somebody's ability to be fast and make use of their potentially more limited action points to gain the upper hand by making smart use of their positioning.
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
Movement is separated from AP mostly for practical reasons:
If you have separate movement and action, then I'd suggest using movement as baseline for initative, not action. That way you won't make action stat overpowered and you will simulate somebody's ability to be fast and make use of their potentially more limited action points to gain the upper hand by making smart use of their positioning.
That was the other alternative I'm thinking of.

I'll have to experiment in-game to see which one feels better.
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
Updated combat tutorial screenshot. Very basic stuff for now.

screenshot5435tertrdt.png



debug move speed so I can hack and have my characters run all around the map lol.
 

Peachcurl

Arcane
Joined
Jan 3, 2020
Messages
10,398
Location
(╯°□°)╯︵ ┻━┻
Looks good. Some issues I noticed:
- dialog selection markers still look a bit unclear (is the upper or lower item selected?)
- maybe add a text prompt after ending turn? something like "click/enter to end turn".
- some text to explain initial placement may be necessary in the tutorial (like the double click, right click...)
- the "double-zoom" at the beginning of the fight (if intentional) feels a bit weird to me... maybe do something like a fade-in instead?
- needs animation speed setting, or the ability to skip animated movements entirely.
- is it possible to have stationary camera, instead of following characters/selection?
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
Looks good. Some issues I noticed:
- dialog selection markers still look a bit unclear (is the upper or lower item selected?)
- maybe add a text prompt after ending turn? something like "click/enter to end turn".
- some text to explain initial placement may be necessary in the tutorial (like the double click, right click...)
- the "double-zoom" at the beginning of the fight (if intentional) feels a bit weird to me... maybe do something like a fade-in instead?
- needs animation speed setting, or the ability to skip animated movements entirely.
- is it possible to have stationary camera, instead of following characters/selection?

Thanks for the comments. I'll definitely polish up some things as development continues, and add more options.

Right now I'm focused on big picture things, the next big hurdle will be the so-called "vertical slice."

For this, it'll mean a story mission with lots of dialogue, c&c and combat.
 

EvilWolf

Learned
Joined
Jul 20, 2021
Messages
249
The music is really good, my only gripes would be, as Peachcurl alluded to, more visual feedback on facing selection at the end of a turn instead of just the arrow, and smoother action selection to target selection: it seemed that I had to double click to get certain actions to initiate.
 

BruceVC

Magister
Joined
Jul 25, 2011
Messages
9,365
Location
South Africa, Cape Town
Looks good. Some issues I noticed:
- dialog selection markers still look a bit unclear (is the upper or lower item selected?)
- maybe add a text prompt after ending turn? something like "click/enter to end turn".
- some text to explain initial placement may be necessary in the tutorial (like the double click, right click...)
- the "double-zoom" at the beginning of the fight (if intentional) feels a bit weird to me... maybe do something like a fade-in instead?
- needs animation speed setting, or the ability to skip animated movements entirely.
- is it possible to have stationary camera, instead of following characters/selection?

Thanks for the comments. I'll definitely polish up some things as development continues, and add more options.

Right now I'm focused on big picture things, the next big hurdle will be the so-called "vertical slice."

For this, it'll mean a story mission with lots of dialogue, c&c and combat.
Tyr I have an arbitrary question, a while ago you posted some images of Vampires and there was really hot Egyptian vampiress, I think she was Egyptian?

Is she a character or NPC in the narrative or was that just art?
 

EvilWolf

Learned
Joined
Jul 20, 2021
Messages
249
Looks good. Some issues I noticed:
- dialog selection markers still look a bit unclear (is the upper or lower item selected?)
- maybe add a text prompt after ending turn? something like "click/enter to end turn".
- some text to explain initial placement may be necessary in the tutorial (like the double click, right click...)
- the "double-zoom" at the beginning of the fight (if intentional) feels a bit weird to me... maybe do something like a fade-in instead?
- needs animation speed setting, or the ability to skip animated movements entirely.
- is it possible to have stationary camera, instead of following characters/selection?

Thanks for the comments. I'll definitely polish up some things as development continues, and add more options.

Right now I'm focused on big picture things, the next big hurdle will be the so-called "vertical slice."

For this, it'll mean a story mission with lots of dialogue, c&c and combat.
Tyr I have an arbitrary question, a while ago you posted some images of Vampires and there was really hot Egyptian vampiress, I think she was Egyptian?

Is she a character or NPC in the narrative or was that just art?
It's a specific Egyptian-esque faction. He mentions them somewhere in the thread.
 

Tyranicon

A Memory of Eternity
Developer
Joined
Oct 7, 2019
Messages
7,407
Tyranicon, how are you going to implement "A thinking opponent"?

It's still up in the air. I've been talking with more experienced programmers about including a so-called "AI" model in the game, but more than likely I will write a rudimentary AI that's powered by scripts rather than any kind of real learning ability.

Like most things in this game, it will probably be handmade.

Looks good. Some issues I noticed:
- dialog selection markers still look a bit unclear (is the upper or lower item selected?)
- maybe add a text prompt after ending turn? something like "click/enter to end turn".
- some text to explain initial placement may be necessary in the tutorial (like the double click, right click...)
- the "double-zoom" at the beginning of the fight (if intentional) feels a bit weird to me... maybe do something like a fade-in instead?
- needs animation speed setting, or the ability to skip animated movements entirely.
- is it possible to have stationary camera, instead of following characters/selection?

Thanks for the comments. I'll definitely polish up some things as development continues, and add more options.

Right now I'm focused on big picture things, the next big hurdle will be the so-called "vertical slice."

For this, it'll mean a story mission with lots of dialogue, c&c and combat.
Tyr I have an arbitrary question, a while ago you posted some images of Vampires and there was really hot Egyptian vampiress, I think she was Egyptian?

Is she a character or NPC in the narrative or was that just art?

Yup, Queen Khepri is a major character. She's the Matriarch of the Sunseeker Court, the only woman-led vampire lineage (unless I add the spider-themed faction that I want to later).

character-sheets_4.png
 

ERYFKRAD

Barbarian
Patron
Joined
Sep 25, 2012
Messages
29,531
Strap Yourselves In Serpent in the Staglands Shadorwun: Hong Kong Pillars of Eternity 2: Deadfire Steve gets a Kidney but I don't even get a tag. Pathfinder: Wrath I'm very into cock and ball torture I helped put crap in Monomyth
Tyranicon, how are you going to implement "A thinking opponent"?

It's still up in the air. I've been talking with more experienced programmers about including a so-called "AI" model in the game, but more than likely I will write a rudimentary AI that's powered by scripts rather than any kind of real learning ability.

Like most things in this game, it will probably be handmade.

Looks good. Some issues I noticed:
- dialog selection markers still look a bit unclear (is the upper or lower item selected?)
- maybe add a text prompt after ending turn? something like "click/enter to end turn".
- some text to explain initial placement may be necessary in the tutorial (like the double click, right click...)
- the "double-zoom" at the beginning of the fight (if intentional) feels a bit weird to me... maybe do something like a fade-in instead?
- needs animation speed setting, or the ability to skip animated movements entirely.
- is it possible to have stationary camera, instead of following characters/selection?

Thanks for the comments. I'll definitely polish up some things as development continues, and add more options.

Right now I'm focused on big picture things, the next big hurdle will be the so-called "vertical slice."

For this, it'll mean a story mission with lots of dialogue, c&c and combat.
Tyr I have an arbitrary question, a while ago you posted some images of Vampires and there was really hot Egyptian vampiress, I think she was Egyptian?

Is she a character or NPC in the narrative or was that just art?

Yup, Queen Khepri is a major character. She's the Matriarch of the Sunseeker Court, the only woman-led vampire lineage (unless I add the spider-themed faction that I want to later).

character-sheets_4.png
Give redheads pl0x
 

As an Amazon Associate, rpgcodex.net earns from qualifying purchases.
Back
Top Bottom