- ComputerCraft | Programmable Computers for Minecraft
- → Ziriee's Content
Ziriee's Content
There have been 17 items by Ziriee (Search limited from 10-February 22)
#194444 OneOS Version 2 - The All in One Operating System
Posted by
Ziriee
on 25 September 2014 - 07:18 PM
in
Operating Systems
#192407 My [Sexy] Little File Storage Program
Posted by
Ziriee
on 27 August 2014 - 08:39 PM
in
Programs
You need to work on compacting your code, you can use tonumber(value) to convert to a number and you can use os.pullEvent("char") for your menu.
Also you don't need to write "if value==true" or "if value==false", you can use "if value" and "if not value"
#191987 OrangeOS v0.4
Posted by
Ziriee
on 23 August 2014 - 06:12 PM
in
Operating Systems
#191985 OrangeOS v0.4
Posted by
Ziriee
on 23 August 2014 - 06:10 PM
in
Operating Systems
This is my new one and only OS
Screenshots:




Features:
-Auto updater
-Automatically loads apis
-Blue Screen of Death
-App list
-App maker
Changelog:
VERSION 0.1
-Initial release
VERSION 0.11
-Auto-updater
-Dialogue boxes
VERSION 0.2
-Added my own loading bar API, logo
VERSION 0.3
-Improved changelog
-Added App list
VERSION 0.4
-Added App maker
pastebin run cYQF9usm
#191969 [OrangeOS] Weird function bug
Posted by
Ziriee
on 23 August 2014 - 03:18 PM
in
Ask a Pro
Bomb Bloke, on 23 August 2014 - 02:52 PM, said:
I can tell you that the "window" API is mostly called by the "term" API. If "window" is erroring, it's likely because you called a term function incorrectly.
I can also tell you that the "rough description" in that screenshot is wrong - an attempt to index nil doesn't mean that "part of a table doesn't exist" so much as it means "the object you're trying to treat as a table in the first place doesn't exist".
I am building the OS by myself, also even after using
os.loadAPI("data/api/bar")
This happens:
I found the problem, it was in the bar api itself
#184522 Multi-Level Cactus Farm
Posted by
Ziriee
on 18 June 2014 - 04:17 PM
in
Turtle Programs
function forwards()
while not turtle.forward() do
turtle.attack()
end
end
Example how to make the turtle not get stuck at mobs
#150663 Simulation Game Problems
Posted by
Ziriee
on 27 October 2013 - 08:38 AM
in
Ask a Pro
Ziriee, on 27 October 2013 - 08:26 AM, said:
Bomb Bloke, on 27 October 2013 - 03:37 AM, said:
It wants to write categoriesn[ i]["char"]. This value is set by whatever the third parameter you pass to the addCategory() function is, but when you're calling that function you're only passing two parameters: hence categoriesn[ i]["char"] is always set to nil and that write statement fails.
#150659 Simulation Game Problems
Posted by
Ziriee
on 27 October 2013 - 08:26 AM
in
Ask a Pro
Bomb Bloke, on 27 October 2013 - 03:37 AM, said:
It wants to write categoriesn[ i]["char"]. This value is set by whatever the third parameter you pass to the addCategory() function is, but when you're calling that function you're only passing two parameters: hence categoriesn[ i]["char"] is always set to nil and that write statement fails.
#150530 Simulation Game Problems
Posted by
Ziriee
on 26 October 2013 - 11:21 AM
in
Ask a Pro
sens, on 26 October 2013 - 10:37 AM, said:
- ComputerCraft | Programmable Computers for Minecraft
- → Ziriee's Content



