1 decade ago by Nico
Hey Snooze, first and foremost, outstanding work!
I'm in love with your lighting plugin and really want to be able to use it in production versions of the game I'm building. There are a few things holding me back though:
- the FPS drops in firefox/chrome (I don't care about IE hehe)
- I get a weird bug in FF/chrome where when a light is spawned the whole darkness layer disappears until the light is killed (This could easily be me doing something wrong, but it's probably the funkiness you talked about with compatibility in FF/chrome since the bug doesn't happen in safari)
- The most annoying bug is that I can't attach a light to my player entity but I can attach lights to any other entity. WTF?! I'm assuming this is an issue on my end and was hoping maybe you could help me out. I'd be happy to send you the code.
Here's the error I get:
ig.game.lightManager.addLight is not a function
http://localhost/~arcrutus/mmo/game/lib/game/entities/player.js
Line 61
Why would it throw that error for the player but not for anything else? I have lights setup elsewhere in player.js and they all work fine.
Other than that I'm a huge fan of the plugin and would love to see you develop it further. Also I think you should setup a donation link for the project. It's definitely the type of thing I'd donate 10$ to a dev for :)
-Nico
I'm in love with your lighting plugin and really want to be able to use it in production versions of the game I'm building. There are a few things holding me back though:
- the FPS drops in firefox/chrome (I don't care about IE hehe)
- I get a weird bug in FF/chrome where when a light is spawned the whole darkness layer disappears until the light is killed (This could easily be me doing something wrong, but it's probably the funkiness you talked about with compatibility in FF/chrome since the bug doesn't happen in safari)
- The most annoying bug is that I can't attach a light to my player entity but I can attach lights to any other entity. WTF?! I'm assuming this is an issue on my end and was hoping maybe you could help me out. I'd be happy to send you the code.
Here's the error I get:
ig.game.lightManager.addLight is not a function
http://localhost/~arcrutus/mmo/game/lib/game/entities/player.js
Line 61
Why would it throw that error for the player but not for anything else? I have lights setup elsewhere in player.js and they all work fine.
Other than that I'm a huge fan of the plugin and would love to see you develop it further. Also I think you should setup a donation link for the project. It's definitely the type of thing I'd donate 10$ to a dev for :)
-Nico