Chaosforge Forum

  • March 28, 2024, 03:57
  • Welcome, Guest
Please login or register.



Login with username, password and session length
Pages: 1 [2]  All

Author Topic: New Roguelike - alpha testers wanted  (Read 10570 times)

mihey1993

  • Elder
  • Corporal
  • *
  • *
  • Offline Offline
  • Posts: 41
  • Lost Soul
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #15 on: April 03, 2020, 14:48 »

ah! well, they may not show it when they are only showing high priority messages tho :D
Logged
Cyberdemon Br.General
[26/23/18/5/1]
Wanna complete any N! game with 90% or more kills...

Sereg

  • Chaos Acolyte
  • Greater Elder
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 660
  • Angel of Overconfidence
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #16 on: April 03, 2020, 15:06 »

Ah - yes, I do have the priority setting for that message set at Low(one step below High - the hierarchy is MAX > HIGH > LOW > MIN), I guess with the expectation that players will only filter their messages once they've reached a point where they're already aware, and preferring to ignore, the additional information available from most of the lower priority/higher verbosity messages.

My standards for assigning those levels are not entirely arbitrary, but they're also not extremely well defined, so that could definitely be tweaked if it becomes necessary.
Logged
[26|22|23|15|15|2]
Cyberdemon Chaos Colonel

Medals - DRL 27/43 | XA 16/31

mihey1993

  • Elder
  • Corporal
  • *
  • *
  • Offline Offline
  • Posts: 41
  • Lost Soul
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #17 on: April 03, 2020, 15:12 »

We will see how it goes - for verbose/nonverbose idea of settings i d say it is still relevant message, for me at least.
Logged
Cyberdemon Br.General
[26/23/18/5/1]
Wanna complete any N! game with 90% or more kills...

Sereg

  • Chaos Acolyte
  • Greater Elder
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 660
  • Angel of Overconfidence
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #18 on: April 03, 2020, 20:16 »

I've uploaded the next release. Not quite as many feature additions as I wanted to get done for it, but I felt the updates based on feedback were a priority for this version.

On top of that, I'll now be running dev and release branches separately in the project, so I can make small changes to existing release versions even during development of the next release.
« Last Edit: April 03, 2020, 20:18 by Sereg »
Logged
[26|22|23|15|15|2]
Cyberdemon Chaos Colonel

Medals - DRL 27/43 | XA 16/31

mihey1993

  • Elder
  • Corporal
  • *
  • *
  • Offline Offline
  • Posts: 41
  • Lost Soul
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #19 on: April 04, 2020, 04:34 »

mkay, i guess there is no loading the game with the changes, at least it makes it crash immediately(the game load from previous version that is).

Of note:
Deflect causes damage to enemy without saying it does damage them.
Another thing - wait in place takes less time than needed for enemy to move? interesting. allows for some tactical gameplay at least.
More thought -on the combat text. Maybe at less verbose you need to leave only the result of the attack? like, enemy evaded, or you inflicted damage? to be fair, i do not really need to know that i prepared a feint, when i am not one desciding it should be a feint . it is nice to see the combat flow tho, even if i feel like instead of two messages(attempts to evade - fails|succeeds ) it should be one that it evades or fails to do so:3
Target window: when there is more enemies than one, sometimes you fight one enemy but it keeps showing you the other in vision. maybe better for it to show who you attacked knowingly last?
After escaping, i got the list of items i got... and then received the first time playing text again :P
« Last Edit: April 04, 2020, 04:38 by mihey1993 »
Logged
Cyberdemon Br.General
[26/23/18/5/1]
Wanna complete any N! game with 90% or more kills...

Sereg

  • Chaos Acolyte
  • Greater Elder
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 660
  • Angel of Overconfidence
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #20 on: April 04, 2020, 12:42 »

Unfortunately savefiles are not compatible between versions - due to the way they're written and read, any change to any of the in-game assets which are saved will cause existing save files to become unreadable, since they cannot be correctly interpreted into the updated asset.

The reason deflect does damage to enemies is because your enemies are using parts of their own bodies as weapons and armor - so instead of damaging those items, like it does for the player, it actually deals a (very small) amount of damage to their health instead. This has the potential to be important later, when those damage numbers can be magnified intentionally if desired, but for now it's not going to help you much on anything bigger then the smallest spiders.

Wait in place is indeed a fast action - it actually generates energy, rather than consuming it like most other actions. So yes, it is meant to enable tactical play, rather than simply passing a turn as it serves to do in similar games. This may very well need to be balanced, as I've not explored the consequences of using it that way yet.


You raise a good point on message verbosity settings - I've made the following changes:

