corryalpha Posted April 16, 2020 Share Posted April 16, 2020 I wrote this in VB, and it makes making the file (modinfo.lua) much easier. If you have any bugs or suggestions, please let me know. DST Modinfo Creator.zip Link to comment https://forums.kleientertainment.com/forums/topic/117358-i-made-a-tool-to-create-modinfo-files-easier/ Share on other sites More sharing options...
corryalpha Posted April 17, 2020 Author Share Posted April 17, 2020 bump Link to comment https://forums.kleientertainment.com/forums/topic/117358-i-made-a-tool-to-create-modinfo-files-easier/#findComment-1325268 Share on other sites More sharing options...
Ultroman Posted April 17, 2020 Share Posted April 17, 2020 (edited) Great for when you're starting a new mod, but since it doesn't support adding configuration options it's only great for creating the initial file. Don't code that you can make variables, though (IMO, but do whatever you want :P). It'll take a long time and it's more flexible to do it manually in a text editor. It's just Lua code, after all, so you can do a bunch of tricks. Also, since I personally already have a bunch of mods, it's really easy for me to just copy a modinfo.lua from one of my other mods, and have to change less variables than I would if I used this program to do create one from scratch. Whatever the case, you learned something from making it Edited April 17, 2020 by Ultroman Link to comment https://forums.kleientertainment.com/forums/topic/117358-i-made-a-tool-to-create-modinfo-files-easier/#findComment-1325300 Share on other sites More sharing options...
corryalpha Posted April 17, 2020 Author Share Posted April 17, 2020 2 hours ago, Ultroman said: Great for when you're starting a new mod, but since it doesn't support adding configuration options it's only great for creating the initial file. Don't code that you can make variables, though (IMO, but do whatever you want :P). It'll take a long time and it's more flexible to do it manually in a text editor. It's just Lua code, after all, so you can do a bunch of tricks. Also, since I personally already have a bunch of mods, it's really easy for me to just copy a modinfo.lua from one of my other mods, and have to change less variables than I would if I used this program to do create one from scratch. Whatever the case, you learned something from making it I just started making mods in DST and i don't know what configuration options is. but yes, it works for creating the initial file. Link to comment https://forums.kleientertainment.com/forums/topic/117358-i-made-a-tool-to-create-modinfo-files-easier/#findComment-1325356 Share on other sites More sharing options...
Ultroman Posted April 18, 2020 Share Posted April 18, 2020 Look at this modinfo file. It contains a configuration options collection, which allows the mod author to display a set of options for users to adjust the mod. modinfo.lua Link to comment https://forums.kleientertainment.com/forums/topic/117358-i-made-a-tool-to-create-modinfo-files-easier/#findComment-1325515 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now