I have a need in a RPG Engine I am writing to use mutiple threads. Any1 have any clue how to do this?
Printable View
I have a need in a RPG Engine I am writing to use mutiple threads. Any1 have any clue how to do this?
Any1 have some good tile pictures (240 by 240) that I can use in my game? I already have grass, but I need more.
You cant use multiple threads in VB 6.
Z.
Gaming,
Tiles are very awkward to create as they all have to tesselate etc. Your best bet would be to find a mate who's pretty good at computer art and cajole him into doing it.
If you wish to have a go yourself you could look at the ones in Sentience and see how they were done. These are, however, copyrighted and should they appear elsewhere the flaming legions of death will be summoned. ;)
Also, if you can explain the need for multiple threads in your RPG, we could have a go at finding alternatives for you....
Ok, the need for mutiple threads. I have a procider (run) that is ran though a sub-main. I need to run run, then have it contiune in the sub-main, but run doesn't end until the program exits. I need to do this to get the FPS rating up so that when you first move, you can't jump half-way across the screen, but insead only move the normal amount.