It is currently Sun May 26, 2013 5:27 am

All times are UTC + 1 hour




Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Thu Jan 05, 2012 5:18 pm 
Offline
Enthusiast
Enthusiast

Joined: Tue Oct 09, 2007 2:15 am
Posts: 237
takis76 wrote:
Kuron wrote:
Nobody uses CRTs anymore.

I still using CRT and TFT and my opinion is the CRTs are the best monitors for me.


Yep. If you want to find out the right colors ... a CRT is the best choice (cause only some people have
enough money to buy a PhotoStudio TFT for >$3000 ;)

_________________
English is not my native language...
ImageImageImage


Top
 Profile  
 
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Thu Apr 12, 2012 2:28 am 
Offline
Addict
Addict

Joined: Sat Oct 17, 2009 10:51 pm
Posts: 919
How is this progressing?

_________________
If you are new to PB you should check out the CodeArchiv. It has examples for almost everything you would want to do in PB.


Top
 Profile  
 
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Thu Apr 12, 2012 1:56 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Tue Aug 30, 2011 1:31 pm
Posts: 143
Location: Athens - Greece
The progress goes well.
I am building a new level editor not with Visual Basic 6 , but with BlitzMax. The new Level editor will be very impressive.
I am learning the new BlitzMax Language. The main game is creating with PureBasic and PureGDK and the Level Editor will be created with Blitzmax.
The version 0.012 will be much better. It took little long because I had problems with GUI Programming for windows forms application. Now I found one nice Gui Library with Blitzmax and my map data are compatible , I will save the map data with BlitzMax and I will load the data from the game with PureBasic and PureGDK.

Now I use 3 Languages to create one game (PureBasic with DarkBasic functions and BlitzMax) , this is very funny. Some time I will show you some screenshots of the new Level Editor interface. I don't have abandoned my game , I still developing and I will make it very very nice.
I know I took very long to post the next update , but I am programming alone and the programming is not only work I have to do here:

I have to create graphics: There is no one who will help me to create or help to create the next wallset and the work of extracting some Eye of the Beholder graphics and change them is BIG.
I have to create the sound effects: I need to purchase or even create my own sound effects like , spell effects , horror noices , ambience sounds: There is no one will help or give any effect , I am searching the internet some or create some or purchase one.
I have to create the music score of the game: I am playing keyboard , the main score part is ready , but there are and other musics in the game , also I will borrow and some sounds from Dungeon Master and Lands of Lore 1 or pay someone to write some other music for me.
I have to create the story: This must be done by me only because if I will tell the story to other people I will spoil the surprise of the game.
I have to borrow some actors voices: No one is volunteer to borrow his or her voice , the game will have characters (The players and the NPCs) which they must talk during the game. Or actors will need to get paid.
The 3D modeling creation: I have problem with this , because I am not good in model creation , I can use 3D Studio Max and create Buildings or Towers and Castles , but I am not good of creating organic modeling or other more complex. I will make a little research to try to create and learn how to use Blender.

And one final: I will post some updates , but in the future I will stop to post the progress . because when the program from engine will start become a playable game , I will stop post the newer updates , because I will spoil the surprise. Don't worry yet there will be public updates.

The conclusion is , the game creation goes very very nice , new technologies add in the engine new ideas appears.
Indie companies have and one large team at least 4 or more people to create the game. I started and making and research of creating and complete 3D engine (Legend of Grimrock) Like and I will create the Dungeon Master 3 , but this is another future story , let's stay at Eye of the Beholder IV for now.

Have a nice day. :D


Top
 Profile  
 
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Thu Apr 12, 2012 6:43 pm 
Offline
Addict
Addict

Joined: Sun Dec 12, 2010 12:36 am
Posts: 1285
Location: Waterloo, WI - USA
Sounds like you have some abitious plans. I hope they work out well for you.

What kind of style are you looking for, for the music? I would be interested to hear if you have examples of the kind of music you want.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Thu Apr 12, 2012 8:39 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Tue Aug 30, 2011 1:31 pm
Posts: 143
Location: Athens - Greece
Epic music , horror music , music for dungeons , for forest rpg music.
Are you creating music?


Top
 Profile  
 
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Thu Apr 12, 2012 11:33 pm 
Offline
Addict
Addict

Joined: Sun Dec 12, 2010 12:36 am
Posts: 1285
Location: Waterloo, WI - USA
Well, I have the tools, but I am completely horrible at it and haven't done anything in a long long time (and I have no formal training).
I wasn't really planning on promising you anything, but if I do come up with something - I will share it with you.

_________________
Image


Top
 Profile  
 
 Post subject: Re: Eye of the Beholder IV (Ver 0.011) Level Editor (Ver 0.0
PostPosted: Fri Apr 13, 2012 6:02 am 
Offline
Addict
Addict

Joined: Sat Oct 17, 2009 10:51 pm
Posts: 919
Quote:
I am building a new level editor not with Visual Basic 6 , but with BlitzMax. The new Level editor will be very impressive.
I am not a huge fan of BlitzMax, but it is well suited for level editors IMHO. BlitzMax (and BlitzPlus) both have one feature that PB doesn't which is extremely helpful for level editors. Because of the way Blitz products handle DirectX and OpenGL you can have a tabbed interface for your level editor, with one or more canvases on each tabbed page and every canvas will use DirectX or OpenGL (depending on which you set the level editor to use). Even if you don't have a tabbed interface, you can have more than one window open for your level editor and each window can use DirectX or OpenGL (depending on which you set the level editor to use).

With PB you are limited to one DirectX or OpenGL screen/window. There is nothing wrong with this, but having more than one is extremely useful for a level editor.


Quote:
I am learning the new BlitzMax Language.
Don't let the OOP aspects throw you off. It should be easy enough to pick up.


I can relate on the asset creation issues. This is my biggest struggling point, too.

I am looking forward to this game. I was actually talking about Eye of the Beholder with a friend on another forum the other day, and I mentioned the remake you are working on. There definitely should be interest in thsi when it is done. Eye of the Beholder is a well-loved series.

_________________
If you are new to PB you should check out the CodeArchiv. It has examples for almost everything you would want to do in PB.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 52 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC + 1 hour


Who is online

Users browsing this forum: Exabot [Bot] and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye