FrostOS-Team / FrostOS

The Home Of Our New OS
GNU General Public License v2.0
3 stars 2 forks source link

What should I do? #2

Open dirthsj opened 9 years ago

dirthsj commented 9 years ago

If you have a specific program you would like me to work on, please leave a comment here.

lewisakura commented 9 years ago

Why not create an api that runs on boot? The api might include functions that manipulate the screen or the OS. I need one that creates the system files and edits them. It'll download the template for the system files and then it can edit them to the person that is running the OS's liking.

dirthsj commented 9 years ago

Ah, so you want a graphical api?

lewisakura commented 9 years ago

yeah

lewisakura commented 9 years ago

i've just made a logger api. can you check if its ok?

dirthsj commented 9 years ago

@lewislovesgames the logger api should work, except in much earlier versions of computercraft. If you want compatability with these older version, change fs.open like this

fs.open( file, fs.exists( file ) and 'a' or 'w' )
lewisakura commented 9 years ago

This OS shouldn't be ran on versions 1.5 or under of CC. I'll state that in the forum post when I release it that the OS is ComputerCraft 1.6 or higher.