4 APR 2020 - Version [a.2.1]:
 [Change]
  -Message verbosity settings persist between play sessions.
  -Combat message priorities adjusted as follows:
   >Initial attack and defend messages reduced to LOW from MAX.
   >Successful evasion and deflection messages increased to HIGH from LOW.
   >Hits resulting in damage increased to MAX from HIGH.
   >Non-boss kill messages increased to MAX from HIGH(boss kill messages remain at MAX).

Do note that, while your attack and defense tactics are chosen randomly and automatically at present, future updates will give you control over them, and let you select a tactic from those available in your current melee combat form to exploit enemy defenses if desired. You'll also be able to let it remain random. For now, the messages are meant to convey the interactions and let you get a sense of how attack tactics interact with defense tactics(although there's a more detailed explanation in the manual) so you can better make those decisions once you're able to do so.

As far as targeting, it sorts by distance to the player, so if you are adjacent to multiple enemies, it will sort by orthogonal adjacency and then diagonal adjacency, but otherwise will not discern beyond this - although it will if you use the 'l'ook command to re-target a new enemy. However, this probably shouldn't be necessary. I'll look into automating target updates based on most recent combat opponent for the next release - this shouldn't be too difficult to implement.

As far as the repetitive lore message, I've received one other report about that happening, but I've never been able to reproduce it. Are you able to get that to happen consistently? If so, what are the steps to do so?

« Last Edit: April 04, 2020, 12:51 by Sereg »
Logged
[26|22|23|15|15|2]
Cyberdemon Chaos Colonel

Medals - DRL 27/43 | XA 16/31

mihey1993

  • Elder
  • Corporal
  • *
  • *
  • Offline Offline
  • Posts: 41
  • Lost Soul
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #21 on: April 04, 2020, 12:49 »

To put it simple -  i escaped the dungeon, and then i got the repeated lore. i got to second level before escaping the certain death in form of silver wolves times 2.
in my case,i was fighting the wolf who got close to me, but kept being shown spider info who was good 6 tiles away from me by now(but still visible).
Logged
Cyberdemon Br.General
[26/23/18/5/1]
Wanna complete any N! game with 90% or more kills...

Sereg

  • Chaos Acolyte
  • Greater Elder
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 660
  • Angel of Overconfidence
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #22 on: April 04, 2020, 13:13 »

I've added issues to track both the targeting problem and the re-displayed message.

The targeting can definitely be updated - however, I've explored a couple of possibilities on the lore re-display and cannot manage to replicate it. If you can discover a series of more definite steps which reliably causes it to occur, that would be incredibly helpful. If not, I'll keep digging, but I'm at a loss for now.
Logged
[26|22|23|15|15|2]
Cyberdemon Chaos Colonel

Medals - DRL 27/43 | XA 16/31

mihey1993

  • Elder
  • Corporal
  • *
  • *
  • Offline Offline
  • Posts: 41
  • Lost Soul
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #23 on: April 05, 2020, 06:16 »

I cant seem to replicate it, maybe it relates to replacing with newer version and then deleting save and starting anew?
or cuz i got to level i was not on before and then fled.

BTW - chugging is visible the more i try to queue commands - it is a noticeable lag between press and resuly
r
Logged
Cyberdemon Br.General
[26/23/18/5/1]
Wanna complete any N! game with 90% or more kills...

Sereg

  • Chaos Acolyte
  • Greater Elder
  • Brigadier General
  • *
  • *
  • Offline Offline
  • Posts: 660
  • Angel of Overconfidence
    • View Profile
Re: New Roguelike - alpha testers wanted
« Reply #24 on: April 05, 2020, 09:03 »

Odd - if it turns up again, let me know.

Targeting is already updated in the development version, so the next release will have it - it only took a single line, much easier than even I expected.

What do you mean by queuing commands? The game technically permits that, since pending actions are stored in a queue(to facilitate potential future AI upgrades which might make more detailed plans - right now they only ever think one step at a time, and the player uses the same system to load actions derived from keyboard commands), but there's a built in delay on the input handler to prevent flooding the queue. This delay is very small (15ms), but the engine should easily resolve the last input before it can accept a new one - which means it should be ready and waiting for it.

If it's running so slowly that you're actually able to build up a queue of commands, that's quite concerning, and I don't have any immediate ideas about what would be causing that, or how I could fix it. At this point, I'd prefer to wait and see how widespread that issue is before I try any significant changes.

Edit: For now, I think we ought to conduct any additional feedback via private message - it's just been you and me so far on this topic, and I don't want to monopolize the forums, especially when we've got a lot of new DRL mortems going, and Jupiter Hell is posting frequent updates. I really appreciate everything you've pointed out so far.
« Last Edit: April 05, 2020, 09:38 by Sereg »
Logged
[26|22|23|15|15|2]
Cyberdemon Chaos Colonel

Medals - DRL 27/43 | XA 16/31
Pages: 1 [2]  All