\n\n
This week I’ve been working on an overhaul of Logic World’s modding system. Up until now, mods contained C# code that had previously been compiled into a DLL file. However, this means that our cloud system would have to compile mods when the user uploaded them, putting quite a bit of strain on our servers. In the new system I’m working on, mods will now instead contain the code in .csx files, which are C# script files.
\n\nWhen the client/server loads a mod, it will now automatically compile the mod’s raw source code in-memory and run it, removing the need for any DLL files. All Logic World mods are now distributed as source code; it’s impossible to hide malicious things in mod code, and it’s a built-in feature that you can easily modify and learn from the source code of mods you download.
\n\nMods will now also be able to contain LogicScript files (.lsx) to use when defining logic components. I talked about this more in last week’s Wednesday.
\n\nThis week I’ve added a highly requested component to Logic World: Oracles, which generate a random value when powered.
\n\nI struggled for a while with whether to add these or not. It is possible, and very interesting, to build circuits which generate pseudorandom numbers. I worried that adding a component to generate random values would take away the need for that. I worried that fun and interesting gameplay would be eliminated.
\n\nUltimately, however, I’ve decided that Oracles open more doors than they close. Besides, pseudorandom circuitry isn’t 100% obsolete; you still need it if you want your sequence of random values to be deterministic.
\n\nBobby, Logic World’s beloved protagonist and mascot, will turn one year old this Friday, April 10th. As we mentioned a few weeks ago, the lovely and talented @Red_3D is working on a celebratory short film to mark the occasion.
\n\nSo, get excited for that, friends! Join us in the Logic World Discord this Friday to celebrate Bobby’s birthday and to watch the premier of the film.
\n\nWe’ll keep releasing these weekly updates right up until the game comes out. To make sure you don’t miss them, you can sign up for our newsletter. Be sure also to wishlist Logic World on Steam and join the official Discord.
\n\nSee you next Wednesday!
\n\n\n","uglytitle":"logic-world-wednesdays-the-mystic-edition","thumbnail":"/img/18fc977e15eaf8.jpg"}},"error":null},"3767670731":{"data":{"comments":[{"id":"cmt-000f03ba","parentid":"cmt-000f03b9","objectid":"pst-000f0086","authorid":1,"createdat":1586422837,"editedat":0,"renderedbody":"Une référence malade, mon frère. Mec, tes références sont hors de contrôle, tout le monde sait ça.
\n","body":"Une référence malade, mon frère. Mec, tes références sont hors de contrôle, tout le monde sait ça.","author":{"username":"Jimmy","picture":"396e9365933e70deb8cf","flair":"developer"},"rating":{"score":3,"likedBy":[1,19,50]}},{"id":"cmt-000f03b9","parentid":"","objectid":"pst-000f0086","authorid":19,"createdat":1586416518,"editedat":0,"renderedbody":"Ceci n’est pas un comment
\n","body":"Ceci n'est pas un comment","author":{"username":"Stenodyon","picture":"141e3a1279538791935b","flair":""},"rating":{"score":2,"likedBy":[1,19]}},{"id":"cmt-000f03b8","parentid":"","objectid":"pst-000f0086","authorid":70,"createdat":1586410314,"editedat":0,"renderedbody":"comment
\n","body":"comment","author":{"username":"Nerd","picture":"old-pfp/70","flair":""},"rating":{"score":2,"likedBy":[19,70]}},{"id":"cmt-000f03b7","parentid":"cmt-000f03b6","objectid":"pst-000f0086","authorid":1,"createdat":1586403291,"editedat":0,"renderedbody":"Glad you approve :) I look forward to seeing your mod modulation mods
\n","body":"Glad you approve :) I look forward to seeing your mod modulation mods","author":{"username":"Jimmy","picture":"396e9365933e70deb8cf","flair":"developer"},"rating":{"score":2,"likedBy":[1,19]}},{"id":"cmt-000f03b6","parentid":"","objectid":"pst-000f0086","authorid":17,"createdat":1586402325,"editedat":0,"renderedbody":"I was in the discord voice chat when Jimmy was talking more about how Pipe found a way to compile mods when the game starts, and it’s such a cool feature….. so happy you guys got it working. I really look forward to modding mods so that my modded mods will mod moddable components, perhaps adding modulation! Who knows, it’ll be epic tho
\n","body":"I was in the discord voice chat when Jimmy was talking more about how Pipe found a way to compile mods when the game starts, and it's such a cool feature..... so happy you guys got it working. I really look forward to modding mods so that my modded mods will mod moddable components, perhaps adding modulation! Who knows, it'll be epic tho","author":{"username":"Vykori","picture":"old-pfp/17","flair":""},"rating":{"score":3,"likedBy":[1,17,19]}},{"id":"cmt-000f03b5","parentid":"","objectid":"pst-000f0086","authorid":17,"createdat":1586401772,"editedat":0,"renderedbody":"comment
\n","body":"comment","author":{"username":"Vykori","picture":"old-pfp/17","flair":""},"rating":{"score":4,"likedBy":[1,17,19,137]}},{"id":"cmt-000f03b4","parentid":"cmt-000f03b1","objectid":"pst-000f0086","authorid":3,"createdat":1586399589,"editedat":0,"renderedbody":"me too thanks
\n","body":"me too thanks","author":{"username":"MouseHatGames","picture":"old-pfp/3","flair":"developer"},"rating":{"score":5,"likedBy":[1,2,3,17,19]}},{"id":"cmt-000f03b3","parentid":"","objectid":"pst-000f0086","authorid":137,"createdat":1586399378,"editedat":0,"renderedbody":"comment
\n","body":"comment","author":{"username":"Red_3D","picture":"e7e8781f9d7aed40c009","flair":""},"rating":{"score":5,"likedBy":[1,3,17,19,137]}},{"id":"cmt-000f03b2","parentid":"","objectid":"pst-000f0086","authorid":18,"createdat":1586398711,"editedat":0,"renderedbody":"comment
\n","body":"comment","author":{"username":"ForLoveOfCats","picture":"old-pfp/18","flair":""},"rating":{"score":7,"likedBy":[1,3,17,18,19,70,137]}},{"id":"cmt-000f03b1","parentid":"","objectid":"pst-000f0086","authorid":31,"createdat":1586398707,"editedat":0,"renderedbody":"comment
\n","body":"comment","author":{"username":"ThatEpicBanana","picture":"old-pfp/31","flair":""},"rating":{"score":8,"likedBy":[1,2,3,17,19,31,70,137]}}]},"error":null}}Happy Wednesday everyone! This week I’m glad to share a sample of my piece called ‘A New Pursuit’. It is somewhat of a departure from the musical style that I’ve adhered to over the past few weeks but it still maintains a few key musical elements that unify each piece. I hope you enjoy this piece as much as I did making it.
Last week I made the world grid extend into the horizon. The astute reader will notice that I also changed the world grid from a checkerboard pattern to a solid color. I did this to hide some visual artifacts that were newly noticeable with the extended horizon.
The cause of these artifacts is somewhat complex, and has to do with how computer screens are made of a finite number of pixels. When the renderer looks at the grid, it has to decide what color each pixel is. With the colored grid, the color of a pixel can be one of the two grid colors. The problems arise when grid cells are very distant, and so appear small on the screen – smaller than a pixel. When a pixel encompasses multiple cells of different colors, it only samples the color of one cell; thus, information about how the grid is supposed to look is lost and distorted.
The solution is to slowly bleed the colors of the cells into each other over distance. The smaller a cell appears on-screen, the less you render it as its appropriate color; gradually, you transition from two binary colors to a single color which is the average of the two.
This week I implemented this solution, and checkerboard worlds now look good from all angles!
This week I’ve been working on an overhaul of Logic World’s modding system. Up until now, mods contained C# code that had previously been compiled into a DLL file. However, this means that our cloud system would have to compile mods when the user uploaded them, putting quite a bit of strain on our servers. In the new system I’m working on, mods will now instead contain the code in .csx files, which are C# script files.
When the client/server loads a mod, it will now automatically compile the mod’s raw source code in-memory and run it, removing the need for any DLL files. All Logic World mods are now distributed as source code; it’s impossible to hide malicious things in mod code, and it’s a built-in feature that you can easily modify and learn from the source code of mods you download.
Mods will now also be able to contain LogicScript files (.lsx) to use when defining logic components. I talked about this more in last week’s Wednesday.
This week I’ve added a highly requested component to Logic World: Oracles, which generate a random value when powered.
I struggled for a while with whether to add these or not. It is possible, and very interesting, to build circuits which generate pseudorandom numbers. I worried that adding a component to generate random values would take away the need for that. I worried that fun and interesting gameplay would be eliminated.
Ultimately, however, I’ve decided that Oracles open more doors than they close. Besides, pseudorandom circuitry isn’t 100% obsolete; you still need it if you want your sequence of random values to be deterministic.
Bobby, Logic World’s beloved protagonist and mascot, will turn one year old this Friday, April 10th. As we mentioned a few weeks ago, the lovely and talented @Red_3D is working on a celebratory short film to mark the occasion.
So, get excited for that, friends! Join us in the Logic World Discord this Friday to celebrate Bobby’s birthday and to watch the premier of the film.
We’ll keep releasing these weekly updates right up until the game comes out. To make sure you don’t miss them, you can sign up for our newsletter. Be sure also to wishlist Logic World on Steam and join the official Discord.
See you next Wednesday!
comment
I was in the discord voice chat when Jimmy was talking more about how Pipe found a way to compile mods when the game starts, and it’s such a cool feature….. so happy you guys got it working. I really look forward to modding mods so that my modded mods will mod moddable components, perhaps adding modulation! Who knows, it’ll be epic tho
Glad you approve :) I look forward to seeing your mod modulation mods
comment
comment
comment
comment
me too thanks
Ceci n’est pas un comment
Une référence malade, mon frère. Mec, tes références sont hors de contrôle, tout le monde sait ça.