Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate

Primary tabs

  • View
  • Collections
  • Comments(active tab)
  • Followers
  • Friends
  • Favorites
Re: OSARE v0.10 Released
Monday, October 25, 2010 - 12:23

Thanks anon, that's high praise!

The code is good enough for Alpha, perhaps.  During the Beta phase I'll be moving everything into config files so that a complete transformation of the game (say, into a zombie game or space marine game) can be done without recompiling.  By then the code will be much cleaner.

My goal is to make it fun first, then configurable/moddable later.  I think the "fun" part is slowly starting to happen.

 

 

 

Re: OSARE v0.10 Released
Monday, October 25, 2010 - 09:02

Thanks Lamoot!  I feel like I'm inching closer to a real game.  I'm glad the current demo is playable and somewhat fun, if just for 30 minutes or so.

Here are the next major milestones in my to-do list:

  • Smarter enemies, plus enemies with special powers
  • NPCs with dialog, simple quests, and items for sale
  • Main menu, new/load/save game menus, maybe basic cutscenes

I'll also be putting a lot of effort into moving the game configuration into plaintext files so that most everything about the game can be changed.  To test that this works I'll try to make a total conversion into a completely different genre, maybe post-apoc or cyberpunk or modern day zombie survival.

Also I'll try to include new art in each release.  v0.10 adds the Minotaur.  Next release I'll probably shoot for a new overworld tileset.

Re: OSARE - Feedback
Monday, October 25, 2010 - 08:32

Thanks for the feedback Tartos!

  • There's no real way yet to change key bindings.  If you want to do it in the source, edit InputState.cpp and look to see where the binding[] and binding2[] variables are set.  They are assigned SDLKey values, you can see a list here http://iie.fing.edu.uy/ense/asign/tap/obrar05/santiagoackermann_comp/web...
  • If I can capture half the magic of Diablo I, I'll be thrilled!
  • It should be easy to build out more levels and make variations on monsters.  Once I'm done with the basic engine I'll be making lots of new tilesets and enemies.
  • I probably don't realize how fast the game is because I'm playing it every day.  Diablo I was a bit slow, I think Diablo II had a better pace.
  • Pathfinding will come soon.  I'll probably add A* to the next release, and use that when a creature realizes he doesn't have a direct path to you.
  • Yeah right now I'm using regular enemy graphics for bosses.  It's easy to render them larger or colored, but I'll try to have unique creature models for bosses at the end of various dungeons
  • I do need to allow selecting creatures so you can see their name and current health.  That'll come eventually
  • I have an idea of how to hide secret rooms.  I started using it to at least hide the hallways.  The minimap is automatically created based on the collision data for the map.
  • Good to hear that loot is fun!  I still get excited every time I get a blue drop, even though I made the items :)

 

Re: OSARE - Feedback
Saturday, October 23, 2010 - 14:17

Anon,

If you're playing version 0.09 the powers aren't coded yet.

Version 0.10 (coming out very soon) will have powers implemented.  Open the Powers menu and drag them to the action bar.

Re: Weekly Challenge: Casual Elements (due Oct 18th)
Friday, October 22, 2010 - 06:36

http://opengameart.org/category/art-tags/casual-elements

Osmic's high quality gems are a runaway favorite this week.  Congrats for winning!

http://opengameart.org/content/gem-jewel-diamond-glass

Re: Graphics in C/C++
Tuesday, October 19, 2010 - 11:04

The respective websites for those libraries will go into more details:

http://www.libsdl.org/

http://alleg.sourceforge.net/

Setting them up for development depends largely on your development environment.  E.g. if you're working on Windows, the setup is very different if you're using MinGW versus Visual Studio.  A bit of Googling should turn up tutorials on how to get started.

Re: Graphics in C/C++
Tuesday, October 19, 2010 - 09:23

Buch, usually you'd turn to an outside library.  Two common examples for C/C++ are Allegro and SDL.

Re: Weekly Challenge: Casual Elements (due Oct 18th)
Friday, October 15, 2010 - 13:23

Chess Pieces previewSimple low poly chess pieces!

Re: Separation of licensing concerns
Thursday, October 14, 2010 - 07:13

OSARE operates under the assumption that CC-BY items can be used in a GPL project.  I assume attribution is not a restriction over and above GPL.

Re: Separation of licensing concerns
Thursday, October 14, 2010 - 06:29

Thinking about GPL as "viral" is weird to me.  These copyleft licences merely say "if you are also doing open stuff, you don't even have to ask permission to use this stuff I made".  Otherwise it's a regular copyright issue: talk to the author to license it the way you want.

Pages

  • « first
  • ‹ previous
  • …
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • …
  • next ›
  • last »