Jump to content

Roy Dest

Member
  • Posts

    6
  • Joined

  • Last visited

Roy Dest's Achievements

Tenderfoot Thahd

Tenderfoot Thahd (2/17)

  1. As for the original post: We do not need perfect animations to get the point across, the point being a real attack. We can have just a single frame of attack to make it look dangerous. But that single frame must be the middle of an aggressive slash with a sword, not a half-hearted swipe with a dagger. It doesn't matter how poorly or shortly animated the attack is, but it must look like a real attack would at its most dangerous moment. Many artists (in the animated cartoon business etc) just give up on animating the attacks, because they are presumed to be too fast and dangerous to be displayed smoothly, they just draw a white blade trail and the blade in the middle or at the end of a chop. And it works, our mind fills in the blanks. Why is the Spiderweb Soft graphics so badly animated? If you look at the combat animation, the character stabs with sword, but will not move the torso! Not one bit. All the move is done just with one arm. This is why it looks totally unconvincing and lame. This is not a criticism of drawing skills, but empathy and observation. I love the Spiderweb games, they are superb in many aspects. But the visual aspect is drawn by someone with very little visual imagination. Two combatants fencing do not stand still and upright like planks! A combat has its choreography and a game should at least symbolically follow it. (just look at the old Hercules serial with Kevin Sorbo if you can't imagine it) So now we have quite smooth regular animations of characters, who almost don't move their whole body. Writhe writhe. Swipe swipe. I say, a single frame animation of 32X32 pixels in games like Helherron filled me with more excitement than 3D rendered animations in Avernum 6. Even the older Avernum trilogy was better, the combat graphics had something of what I say plus was so primitive, that my mind was able to fill in the blanks...
  2. Another my two loves are Dark Disciples 1 and Dark Disciples 2 by Dodgysoft. These are games with so much detail and skill put into them. The music is lovely, specially the midi tunes of Bjorn Lynne in DD1. The style is similar to roguelike, i.e. one character, turn-based combat. (or step-based) But all is adequately graphical and with mouse. The game is very non-linear, there are many ways to solve puzzles, many hidden puzzles, tough enemies, countless mysterious areas to explore... The story is also nice... These are textbook RPGs! My favorite feature is crushing enemies with remotely controlled portcullis Specially dragons.
  3. I recommend Knights of the Chalice. It's based on D&D rules like ToEE, but the graphics is retro (still lookable) and some of the music is nice to listen. And gameplay? Did I mention gameplay? It's magnificent! It's exactly what I want from turn-based combat. It's extremely tactical. Definitely this is a must-have for fans of indie RPGs like that. Then I also greatly enjoyed the now freeware Helherron. It has not much dialogue and roguelike clunky controls, but the combat is a wonderful experience. It is turn-based and tactical, yet very brutal. Spiderweb's nor Basilisk's games do not allow fountains of blood nor killing your enemies by heavy hit which will throw them as a projectile on another enemy. (and possibly kill both) Helherron has all that it takes. I recommend downloading an EARLIER version, which is surprisingly less bugged. The only annoying bug there is with the grid bugs or other numerous enemies, game tends to crash in combat with them. This is easily solved by scrolls or spells of mass wound and similar...
  4. OK, reviving the old topic a little. The pathfinding system is surely awesome in it's infallibility. But is it viable, in return of speeding up the gameplay, to switch it off? It could be replaced by very primitive code that only checks adjacent 8 fields and chooses the one that is: - free - closest to the wanted direction. (to the nearest one of player's party) I have done that with my humble coding capabilities and saw it in practice. I've combined it with a fast but smooth movement and it looks nicely. Some pros and cons: - Enemies CAN be fooled and lost off the track, if lured into places like U-shaped corridor. + Surprisingly, this does not fail as often as you might think. All characters easily avoid smaller, simple or scattered obstacles and other characters. Or follow corridors that don't go much against the needed direction. + It is fast and it allows the enemies to do their movement SIMULTANEOUSLY as a group. Every step, they'd just plan and reserve the squares of their next step (so that they will be reserved for other characters down in roster) and they'd move all at once on the reserved squares. Of course, all non-groupable actions like attacks would be done separately... + It should be simple for coding... + It's just an idea, but the same system of "reserving" the squares on which the character is about to move could be used for attacks, in which case two enemies next to each one in roster could attack simultaneously, if they're not attacking the same victim. The purpose is saving the player's time. If there's 5 goblins in a group, and each one moves 10 square fields to attack, and every field takes 0.5 seconds to move, then it's 25 seconds of waiting per every combat started. It could be less than 10 seconds for the whole group to move, even in different directions, as long as the actions of characters adjacent in roster are groupable... Imagine water flowing down around obstacles, instead of one drop at a time. Really, I know I'm annoying with all that "improve what works" attitude... There are people who don't miss a map in Wolfenstein, don't scream bloody murder at lack of direction arrow on map in Ishar 2, (which makes you unable to tell where are you heading) and don't miss mouse in dungeons. But even they enjoy these things once they're invented. Originally Posted By: everyday847 Yeah, if there's a need for a quick-combat system or whatever, that means that a reasonably large number of combat encounters are so dull that you can't stand to do them yourself. That blows! That actually reminds me of the later stages of Revelations: The Demon Slayer. I was trekking away, I think up a mountain, and I kept on getting random encounters with monsters I knew I could defeat easily, and I really couldn't be bothered to do anything but the quick-combat feature. There's ALWAYS a need for faster, more convenient combat system, or controls, or whatever. The game can be good enough to cover that, but the feeling of "they always have to go a mile one after another before they engage in combat" will show in duller moments. Any game with minimum of these dull moments would have to be completely linear.
  5. OK... Please, did any of you check out Eschalon? It's demo version is a good example of what I mean. It's actually nothing else than Hack n' Slash engine that was in ADOM and all roguelike games, just nicely animated. It would be VERY interesting to see it in a party-based game. Basically, it's a bit similar to the non-combat engine of Avernum, modified for combat. All enemy's actions and decisions are re-checked after every step. (but seamlessly) The old Avernum engine can work like that, it's similar to it does when the combat system is not switched on. It would be probably a bit demanding for computing power, but computers today are powerful. At the very least my dream is to see a fictive animation or video of how such a combat would look like. Yes, it would probably take recoding the engine. But at the very least, in good strategic turn-based combat RPGs like Helherron, there's an option for quick combat. Either all needless animations are drastically shortened, or the party itself uses AI to fight in a speedy mode. It's obvious that there are efforts to speed it up - like keyboard shortcuts. But in new Avernums it's sabotaged by the need to wait for already seen and microscopic, almost invisible animations. Game: The goblin is hit by acid shower! Goblin: *writhe* *writhe* *writhe* (-50 HP by acid damage) Player: "Hey, when the animation is done? The round takes forever!" Goblin: "Wait, I have to writhe some more." *writhe* *writhe* "It looks better than if I'd stand motionless like a rock, right?" Player: "Yeah, but do it in your free time! I play this awesome game for weeks, I waited for hordes of monsters to finish writhing and it's getting a bit monotonous." In game design, this is a classy example of realism that interferes with fun
  6. Hello! I'm a bit familiar with Avernum and Geneforge series. I love all these turn or step-based indie games. They have the great playability of classics. The greatest weakness of classic games is their clunky interface and extremely ugly graphics, up to ASCII. This is the wrong that indie RPGs usually set right. I also tried making a RPG of my own. I've ran into programming issues and technical limitations that stopped me, but I've got some ideas. Everyone complain that turn-based combats are slow. I guess so, if the enemies run after me one after another, it takes forever. But why does it have to be like that? There are things about Spiderweb games that I always admired. One of them is very powerful pathfinding system. The idea I have is GROUPING OF ACTIONS For example, if in the array of actions for the next round there are enemies who are about to perform the same action one after another (i.e. meelee attacks, ranged attacks, or movement) then the particular group of enemies can perform all the clump of actions in one round! Instead of goblins running at my group one after another, they could show some group spirit and move together too. I'm sure the pathfinding system could handle that. Another case, if I'm already surrounded by the goblins, and they want to slash my characters with their rusty swords, then why don't they all slash together? And if there's a group of goblin slingers ahead, then they should shoot together too. Not one after another. "Hey, Georghul, nice shot! Better than Fredghus did in last round. OK, it's my round now, prepare, aim, fire!" Of course, various series of attacks, ripostes, etc, may take different time, so the one round might be longer, but it will be still one round, not six, depending on the number of enemies. Of course, if the array for actions of characters in one round is dispersed among my warriors and various enemies, then grouping of similar actions won't be always possible. But still, it's going to be all much faster than it is now. I am actually a little inspired by the game Eschalon: Book I. I think actual combat there is still turn-based, but all enemies have the decency to walk together, not delaying the action needlessly. I don't believe that it's all so impossibly diffcult to program. Even I think I could do that, in my opinion data management of maps, items, inventory, chests and save files is much, much more diffcult to make. And the pathfinding system too. A simple modification of this ancient primitive turn-based system would bring much more fun, because people wouldn't go away to cook coffee between the turns. So that's it. I think I have read some time, somewhere that Spiderweb has some hidden future projects that will be hopefully on similar but hopefully different and improved turn-based engine. Hopefully my remarks are completely useless, because Spiderweb Software already saw them million times and prepared their future game engines accordingly or even better. Or maybe that was Basilisk Software, I really don't know. So what's the situation? I think these ideas are worthy of being provisorily coded and tested in action. Roy Dest
×
×
  • Create New...