Home
Help
Search
Calendar
Login
Register
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Click here to join us on IRC (#charas on irc.freenode.net)!
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Any good torch effect advice?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Any good torch effect advice? (Read 2062 times)
Kazemaru
Completely at ease
Initiate
Posts: 6
Any good torch effect advice?
«
on:
October 14, 2007, 11:27:45 AM »
Here's the thing, I've been using a simple light effect and light radius picture for torch effects, and I personally find it a pain.
The problems I've come accross bug me. I want torch effects for other npcs not just the hero, but i'm not sure how I would do that without completely messing up the screen and how awkward it would be.
Is there a way to make an easier way of using the torch effects because the central light around the hero really isn't working for me at the moment.
Any suggestions on a better torch system? If so, thank you!
Logged
--Please insert signature here.--
Ben
Some dude
Staff
Royal
Posts: 4,844
butts
(No subject)
«
Reply #1 on:
October 14, 2007, 03:22:39 PM »
are you using 2k3?
I use sprites for lights in XP, and its lovely.
Logged
DragonBlaze
A Wild DB Appeared!
Royal
Posts: 3,329
(No subject)
«
Reply #2 on:
October 15, 2007, 06:38:23 PM »
If the lights are small enough, use transparent events.
If the lights need to be larger, use a picture, and have it set to display on variable possitions, and have the variable possitions be equal to the event's x and y possitions, update the variables every 0.0 seconds (to prevent lagging). If you do this, the torch light should stay on whatever event you set the variables to.
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN
Kazemaru
Completely at ease
Initiate
Posts: 6
(No subject)
«
Reply #3 on:
October 17, 2007, 05:25:58 PM »
That I find fine, its just the annoying darkness around the light, if I use tint my hero and the NPCs darken too and the only way I see around it would be to make pictures for every single sprite.
Logged
--Please insert signature here.--
DragonBlaze
A Wild DB Appeared!
Royal
Posts: 3,329
(No subject)
«
Reply #4 on:
October 17, 2007, 06:39:53 PM »
Wait, how do you show the tourch effect? Do you use a black picture with a circle cut out for the light, or do you use the tint screen to make the screen darker and use a tourch light picture to make it brighter in that area?
I think the best way would be to tint the screen darker and use a picture for every npc and her to make the area around them (and themselves) lighter.
If thats not what you're talking about, can you describe your problem a little better, possibly with some screen shots?
Logged
Hell Yeah! Just recovered all my old rm2k/3 games from my 10 year old, broken laptop hard drive that had been formatted and had a new OS installed on it. Oh, and I did all of this from my phone. WIN
Ganocide_of_a_Kingdom
People's Salvation To Ignorance
Associate
Posts: 105
(No subject)
«
Reply #5 on:
October 19, 2007, 05:56:53 AM »
I think the best way it's with pictures for each NPC and yer own character. Also to add more realism, you could make the pictures go bigger and smaller so it would simulate flickering or you could make the pictures a little transparent and then solid to also simulate light movement.
Logged
Kazemaru
Completely at ease
Initiate
Posts: 6
(No subject)
«
Reply #6 on:
October 19, 2007, 08:38:43 PM »
Well I concidered making pictures for every sprite too tedious, but if it is the best way, I'll do it. So yeah thanks for the help.
Logged
--Please insert signature here.--
Print
Pages: [
1
]
« previous
next »
Charas-Project
»
Game Creation
»
Requests
»
RPG Maker Programming
»
Any good torch effect advice?