Search found 27 matches
- Sat Nov 30, 2024 13:01
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Strange, when I last looked into it, it wasn't a thing? Or maybe I wasn't paying attention
- Sat Nov 30, 2024 12:58
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 11283
- Views: 2302470
Re: Post your screenshots!
You mean the statue? No, it's not me, it' Wyvern. It is possibly a scan, dates back 2012-2013. The lighting is by modr3t7gw wrote: ↑Wed Aug 07, 2024 12:52Wow! Great work! Did you do this yourself? How long did it take you?SingleDigitIq wrote: ↑Mon Jul 22, 2024 17:38Something you can do with Cozy Lights mod:
120 not enough_fix_edges.jpg
- Fri Nov 29, 2024 16:24
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
I am currently busy with working on something I'd call amazing but in C++. I will be back to Cozy Lights soon. If only LuaJIT wouldn't lack bit operations. Bit operations probably should be fast even in a JIT, and if they wont be fast, then they would at least eliminate the need for some unique type...
- Wed Jul 31, 2024 02:07
- Forum: WIP Mods
- Topic: Buildable Vehicles
- Replies: 15
- Views: 2968
Re: Buildable Vehicles
Yes, sure, as many as you would want, that isn't a challenge, I am currently however busy with porting Cozy Lights to Minecraft. On the forum, or for the matter in the community at all, I am not actually allowed to accurately explain the reasoning behind why I don't just make them already.
- Tue Jul 30, 2024 06:21
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Update 0.2.8: fixed bug with not all lights working in on_generated added /uncozymode and /cozymode commands /uncozymode command was requested by aPercy, it clears all cozy lights around all players in a specified radius, so you dont have to call /zcl 120 many times if you want to clear lights in a ...
- Fri Jul 26, 2024 18:07
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Update 0.2.7:
- added schematic support, which fixes many issues with other games and mods
- expanded list of games confirmed to be working with Cozy Lights
- on_generated() performance stability
- Thu Jul 25, 2024 14:47
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Update 0.2.6: - fixed bug that computes light around an attempt of placing a node instead of actually constructed node - massively sped up generation of mapchunks with many light sources for example caverealms, it's okayish for survival now - excluded nodecore lava for now - excluded light sources w...
- Wed Jul 24, 2024 19:04
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Update 0.2.4: better performance for some cases of light auto rebuild fixed the fix: /fixedges actually works now, even though accuracy of the algorithm is not that good yet fixed /fixedges and /rebuildlights crash because of radius being too big behavior of /fixedges and /rebuildlights is now consi...
- Tue Jul 23, 2024 22:05
- Forum: WIP Mods
- Topic: Buildable Vehicles
- Replies: 15
- Views: 2968
Re: Buildable Vehicles
I am currently still busy with cozy lights, so this is not yet open source. It will be after it's somewhat ready for that
- Mon Jul 22, 2024 17:58
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
with fixed edges and somewhat different light setup it looks like this now:
so still not quite perfectly accurate- Mon Jul 22, 2024 17:38
- Forum: General Discussion
- Topic: Post your screenshots!
- Replies: 11283
- Views: 2302470
Re: Post your screenshots!
Something you can do with Cozy Lights mod:
- Mon Jul 22, 2024 16:37
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Radius of 120 is definitely not enough for a light looking like that, need much bigger radius to balance distribution of more shades and make it believably brighter. I will make sure it works with at least radius of 500, maybe more, depends. Also notice some inconsistency for elbow, it's still like ...
- Mon Jul 22, 2024 03:33
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Update 0.2.3: - some dependencies are optional - autorebuild is not so basic anymore and now massively faster for multiple small and medium sized lights and there still room to squeeze more - readded on_generated, which means naturally occuring lights will be cozy automatically as you go, see cozy e...
- Sun Jul 21, 2024 16:54
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Wow. Bravo. This is truly impressive. Thank you, there is still quite a bit of room for improvement even here, some of it is far from fast by my standards. Please leave a positive review on contentdb if you like it :> Btw, updates: 0.2.1: - added erase mode for light brush - added /cozyadjust comma...
- Fri Jul 19, 2024 17:21
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Update: added 4 additional modes for light brush reenabled light brush mouse hold limited light brush mouse hold radius to 30 increased light brush range to 100 removed stale textures added tooltips to light brush GUI readme clarity light brush radius tooltip.jpg light brush modes tooltip.jpg Oh by ...
- Thu Jul 18, 2024 02:53
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Sec, looking into it :> Wait, it seems like it just creates a schematic? Then it should work, absolutely. It will save voxel light map as nodes the same way, so the question is, if those nodes are known to the world(i.e. if cozylights are being used in the world where that part of the map is being i...
- Thu Jul 18, 2024 00:50
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
- Thu Jul 18, 2024 00:46
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
- Thu Jul 18, 2024 00:40
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
dim lights look so meta now
- Thu Jul 18, 2024 00:35
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
- Thu Jul 18, 2024 00:32
- Forum: WIP Mods
- Topic: Buildable Vehicles
- Replies: 15
- Views: 2968
Re: Buildable Vehicles
I am back and will continue, even though I still don't like how the engine ruins anything multiplayer
- Thu Jul 18, 2024 00:29
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
- Thu Jul 18, 2024 00:26
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Age Of Mending, just look at the trees:
- Thu Jul 18, 2024 00:22
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580
Re: Cozy Lights - Voxel light maps
Most boring stone caves now have depth and not as boring to look at:
- Thu Jul 18, 2024 00:16
- Forum: WIP Mods
- Topic: Cozy Lights - Voxel light maps
- Replies: 26
- Views: 2580