188 posts
Location
Germany
Posted 07 November 2016 - 07:09 PM
With toll you can simpel change all Settings on your computer with the settings API. Just look at the picture. It doesent need more words.
wget https://raw.githubusercontent.com/Wilma456/Computercraft/master/settingsmanager.lua settingsmanager
Or through packman:
packman install settingsmanager
2427 posts
Location
UK
Posted 07 November 2016 - 07:28 PM
values can be strings and numbers, how does your program handle those?
463 posts
Location
Star Wars
Posted 07 November 2016 - 09:53 PM
I would perfer also a colored GUI. (You hvae to check compatibility with term.isColor)
188 posts
Location
Germany
Posted 10 November 2016 - 06:59 PM
values can be strings and numbers, how does your program handle those?
This only show the settings of CraftOS and they are only boolean.
I would perfer also a colored GUI. (You hvae to check compatibility with term.isColor)
Maybe I will make this.