Author Archives: Eric DeBrosse

About Eric DeBrosse

Lead developer of the Orion Engine.

Been There Radar Window

The radar window now works in the game. It shows all avatars that are nearby. It can also be used to select an avatar. Once the combat system works, it will also show the enemies/monsters. In addition to a few … Continue reading

Posted in Game Development | Tagged | Comments Off on Been There Radar Window

Object Identification

The examine dialog can now be used to identify all objects in the game that can be interacted with. This includes everything in your backpack. New treasure chests have been added to the areas where the portals take you, all … Continue reading

Posted in Game Development | Tagged | Comments Off on Object Identification

Drag and Drop

The Trade Window in the game finally works correctly, and consistently. There was a lot of frustration getting there however! I kept finding a lot of weird quirks with how I implemented the drag and drop feature. For example, I … Continue reading

Posted in Game Development | Tagged | Comments Off on Drag and Drop

Avatar Trade Window

Currently working on the “Trade Window” in my Been There Game client. This will be used to safely trade items between two avatars, or a vendor NPC. To open it, you simply double-click another player’s avatar. If the other avatar … Continue reading

Posted in Game Development | Tagged , | Comments Off on Avatar Trade Window

Treasure Generator

Still working on the massive inventory system. There are a lot of small details to deal with! The treasure chest is working great now. Reward items can be spawned when an avatar opens it. The treasure generator allows you to … Continue reading

Posted in Game Development | Tagged , | Comments Off on Treasure Generator

Animation System

I was planning on adding a chest that can be opened into Been There Game. However, I discovered that my keyframed animation system was not working totally correct. To deal with rotations that don’t happen around the object’s center, I … Continue reading

Posted in Engine Development, Game Development | Tagged , | Comments Off on Animation System

Web Server OS Upgrade

Testing out the fresh installation of Red Hat’s Fedora 32 Linux. Everything seems to be working great!

Posted in Web Site Updates | Tagged , , , | Comments Off on Web Server OS Upgrade

Dropped Items

Some things came up recently where I had to take a short break. But I’m back at it again. The game’s inventory system was nearly complete. I just need to finish dealing with dropped items. Once this is complete, I … Continue reading

Posted in Game Development | Tagged , , , | Leave a comment

Been There Progress

Still working on the inventory system for the game. Much of it is finally in place. You can move items around, and organize your packs. You can give items back and forth between avatars. Also, when you wield your weapon, … Continue reading

Posted in Game Development | Tagged , | Comments Off on Been There Progress

Been There Inventory System

I’ve been working on the inventory system for the game. It’s key to getting the other systems in place; like the combat system, avatar armor, weapons, etc. It turns out to be a little more complicated than I had originally … Continue reading

Posted in Game Development | Tagged , , , | Comments Off on Been There Inventory System