Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
Terrax Lighting system


Version 1.5.1


Introduction


Turn a dungeon into a dark cellar with lightsources in any color.


bk5k2.png





Features

  • Each lightsource can have a specified radius and light color

  • Extremly easy to set up

  • Player-radius can be configured in the setup



How to Use
Add the plugin in your game and view the help information. A demo is included.


Download


http://mvplugins.com/plugin/Terrax/Terrax Lighting System


or


https://github.com/Terraxz/TerraxLighting


Released under the MIT Licence
 
Last edited:

blo0p

Villager
Member
Joined
Nov 4, 2015
Messages
6
Reaction score
2
First Language
English
Hmm... The demo's working great but I keep getting a

"ReferenceError"

"Map is not defined"

When I try to start another game with the script (While also copying one of your events over to the new game exactly)

Any idea what I might be doing wrong?
 

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
Ill take a look :)
 

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
I can't reproduce the error.. i send you a private message with my e-mail, could you mail me your data and js directory?
 

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
I'm not sure the effect of both scripts together is good, but you can have clouds and fog outside from kaus script

and darkness inside dungeons from my script.

If you want both scripts to work together, this is how you can fix it..

- Make sure Terrax Lighting script is loaded before Kau's overlay (put it above Kau's in the plugin manager)

- Take an text editor and add one line to Kau's script in the first routine you find.

Spriteset_Map.prototype.createLowerLayer = function() {
    Spriteset_Base.prototype.createLowerLayer.call(this);
    map = $dataMap;
    this.createParallax();
    this.createTilemap();
    if(map.meta.ground || map.meta.all) this.createGroundMap();
    this.createCharacters();
    if(map.meta.par || map.meta.all) this.createParMap();
    if(map.meta.fogName) this.createFogMap();
    if(map.meta.light || map.meta.all) this.createLightMap();
    this.createShadow();
    this.createDestination();
    this.createLightmask();              // <----- ADD THIS LINE
    this.createWeather();
};

That's all there is to it.
 
Last edited by a moderator:

Shugos

Villager
Member
Joined
Oct 30, 2015
Messages
6
Reaction score
2
First Language
Spanish
Finally a Lightning plugin! Thank you so much Terrax! I've been testing it on my project and works well without problems, and it's pretty easy to use.

However I got a few questions/suggestions...

1. Is it possible to change the Player radius in-game?

2. The "black layer" that covers all, can be not-so-black?
 

Vegnarus

Veteran
Veteran
Joined
Jan 15, 2015
Messages
103
Reaction score
23
Oh man, so simple and without any use of images! There's only 2 errors/typos I found. A typo with "Your done, it's that simple." instead of "You're done, it's that simple." and that #000000 is actually the hex code for black instead of white (which is #FFFFFF).

So if you use #000000 there won't be an effect on the event. These are just small things to clean up in the help files!  :)

Other than that, I really like this script and the overlapping light effect; It looks really good!

Nice work on this Terrax!
 
Last edited by a moderator:

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
Finally a Lightning plugin! Thank you so much Terrax! I've been testing it on my project and works well without problems, and it's pretty easy to use.

However I got a few questions/suggestions...

1. Is it possible to change the Player radius in-game?      

2. The "black layer" that covers all, can be not-so-black?
1. Yes, ill make a script for it

2. I tried, but it gives some weird effects to the masking.. sorry, it won't work
 
Last edited by a moderator:

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
Oh man, so simple and without any use of images! There's only 2 errors/typos I found. A typo with "Your done, its that simple." instead of "You're done, its that simple." and that #000000 is actually the hex code for black instead of white (which is #FFFFFF).

So if you use #000000 there won't be an effect on the event. These are just small things to clean up in the help files!  :)

Other than that, I really like this script and the overlapping light effect; It looks really good!

Nice work on this Terrax!
Thanks for the info, ill change it next update!
 

Hunewearl

Veteran
Veteran
Joined
Oct 8, 2015
Messages
34
Reaction score
2
First Language
English
Primarily Uses
=) thanks again for making this, Terrax!
 

fm2107

Veteran
Veteran
Joined
Jun 12, 2014
Messages
81
Reaction score
22
First Language
english
what is the script call do you make to change the radius in game? 
 

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
Update 1.0.1 is out, fixed some typo's and included a script to alter the radius with a plugin command.

(Light radius 100 changes the radius from the default to 100)
 

Shugos

Villager
Member
Joined
Oct 30, 2015
Messages
6
Reaction score
2
First Language
Spanish
So fast Terrax, thanks! 

Anyway, if you set the radius to something like 700 does a nice effect like the one I wanted to get. 
 

Bicept

Jack of Most Trades
Veteran
Joined
Oct 22, 2015
Messages
34
Reaction score
25
First Language
English
Primarily Uses
RMMV
So this MIT licence means it can't be used in a commercial game without it becoming free?

*edit* Never mind, I believe I've found my answer.
 
Last edited by a moderator:

Pern

Hello
Veteran
Joined
Jul 21, 2013
Messages
253
Reaction score
164
First Language
English
Primarily Uses
N/A
Hi Terrax. For some reason I just can't get the plugin to work. When I use the demo it's just fine, the lighting works just as intended. If I recreate exactly the same thing in my maps nothing changes. I have the Kaus's mapping plugin and did as you suggested by adding the line of code and placing your lighting plug in above Kaus's to have it compatible. Maybe I'm missing something simple or just not doing it correctly? I'll keep trying to find what I'm missing here. Sorry to bother, thanks if you have any insight :]

Edit: The ring of vision around the character appears, so that's working. It's dark around them and I can adjust that. But the torches aren't lighting up like in the demo.
 
Last edited by a moderator:

Bernkastel

Veteran
Veteran
Joined
Dec 13, 2012
Messages
75
Reaction score
15
First Language
English
Primarily Uses
does this allow the creation of dark scenes with subtle lighting? not just pitch black with certain areas lit?
 

Darakudemon

Villager
Member
Joined
Oct 24, 2015
Messages
13
Reaction score
1
First Language
English
Primarily Uses
RMMV
So as long as I credit you and have a link to that Wiki page I can use this in a commercial game down the road?
 

Terrax

Veteran
Veteran
Joined
Oct 30, 2015
Messages
304
Reaction score
228
First Language
English
does this allow the creation of dark scenes with subtle lighting? not just pitch black with certain areas lit?
For the effect of suble lighting you can set the player radius to extremly high (700 or higher depending on your resolution) or you can place an item with high radius and darkgrey light, it will cover the intire map and create a more suble effect.
 

Latest Threads

Latest Posts

Latest Profile Posts

Seeing the new zelda stuff today, and seeing that they doubled down with the destructible equipment really reinforced to me that even AAA biggest games in the industry can be massive piles of actual dog ****. Gives me hope for us indies
Wanted to look through job ads and now I spent about an hour laughing about the website of a spiritual healer looking for a Marketing and IT guy. Call me oldfashioned, but I think that "healing of deceaseds" comes a little late.
Workin' hard! Wish I was hardly workin'...
One of these days, I will have no more errors.
The tutorial streak is going on, learn something about cave edits today!
(And possibly in a few days even more, stay tuned ;) )

Forum statistics

Threads
129,916
Messages
1,206,252
Members
171,114
Latest member
reddeadisalive
Top