3d ibag

Lately I've been busy developing a 3D Inventory Based Adventure Game, or better, a framework to ease the development of IBAGs. The result of this work is the JIVES (Java Interactive Virtual Enviroment System, so I called it) library, which I hope to be my degree project.



It's open source code.

It can be downloaded and run from:  http://digitalillusion.altervista.org

The javadocs are in english but the page is not. However, download files extensions should give a clue as long as I'll ever find time to translate.



And here is a little video to see it in action.

http://www.youtube.com/watch?v=c1GySpIjAJs



I hope you like it! :smiley:

Pretty slick. :slight_smile:

I like it. Just watched the video, I'll try out the app when I get a chance.

I agree, pretty slick is right.



Maybe its time to consider a nick change eh?

A small point, but it would be a little easier to run if the JNLP link had the correct mime type (instead of text/plain).

Hey, thanks a lot!  XD I'm glad you like it.


basixs said:

Maybe its time to consider a nick change eh?

he he, it was meant to be an ironic nickname :D... I don't know if I can/want to change it now

pekim said:

A small point, but it would be a little easier to run if the JNLP link had the correct mime type (instead of text/plain).

Agreed. I'll make a php script to link to.

Maybe you prefer to alter your HTTP server configuration to serve al jnlp with the correct mime type.



If you server is apache, and especially if you don't manage your http server but it's Apache, you can probably drop a .htaccess file in the appropriate directory with that settings.