User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Game Development section within the Software Development category of DaniWeb, a massive community of 374,181 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,420 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Game Development advertiser:
Views: 1132 | Replies: 11
Reply
Join Date: Mar 2008
Posts: 10
Reputation: techbrain55 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
techbrain55 techbrain55 is offline Offline
Newbie Poster

Is this software better for game developement.?

  #1  
Mar 13th, 2008
hello there,
The software used are: DarkBasic, GameMaker, Visual C++, Maya, 3D Max and the school's own game engine. Is this course worth a try? And is DarkBasic useful in the game industry?
please reply me
thanks.
Techbrain55
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Sep 2004
Posts: 6,005
Reputation: Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of 
Rep Power: 26
Solved Threads: 409
Super Moderator
Narue's Avatar
Narue Narue is offline Offline
Expert Meanie

Re: Is this software better for game developement.?

  #2  
Mar 13th, 2008
>Is this course worth a try?
If anything, you'll learn about Visual Studio, Maya, and 3DS Max.

>And is DarkBasic useful in the game industry?
I'm not privy to the workings of the game industry, but from my consulting experience, I'd say that DarkBasic is more of a kiddie program for learning the basics rather than something you would use to create a viable commercial product. It's probably great for the course, though.
Member of: Beautiful Code Club.
Reply With Quote  
Join Date: Nov 2007
Location: Perth, Australia
Posts: 119
Reputation: Auzzie is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 16
Auzzie Auzzie is offline Offline
Junior Poster

Re: Is this software better for game developement.?

  #3  
Mar 13th, 2008
VS, 3DS Max and especially Maya is extreamly worth while to learn and i agree with Narue on DarkBasic
Reply With Quote  
Join Date: Jan 2007
Location: Kansas City, MO
Posts: 53
Reputation: PirateTUX is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 2
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster in Training

Re: Is this software better for game developement.?

  #4  
Mar 13th, 2008
Yep... C++, Maya, 3DS are all GREAT to know if you want to make games. The only other thing(s) I might add would be OGRE/OpenGL/DirectX. By the way, what does the school's game engine do?
Server Development
WolfWorkz.com
Pirates Registration

Check out my blog to see what's happening with the MMORPG by WolfWorkz Studio.
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,588
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 187
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Is this software better for game developement.?

  #5  
Mar 13th, 2008
if it includes Visual C++ specifically it probably includes DirectX. It's the library of choice after all for game development with Visual Studio

DarkBasic and GameMaker both are kiddie programs.
Amateur stuff, but handy to guickly set up something to see those models you made in Maya and 3DS Max in action, and to get some of the basic paradigms into your head without bothering you with "complicated" (for the average kiddo) C++ syntax.
That's probably why it's used, as a stepping stone towards the real work to be done at a later stage (and maybe some scripting and tool making).
42 Private messages asking for help will be ignored
In the frozen land of Nador they were forced to eat Steve's iMinstrels, and there was much rejoicing.
Reply With Quote  
Join Date: Jan 2007
Location: Kansas City, MO
Posts: 53
Reputation: PirateTUX is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 2
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster in Training

Re: Is this software better for game developement.?

  #6  
Mar 13th, 2008
DarkBasic and GameMaker are both foreign to me... never heard of them. As jwenting said, DirectX is the stuff when it comes to Visual C++ development and games. I'll always support OGRE, tho, for it's sexy cross-platform-ness. But I'm a Linux nerd, so anything cross-platform is sexy to me.
Server Development
WolfWorkz.com
Pirates Registration

Check out my blog to see what's happening with the MMORPG by WolfWorkz Studio.
Reply With Quote  
Join Date: Mar 2008
Posts: 10
Reputation: techbrain55 is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
techbrain55 techbrain55 is offline Offline
Newbie Poster

Re: Is this software better for game developement.?

  #7  
Mar 18th, 2008
hello there,
Thanks for the information. I stuck on to Darkbasic and read from many comments and forums that dark basic is the best.
Thanks.
Techbrain55
Reply With Quote  
Join Date: Mar 2004
Posts: 715
Reputation: Phaelax is on a distinguished road 
Rep Power: 6
Solved Threads: 27
Phaelax Phaelax is offline Offline
Master Poster

Re: Is this software better for game developement.?

  #8  
Mar 18th, 2008
DarkBasic, if you're new to programming, is a great starting point. I've been involved with it for about 8-9 years now. It's more powerful than people will give it credit for. There have been at least 1 or 2 games made in DB that have made it to store shelves. It won't be as powerful as using an engine with C++, but without all the DX overhead, it's a lot quicker to start coding the concept you're trying to present. I make a lot of things in DB, but it's not something I write on a resume either.

The point is, if you're new to programming and want to keep interested in learning from an early start, DB is a great place to start.
Reply With Quote  
Join Date: Jan 2007
Location: Kansas City, MO
Posts: 53
Reputation: PirateTUX is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 2
PirateTUX's Avatar
PirateTUX PirateTUX is offline Offline
Junior Poster in Training

Re: Is this software better for game developement.?

  #9  
Mar 18th, 2008
That sounds pretty interesting... I might look into it for rapid prototyping.
Server Development
WolfWorkz.com
Pirates Registration

Check out my blog to see what's happening with the MMORPG by WolfWorkz Studio.
Reply With Quote  
Join Date: Mar 2008
Posts: 2
Reputation: franchav is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
franchav franchav is offline Offline
Newbie Poster

Re: Is this software better for game developement.?

  #10  
May 11th, 2008
I use DarkGDK it's the same engine using c++.
it works well with Visual C++ Express edition 2008.
You wight wanna play around with this too.

http://gdk.thegamecreators.com/

http://www.microsoft.com/express/vc/
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Game Development Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Game Development Forum

All times are GMT -4. The time now is 4:41 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC