More Programming Advice- Starfighter

eaviii

Sr Member
RPF PREMIUM MEMBER
Just need advice or help from fellow programmers out there- The game is pretty darn near completion and working very well except I have run into some issues wiith slow down- Part of the problem is the stored images, many of the animations are shuffled textures (explosions) and, although this saves time in some ways, it may ultimately eat up some memory as the bitmaps can be good sized. I am taking down the resolution on as many as possible but wanted some help converting the analog gauges to objects-
[image]http://www.fotoheap.com/image.php?on=207&an=1940&in=28395&t=i[/image]
[image]http://www.fotoheap.com/image.php?on=207&an=1940&in=29048&t=i[/image][image]http://www.fotoheap.com/image.php?on=207&an=1940&in=29049&t=i[/image]

The gauge on the left is 1% and on the right is 100%
The gauges in the game fill in a semicircle aad empty similarly- It would speed things up immeasurably if there was a simple segmented 3d model that could serve this purpose by hiding limbs rather than flipping 50-100 textures from empty to full-

I am already doing image compression to reduce the workload but figure there must be a less obtuse way to do this- Also, if anyone knows how to limit the decimal place limits for real numbers in DarkBasic, that would be helpful-

Thoughts?

Doc
 
This thread is more than 18 years old.

Your message may be considered spam for the following reasons:

  1. This thread hasn't been active in some time. A new post in this thread might not contribute constructively to this discussion after so long.
If you wish to reply despite these issues, check the box below before replying.
Be aware that malicious compliance may result in more severe penalties.
Back
Top