Results 1 to 5 of 5

Thread: So I purchased...

  1. #1
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default So I purchased...

    Dark Game Studio, from the Bonanza sale ($50 Pro version and bunch of extras)..

    Guess I kind of have to make that Text RPG I've always wanted to make now... heh

  2. #2
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: So I purchased...

    I used GDK from them for a company to design a FPS. There code is rather easy to use and IMO limiting and to the point. In other words you dont have much control over their functions. I'm going to guess that DGS is more of a GUI point and click system rather then a API. But if you get to a point where you need to do some coding with it feel free to post that in here and I woudl gladly help. Good luck , its quite fun to develop games.
    Original, the only way to play.

    Forums
    main page - Working controllers

  3. #3
    Windows 10 cibomatto2002's Avatar
    Join Date
    May 2005
    Location
    Nashville,Tennessee
    Age
    45
    Posts
    1,364

    Default Re: So I purchased...

    Can you make Super Mario Bros. type games with it like Nes Super Mario Bros.?

  4. #4
    Crazy Frog
    Join Date
    Sep 2003
    Age
    38
    Posts
    3,065

    Default Re: So I purchased...

    I haven't been around in forever... so now the reply is way late.

    It's not any kind of point N click stuff. Dark Game Studio is just a package containing various products, like Dark Basic Professional, and other stuff like that.

    DB is a command set built in C or C++ if I'm not mistaken, and you can extent it if you know how by writing your own functions/dll's and importing them into your code base.

    Dark GDK and GDK.net just give you access to the DBPro commands without having to use the DBPro compiler from what I understand.. like with GDK.net you could make a project in a .NET language (Visual C++ / VisualBasic) and include Dark Basic function calls.. so its like a mix and match thing to use the best / easiest tool for the job.


    As for 2D.. yeah you can make pretty much any kind of game you want. Platformers like Mario, CastleVania etc.. or a 3D Game. It's all about how much time you have to learn, how dedicated you are, and how much skill you can develop as a programmer. But it really is a hobbyist language first, which is fine imho.. I'd like to make a 2D scrolling platform game some day, a horizantal scrolling shooter, etc.. Maybe one day something in 3D but its just something I mess with in spare time / when interested.

  5. #5
    Controller Man ulaoulao's Avatar
    Join Date
    Dec 2005
    Location
    FL
    Posts
    3,391

    Default Re: So I purchased...

    Just a tip, GDK is really really bad with 2d. If you want to make 2d go with torques 2d game maker. There are many others as well.. GDK is perfect for anyone wanting to make a 3d game. It is best for starters.. Anything advanced and you will be hurting yourself.

    Here is a simple game I was working on with it.
    http://vids.myspace.com/index.cfm?fu...deoid=35284036
    Last edited by ulaoulao; June 21st, 2010 at 16:31.
    Original, the only way to play.

    Forums
    main page - Working controllers

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •