reepblue Posted September 28, 2023 Share Posted September 28, 2023 Over the weekend, I ran into an issue when trying to attach a few of my components. I recalled if there wasn't any modifiable value listed in the json file, the component wouldn't be saved into the map. I was trying to reproduce this tonight, but I now see that none of my components are being saved. As of writing, I'm thinking that this was disabled so you can figure out how Lua components should integrate with the editor. If so, take this post as a PSA that components are no longer attachable in editor. Hopefully this will be back in by this weekend.) I should be able to attach a file as long as a json file for that component exists. Right now, you need to have the following information. { "component": { "properties": [ ] } } Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted September 28, 2023 Share Posted September 28, 2023 fixed 1 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted September 29, 2023 Author Share Posted September 29, 2023 1 hour ago, Josh said: fixed While this works as it did before, the other issue I've mentioned still is present. If a component does not have any modifiable properties, it can be attached but doesn't get saved. Please make a json script with the contents below, add it to an entity, save the map and reload it. { "component": { "properties": [ ] } } Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Solution Josh Posted September 29, 2023 Solution Share Posted September 29, 2023 fixed 1 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
reepblue Posted September 29, 2023 Author Share Posted September 29, 2023 You're the best! hopefully It'll stay working. Cyclone - Ultra Game System - Component Preprocessor - Tex2TGA - Darkness Awaits Template (Leadwerks) If you like my work, consider supporting me on Patreon! Link to comment Share on other sites More sharing options...
Josh Posted September 29, 2023 Share Posted September 29, 2023 1 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts