Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - BacioiuC

Pages: [1]
1
Traditional Roguelikes (Turn Based) / Ebony Spire: Infinite Heresy
« on: November 17, 2017, 05:41:56 PM »
Hi,

Posting here to let everyone know I just released an update to my first person dungeon crawler that turns it into a full blown roguelike! The game is called Ebony Spire: Heresy and it's a first person dungeon crawler that revolves around item usage: Throwing, equipping, activating, triggering and getting hit by them! It's turn based with grid movement and played from a first person perspective. It's played entirely with a keyboard the the code behind the game is licensed as MIT so you can use it to make what ever derivative you want or mod the hell out of it.

You can play a five levels demo up to the first boss fight that features a golem that throws boulders at you. There are guns, swords and all kind of spells and items in the game that you can use. The game features 10 levels with optional but highly recommended portal levels that will get you guaranteed items.

Here's a link to the demo, full steam and itch.io release + trailer! If anyone wants to try the full game but can't afford it let me know. It's available for Windows and Linux but I also have a unreleased Mac version for you guys to try!

Thank you,
BacioiuC

2
Early Dev / Re: Ebony Spire: Heresy - First Person Roguelike
« on: May 24, 2016, 07:32:05 AM »
Hi, thanks for checking it out!

- when I press F1 gfx gets glitchy and then when pressed again all the 3d gfx is gone, upon restart the same (menus are still readable)
- That's a debug feature with the C++ host. I'll disable it for the next build, maybe have the Help Menu pop-up as an overlay.

- needs minimap badly
- You can press "M" to view a top-down version of the map. Needs some work as it doesn't quite show your orientation now. It's on my todo list.

- and maybe "look" command so you can check monsters and items
- Look is definetly happening! One of the features I loved the most in Adom

- enemies sometimes move on space (space is "wait", right?) press or they just stand still
- Yeah, Space is wait a turn. Non-aggressive, or low aggression enemies sometimes do that as their score action system yields same result. I wrote a small paper for my colleagues at work on how I handle turns and AI. You can check it out here. YASD was the name of a game I did quickly in a couple of days during an internal game jam using this game's framework.

- nice music
- Thanks, but the music is temporary. I initially used it for the YASD prototype. All sounds were cc0 and some CC.3.0, but I can't remember where I got them exactly and I'll have to change 'em. Attribution and all.

- game froze once just after choosing a class and starting
- Added the game froze as a bug on github! Thankies, these are the kind of things I need to look out for.

- what`s with the lopsided stairs?
- What do you mean by loopsided stairs? :D

Thanks for your reply good sir! Lots of good points here!

3
Early Dev / Ebony Spire: Heresy - First Person Roguelike
« on: May 23, 2016, 10:17:41 AM »
PC (Windows for now, Linux build coming soon) download link!

Hi everyone! I saw getter77 linked to the game from the forums and decided to ask you guys for some feedback on the current iteration of the game. In short, I wanted ES:Heresy to be a combination between ADOM (with NotEYE in first person) and Cardinal Quest. The main mechanic of the game revolves around acquiring and using items to advance. Both the player and the enemies in the level can pickup, use, equip and throw items and a generic enemy will act/fight differently based on the item he has in inventory/picks up. So for example a regular Pixie can use a Tome of Teleportation to run away from combat but if she picks up a throwing dagger can decide to teleport and throw the dagger at the player.


| | |


Last night I released a fist iteration of the game on itch to check if there are any performance and/or stability issues. Most of the mechanics are in there and I'm now working on adding the missing content and enemies.

Really interested in the following areas:
  • How do you find movement in first person?
  • Are there any performance issues (as in, movement feels jagged/laggy input)?
  • Did you encounter any crashes when trying out the game?



Pages: [1]