Kii_Lighting

by Kumorii
Illuminate your net dreams!
ID:2918431
 
BYOND Version:515
Operating System:Windows 10 Pro 64-bit
Web Browser:Chrome 123.0.0.0
Applies to:Dream Maker
Status: Verified

A member of our crack team of bug testers has verified that this issue is reproducible, and has handed it off to the development team for investigation.
Hello! First of all, congratulations on the work. Recently, I downloaded Kii_Lighting and it seems to have a bug for me. I've already tried uninstalling and reinstalling it, and it remains the same. I made a video to show what happens. I haven't changed anything; it just behaves this way. I downloaded and opened the project. And it seems like the game starts with my character walking around like an NPC. If I control the movement, it stops. Is it supposed to be like this? Is it a bug?

https://www.youtube.com/watch?v=o4md-9FZZXc
This is due to a recent bug fix with the BYOND Engine. I have since fixed the issue and will upload a repaired build shortly!
Kumorii changed status to 'Verified'
In response to Kumorii
Okay. Thanks c:
Hey, I just came back to give you some feedback. I decided to study your code a bit and started tinkering with some things to understand how everything really works. And I think I found the solution to the problem I asked about :) I modified _lighting.dm in the section:

obj
render_plane
screen_loc = "center, center"


and changed the line screen_loc to:

obj
render_plane
screen_loc = "0, 20"


Problem solved apparently? It worked here, lol.