Tabletop Simulator

Tabletop Simulator

Light Saver
28 条留言
Sirzento / Nico 2022 年 7 月 28 日 上午 9:14 
Any new info about a fix?
ColColonCleaner 2021 年 12 月 12 日 下午 9:04 
To everyone having issues with this mod, it was broken by a TTS update. Please upvote this bug report so that the TTS team fixes it.
https://tabletopsimulator.nolt.io/1085
Jatts 2021 年 11 月 5 日 上午 12:32 
Ive had the same issue with other players not being able to see the lighting too.
Sleeclow 2021 年 8 月 28 日 下午 2:03 
My player's can't see the light changing
Saran'ket 2021 年 7 月 22 日 下午 9:04 
I'm having the same problem with my players not seeing any change in the light.
Emaneri 2021 年 5 月 18 日 下午 12:38 
Using this mod to script lighting for my campaign and, while it works hostside, none of my players can seem to see the change. Any cause for this?
Veifel 2020 年 11 月 5 日 下午 3:24 
@MT-Pear: I need it! I was looking here to hope to find a grid saver. :-)
PS: I use Light Saver nevertheless, it's a nice tool. Thanks also to MrStump.
MT-Pear 2020 年 9 月 22 日 上午 5:45 
Hi MrStump,

I've made a similar tool to yours, just to save Grid presents.
For that I used (mainly) your code and also the .png (just changed the name ^^).

Is it ok for you that I release it (for sure I'll mention you)?

BR MT-Pear
Temet-Nosce)================> 2020 年 8 月 23 日 下午 2:54 
Where is the name field?
MrStump  [作者] 2018 年 2 月 23 日 下午 8:51 
Not that I know of
maximo1984 2018 年 2 月 20 日 上午 12:56 
Is there a way to script changes in the preset LUT's?
maximo1984 2018 年 2 月 20 日 上午 12:56 
@MrStump - thanks , I was digging into the code a bit but looking in the wrong place, I'lll check there. Thanks for this cool little tool
Unreal Ed 2018 年 2 月 19 日 下午 11:20 
So you can't trigger an assetbundle's effects with scripting? I thought you might since they're tied to numbers
MrStump  [作者] 2018 年 2 月 19 日 下午 8:23 
@Ed, I would say the easiest way to do this would actually be to make a tool that records light settings and prints a table into the notes or notebook for your to copy/paste. Then it would be easy to add extra hooks into that table to trigger spotlights or other asset bundle effects.

Bit different from this tool, but doable. Then have a second tool you put those tables into and it spawns control buttons.
MrStump  [作者] 2018 年 2 月 19 日 下午 8:21 
@Max, I'd have to go through the code, but I believe I have a table (the one that onSave records) where each entry is a save preset. And I likely have a function to call on a re-set lighting based on its index number.

You can also dig out my light saving/loading code. Basically it just uses the command to get the lighting and save it in a table, then later load it. You could also just print them to notes and make tables to load on demand.
Unreal Ed 2018 年 2 月 19 日 下午 12:54 
Do you think it would be possible to hook up the Light Saver with HRY's spotlight asset bundle ? That way we could post a bunch of spotlights above the table and turn the on/off along with the general lighting to set the mood
maximo1984 2018 年 2 月 19 日 上午 6:46 
How would I go about calling saved presets on this tool from elsewhere?
maximo1984 2018 年 2 月 19 日 上午 6:06 
Oh I am trying to change to presets and save them, maybe that is the trouble
maximo1984 2018 年 2 月 19 日 上午 6:04 
Can't seem to get it to save. Do I change the lighting to how I want, enter name in name field, save, change lighting to something else, do same, then save mod / reload? It always just goes back to the last light setting for both saved presets
Unreal Ed 2017 年 7 月 23 日 上午 9:15 
Yea that works fine. I missed the variable part
MrStump  [作者] 2017 年 7 月 22 日 下午 9:07 
There's a "number of seconds" variable at the top of the code. People can make it take longer to fade or set it to 0 so it changes instantly =) I don't feel like they'd have to change the fade time while playing. If they DID want options, 2 versions of the tool, 1 with no fade and one with fade, would solve that, but again, not a problem I expect
Unreal Ed 2017 年 7 月 22 日 下午 8:28 
The fade is nice! But I bet some people would like it to not necessarily fade (not me for the record), so a button that changes color on the top part of the tool would be best
MrStump  [作者] 2017 年 7 月 22 日 下午 2:35 
Update to add a fade effect between lighting effects. Now it prints the lighting effect's name instead of a generic load message.
Unreal Ed 2017 年 7 月 21 日 下午 2:39 
It could be really cool if you could have a smooth transition between 2 saved lightings. Ideally, there'd be buttons to set how long the fade would take
Unreal Ed 2017 年 7 月 21 日 下午 2:35 
I think it could be really cool if you could tie a timer to an LUT and change its blending over time. You could do something like "taking a hit" and putting a red LUT that fades out after a little bit
MrStump  [作者] 2017 年 7 月 21 日 上午 7:14 
Best I can tell, there is no scripted access to LUTs right now.
Unreal Ed 2017 年 7 月 21 日 上午 5:29 
Does that include LUT changes?
darleth 2017 年 7 月 20 日 上午 3:38 
Thanks...