RPG Maker VX Ace

RPG Maker VX Ace

View Stats:
Matthis Jun 2, 2014 @ 8:34pm
Help required for lighting!
I am attempting to create a cave-themed dungeon with a dark lighting atmosphere but I can't figure out how to shade the screen a darker colour.. I've tried tinting the screen to dark but it restricts my character from moving. I've also tried getting an image of a light to follow my character but I'm unaware of a script I could use to make it fixed and follow the character :/
Any help is greatly appreciated!
< >
Showing 1-10 of 10 comments
Amelia Jun 2, 2014 @ 8:40pm 
You might need to learn Parallax mapping to do lighting effectively, it's a very tricky thing to pull off.
Mystix Jun 2, 2014 @ 8:56pm 
Here's a post of mine with some links, look for the section for "Light Effects Scripts", and there's a couple you might be interested to check out.
http://steamcommunity.com/app/220700/discussions/0/540743212139893198/#c540743212797546062

I also have a tutorial-video I made that gives an example on how to use the Victor's Light Effects script:
https://www.youtube.com/watch?v=GrVTyNGgwPA

Cheers! :)
Matthis Jun 3, 2014 @ 1:23pm 
Thank you very much! :')
Matthis Jun 3, 2014 @ 1:37pm 
Is there any way you can post what was scripted in the comment commands to give the character a "torchlight glow" ?
Mystix Jun 3, 2014 @ 1:39pm 
Just see my tutorial-video, there's also an downloadable demo you can download and see for yourself (see the link in the description for the video).
Matthis Jun 3, 2014 @ 1:41pm 
Awesome :D thanks again!
Mystix Jun 3, 2014 @ 1:46pm 
The demo here:
https://www.dropbox.com/s/3cnjj2et2krgzua/LoneWolfDon_Tutorial_Demo.zip

Example Comment commands you can put to first create a shade for a map, then to create a torchlight effect around the party:

<create shade>
opacity: 90, blue: 95, red: 30
</create shade>

<actor light>
id: 50, name: "torch",opacity: 250, var: 3, speed: 1, zoom: 220
</actor light>
Matthis Jun 3, 2014 @ 2:37pm 
http://i.gyazo.com/2fbd743893e8158e0d6dce6b43470980.png Flawless!

Is there any way I can change the colour of the torch? I haven't had much time to read through the scripts so I'm not sure how I might do so
Mystix Jun 3, 2014 @ 3:38pm 
Looks good Matty.
Well, for changing colors of the lights itself..
Perhaps use a graphic editing software, like GIMP (or whatever your prefer), load in the image, switch to a "negative" of the image (Invert it). Add/adjust or chage the color to how you'd prefer. Invert the image again, and export/save the changes (I'd suggest to export as a new image/ new filename, so you won't overwrite the original images).
Last edited by Mystix; Jun 3, 2014 @ 3:41pm
vey Mar 14, 2019 @ 1:01pm 
Originally posted by Mystix:
The demo here:
https://www.dropbox.com/s/3cnjj2et2krgzua/LoneWolfDon_Tutorial_Demo.zip

Example Comment commands you can put to first create a shade for a map, then to create a torchlight effect around the party:

<create shade>
opacity: 90, blue: 95, red: 30
</create shade>

<actor light>
id: 50, name: "torch",opacity: 250, var: 3, speed: 1, zoom: 220
</actor light>

Excuse me sir but your demo doesnt work! You should fix the dropbox link so i can take a look at it too.
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Jun 2, 2014 @ 8:34pm
Posts: 10