Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should I do? #2

Open
dirthsj opened this issue Nov 20, 2014 · 6 comments
Open

What should I do? #2

dirthsj opened this issue Nov 20, 2014 · 6 comments

Comments

@dirthsj
Copy link
Contributor

dirthsj commented Nov 20, 2014

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

@lewisakura
Copy link

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
Copy link
Contributor Author

dirthsj commented Nov 21, 2014

Ah, so you want a graphical api?

@lewisakura
Copy link

yeah

@lewisakura
Copy link

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

@dirthsj
Copy link
Contributor Author

dirthsj commented Nov 21, 2014

@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
Copy link

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.

@dirthsj dirthsj removed their assignment Apr 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants