Jump to content

Recommended Posts

Posted

yes, i know cyborg knows vb really well, we are making a game using it, go to www.cyborgstudios.cjb.net, in about 3 days, cyborgstudios.com, to see The Eye of Sauron, a LOTR RPG. Timenn also knows Delphi really well, he made Modswapper using it I believe, so either way, you could find some help. But VB would probably be best.

Posted

to get programmin knownledge isnt my problem... i have a lot of skiled friends and contacts.

But i was wondering how i could start building up a picture -> picture engine as in dune1

Posted

actually i would say use C++ to program games. VB aint really made for creating games as far as i know.

A picture->next picture engine would not be hard to make. You need some engine which can read in a 'state'. Each state has a picture (which will be shown on the screen) and some other elements, like characters, text, what is clickable , what is not, etc.

Posted

do you mean i have to make x background pictures and a movement variable...

the pics have name from a1 to h8 for example... and then its readin the right background picture?

Nice and easy if you could tell me how to load pictures in c++ ;D

Thanks for the tips

Posted

well, i use Allegro as a game library. You can draw a picture like this:


draw_sprite(screen, my_picture, 0,0);

thats a very easy way of doing it. There are several ways of doing the same thing with Allegro (like blitting).

www.allegro.cc for an allegro community and info (you can find a link to the allegro website itself there aswell).

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.