Results 1 to 6 of 6

Thread: New to Pascal, and wanting to create an old-school type RPG.

  1. #1

    New to Pascal, and wanting to create an old-school type RPG.

    I am programming with Turbo Pascal 7.0

    Basically, what I need to know is how to use a .BMP or some other picture file in my program. If anyone could help by showing me some sample source code, or by just giving some advice, I would greatly appreciate it.

    Thanks in advance!

  2. #2
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    New to Pascal, and wanting to create an old-school type RPG.

    Well first, I recommend either dropping TP7 and grabbing Free Pascal [size=9px](www.FreePascal.org)[/size] Lazarus (Lazarus.freepascal.org) or wait for Turbo Delphi in a months time. All are free for use and are excellent tools.

    Then as you are a beginner, I'd also recommend starting with a game/graphics library such as UnDelphiX, Omega or JEDI-SDL. The easiest to start at the very beginning would probably be UnDelphiX (checkout the DelphiX/UnDelphiX forum for more info)

    Using things like headers and raw library formats is not a very fun or progressive way to start your programming skills out on. But later on as you progress you'll want to move over to those instead as they will offer you much more power and control over your game engines and graphics.

    Welcome to PGD and I hope you will visit often!
    Jason McMillen
    Pascal Game Development
    Co-Founder





  3. #3
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    New to Pascal, and wanting to create an old-school type RPG.

    I have a game called Run-A-War that is released with full source. It would make a nice base to build an RPG from. Its fully free, uses completely free graphics and you are welcome to download it and try it out. (Look on my site - www.cairnsgames.co.za)
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  4. #4

    New to Pascal, and wanting to create an old-school type RPG.

    I was just browsing the FAQ at the Free Pascal site a few minutes ago, and they recommend looking at the source code for a simple little game,

    http://thesheepkiller.sourceforge.net/

    I haven't looked at it myself, but I believe they're reliable enough to pass this on as second hand info.

  5. #5

    New to Pascal, and wanting to create an old-school type RPG.

    Indeed you should drop Turbo Pascal, and... get Delphi6! And - as you will need a library - download GLScene (www.glscene.org). Easy to use (and fun!), and you can make everything you wish to.

  6. #6

    New to Pascal, and wanting to create an old-school type RPG.

    Speaking of Turbo Delphi... guess y'all know Borland has made it free to download for us enthusiasts, as Turbo Delphi Explorer. No strings attached! (Except a few fancy features not being included, mainly the ability to customize the IDE). Way to go, Borland!

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
  •