|
| 11 Dec 2012 02:19 PM |
I wasn't aware that it was still possible. Has it been being used in places at all? I just made a demo that worked perfectly fine and I am surprised. Ought I be, or am I just really out of the loop? |
|
|
| Report Abuse |
|
|
bioncl3
|
  |
| Joined: 03 Dec 2011 |
| Total Posts: 274 |
|
|
| 11 Dec 2012 02:39 PM |
| O.O Are you sure you're not testing it in solo mode or something? A lot of people have been asking and searching for this, but I've never seen someone who said they found it. |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 02:49 PM |
a) I was the one who fully accomplished it before b) Yes I am certain; I will shortly publish an online demo |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 02:55 PM |
Let's test for real then. http://www.roblox.com/LocalLighting-place?id=100288339 |
|
|
| Report Abuse |
|
|
Solotaire
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 30356 |
|
|
| 11 Dec 2012 03:14 PM |
| Nice! How did you go about that? |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 11 Dec 2012 03:27 PM |
| noway share your knowledge |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Dec 2012 04:05 PM |
I'll give you the biggest cookie ever if you tell me how you accomplished this.
~ I like pudding ◕‿◕ ~ |
|
|
| Report Abuse |
|
|
| |
|
|
| 11 Dec 2012 04:11 PM |
^ At least mine will be made from the heart.
~ I like pudding ◕‿◕ ~ |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 04:19 PM |
| Reveal your secrets, wizard. |
|
|
| Report Abuse |
|
|
| |
|
SoftPixel
|
  |
| Joined: 14 Oct 2012 |
| Total Posts: 1566 |
|
|
| 11 Dec 2012 05:04 PM |
| I'll give you all 1,000 of my robux to show me this. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 11 Dec 2012 05:15 PM |
http://www.roblox.com/Time-Travel-Back-in-Time-place?id=19816101 lolol |
|
|
| Report Abuse |
|
|
Solotaire
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 30356 |
|
|
| 11 Dec 2012 06:20 PM |
@Nate,
Yours don't apply to the player. |
|
|
| Report Abuse |
|
|
Solotaire
|
  |
| Joined: 30 Jul 2009 |
| Total Posts: 30356 |
|
|
| 11 Dec 2012 06:21 PM |
| aka recolouring the bricks and not actual lighting, right? |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 11 Dec 2012 06:35 PM |
| not recoloring the bricks... i wasn't that lazy. |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 08:25 PM |
You can see the bricks changing color in sections...
I have decided to invent an obfuscation software and test it with the release of an API for local-lighting, so give me a few days. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 11 Dec 2012 08:32 PM |
"You can see the bricks changing color in sections..."
True those are parts, but those aren't the parts that the castle is made out of. I never said it was good. |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 08:40 PM |
That won't work for fog, decals, etc. Imitation is.. Well, I have interesting ideas to make it all but impossible to comprehend the code, so, that will be fun. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 11 Dec 2012 08:43 PM |
"That won't work for fog, decals, etc. Imitation is.." >"I never said it was good."
I spent 3 minutes doing that-just because oxcool1 gave me an idea. And I coded it, I know exactly how it functions-limitations are endless. It was just a concept. |
|
|
| Report Abuse |
|
|
Anaminus
|
  |
 |
| Joined: 29 Nov 2006 |
| Total Posts: 5945 |
|
|
| 11 Dec 2012 11:14 PM |
> I have decided to invent an obfuscation software and test it with the release of an API for local-lighting, so give me a few days.
Nope!
It's done by using the Changed event on both the server and the client to revert a changed property to its preferred value. Example:
Script: local Lighting = Game.Lighting Lighting.Changed:connect(function() Lighting.TimeOfDay = "12:00:00" end)
LocalScript: local isDay = true local TimeOfDay = "12:00:00"
local Lighting = Game.Lighting Lighting.Changed:connect(function() Lighting.TimeOfDay = TimeOfDay end)
while true do isDay = not isDay TimeOfDay = isDay and "12:00:00" or "00:00:00" Lighting.TimeOfDay = TimeOfDay wait(1) end
Next time, be sure to tell it to us straight. |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 11:31 PM |
| @Anaminus: That flashes on the local client for me. |
|
|
| Report Abuse |
|
|
nate890
|
  |
| Joined: 22 Nov 2008 |
| Total Posts: 21686 |
|
|
| 11 Dec 2012 11:32 PM |
| "That flashes on the local client for me." my expected result. |
|
|
| Report Abuse |
|
|
|
| 11 Dec 2012 11:32 PM |
| Nevermind, I see what you did there. |
|
|
| Report Abuse |
|
|