View Single Post
  #11  
Old 08-19-2011, 12:45 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by oo_jazz_oo View Post
Or you could use showpoly() to black out the areas around the light images. Thats how i've accomplished this effect in the past. :P

There is a way to do this with gui images...Rufus showed me a screenshot of it before, its not pretty, and idk how it works, but its possible. lol



It looks as pretty as you want it to look. However, higher resolutions = more intensive. Though, I used this to my advantage and allowed for a quality option, letting the player pick lower quality resolutions which looked worse, but ran worse(and I mean they can run REALLY bad on older computers). Problems were 1) it's gui, they can be a pain to work with, especially when you don't want them to interfere with the gameplay and just be an overlay 2) it's not flexible. I couldn't make it opaque, nor from my recollection could I adjust the opacity at all. 3) It's run on the gui level, so it's always a frame behind the player in rendering.

Being able to draw polygons in the drawpanels in v6 may improve quality, but I'm not sure how well that performs.
Reply With Quote