Results 1 to 10 of 333

Thread: Pre April 2014 - Welcome to PGD! Make your first post here....

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Hi!

    Hi all! I am new. I made a basic 3d engine (just a rotating 3d wireframe cube) in borland pascal, 1992 compiler (!), use the graph unit for pixel on/off, and run through dosbox! I recently switched to delphi7 to make it a real app, and not an emulated one!

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by vampm View Post
    Hi all! I am new. I made a basic 3d engine (just a rotating 3d wireframe cube) in borland pascal, 1992 compiler (!), use the graph unit for pixel on/off, and run through dosbox! I recently switched to delphi7 to make it a real app, and not an emulated one!
    Welcome vampm! Sorry I forgot to actually un-moderate you from your PM. Forgive me if you will, at least you know for sure that I too am human. You are un-moderated now!

    Looks like you've had quite the historical experience with Pascal. Glad to see you are updating. Delphi 7 however is still quite old, you may have to upgrade soon to keep up with current platforms. Don't worry though there are many options these days free and paid. There is a new version of Delphi called Starter Edition that will allow you to get the latest for a much lower cost than previously only offered.

    What types of game programming were you interested in starting?
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3
    Welcome vampm! Where can we see your cube?
    <a href="http://www.greatgamesexperiment.com/user/madwoody/?utm_source=gge&amp;utm_medium=badge_user"><img border="0" alt="Great Games Experiment" title="" src="http://static.greatgamesexperiment.com/badge/user/madwoody/gge400x56.png"></a>

  4. #4
    Thats ok WILL, no problem!!! Actually I used borland, because thats what I learned @ 2004-5 at school. I loved its simple IDE environment, thats a very important thing in order to program more comfortable. Also I used it because of my limited knowledge. I dont like the "new" trends of microsoft (thats a whole discussion, but whatever..) so I found delphi-7, and since I know some pascal, I can move easier.

    here is the real mode in dosbox!!!
    a.PNG

    For start I just want to do graphics only. I dont know if I this engine is going to be suitable for games. This just for fun!!! But I would like to make something like an simple rpg, with anime-like characters.

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by vampm View Post
    For start I just want to do graphics only. I dont know if I this engine is going to be suitable for games. This just for fun!!! But I would like to make something like an simple rpg, with anime-like characters.
    Well getting into graphics I'd recommend JEDI-SDL to start. It's mostly 2D which is the best way to start with graphics to understand how to work with sprites, loading and unloading these and other "assets." Then you can move onto other libraries and API to do more advanced stuff.

    As much as RPGs might be fun to play, I'd steer WAY clear of them for learning to program. They require way too much premade graphics and take a huge amount of development time. Most new programmers try to do an RPG as a first project and give up on programming altogether. Instead why not try some more classic game models like Pac-Man, Pong or a simple shooter?

    These other alternatives might not seem as exciting as making the next Final Fantasy, but trust me you'll learn nothing more or different from making and RPG other than you shouldn't have started with an RPG.

    Other alternatives could also be a platformer, scrolling shooter, maze game (like Pac-man, Lock-n-Chase or Night Stalker) or a puzzle game.

    These are of course just my recommendations.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6
    Ok, I ll keep in mind!!! I started delphi-7 with delphix in order to use ddraw, which is very fast in pixel operations. I am going to post in a proper section all my queries because I am new in directx staff, and in delphi. See ya there!!!

  7. #7
    Welcome to PGD vampm! Keep up the great work...some good beginnings there
    I love graphics

  8. #8
    @vampm
    Like it has been sad, creating an RPG game isn't an easy task. I'm curently writing an article on making an RPG based battle system and must say that code for trhis RPG combat system and inventory managment already excedes 1300 lines of code and coments. But this is actualy just a fraction of the whole game.
    Anywhay if it still interests you wait for me to finish the article so that you could see atleast how to make this small part of the RPG game.

    As for the graphics I would try to stay away from ddraw becouse it sems that it's suport is slowly being canceled by Microsoft. I have many old games wich use ddraw for graphic and wich doesn't run properly on newer graphics cards and newer OS-es like Windows Vista or Windows 7.
    You could use Andora2D instead of DelphiX wich uses either DirectX or OpenGL instead of ddraw and offers the same functionality. Basicly usage of Andora2D is so similar to DelphiX that you could easily port your project from DelphiX to Andora2D with minimal changes in sourcecode.
    But unfortunatly there hasnt been much development on Andora2D in the last two years so it may contains some bugs wich may or may not be fixed in the future.

  9. #9

    Hi

    Hello,

    Starting a new course in September with pascal programming in it.
    So figured, might as well learn it now.

  10. #10
    Member
    Join Date
    Apr 2012
    Location
    Düsseldorf im Rheinland
    Posts
    38
    Hello there,

    my real Name is Thomas and i started computer science with my older brother on a Texas Instruments 99-4A. Then I enjoyed Commodore Computers (C-116/VC=20/Plus4/C=64/Amiga). On High-School i learned Turbo Pascal and that is the reason why i like http:\\www.pascalgamedevelopment.com. I wrote the handbook of TECHNO MAKER, published by Data Becker.


    Feel free to drop me some messages.

    HAPPY SUMMERTIME from here!

    An english-german joke before ++NO CARRIER

    In a coffee-shop in the netherland a woman says to the bar-man: "I become a cup of coffee!"
    He shout: "Never!"

Tags for this Thread

Bookmarks

Posting Permissions

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