Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Ta©ti Tac0Z

Members
  • Content Count

    143
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Ta©ti Tac0Z

  1. looks cool! i allways forget how EEPROMS and OS's works a bios seach for any filesystem that have the file /init.lua right?
  2. terms: the working directory: "the path that the shell is currently in (eg: if in the shell it says: "/home #" the working directory whould be "/home") file-root (root): "is the root foldire of the virtuel computers filesystem "/" if not chanched in the mods code. all you need to know is that root means "/" your program install/downloads the file on the working directory say for instane i am in "/home" when i start the program the files is going to be installed in that foldire then (eg "/home/0-41-0.mb3d") altho when you are deleteing the files you do not delete them from
  3. Hi, next time please post code inside: --code windows like this one witch makes it 10 times easyer to read (by useing the </> icon while also chanceing html to lua in the drop down menu when useing the </> button) for my convines (and for others am going to do this for you): local c = require("component") local computer = require("computer") local internet = require("internet") local fs = require("filesystem") local p = c.printer3d args = {...} link = "https://raw.githubusercontent.com/LordNocturnus/sf-" folder = "/master/" imax = 0 local TIMEOUT = 4 -- in seconds f
  4. sorry didn't mean to Resend that? Maybe it was in my School computers feet and send it some how
  5. 13 hours ago, noahthegame said:" (and yes You May not comment this Line please) well i did... omfg i... come on? what have i done to you exacly dude? all what i did was answering your qestion: yes you are late you just amitted you didn't read evrey thing and even said you didn't want nor plan two?! it ain't my problem you then comes along and try to help when the problem you answered is answered i may also add for the 3. time that mr. molinko is the sourse of the conflict i don't see the idea in more joining in. i amitted that my
  6. i think i made my self clear.... a guy all ready showed me a buffering api witch works and witch am useing, you didn't look back before you writen this did you? exacly... yeah... you are really late i susjecst you should have read the post up to this point before you writen your post
  7. I whould have tryed to save my position in this argument but that point is simply to good You are right (i gave up quteing at this time...) The thread was not related to any program when this thread was made i was still on the CC side of the community i did rellate it to a program later tho with the checker patten thing i made "it was a joke yes" he lied While thinking about hes math was crappy and forgot how many ticks Per secount minecraft haves. No qestions was asked after that, sens the man infront of him sems to be able to read hes mind. "..." the man lo
  8. It does but that doesn't mean that guy is allowed to shit on me also you was not a part of this argument and i don't Think You want to be. So please just stop. I get the point i don't know how to use forums in a productive manner. may i add that nobody as told me exacly what to do insted, the complain i made in the start of this thread was meant as a qestion more then anything becuse i knew that somebody whould currect me all what poeple have Said is that i complain to much, as far as i know this is in the programing tab not in The qestions tab technicly i chould say this just was a
  9. " Molinko and Luca_S reacted to this: -2" thanks m8, i whounder how many downvotes i need to be banned, i bet am going to find out
  10. the code is currenly 400lines long i there for don't want to post (and becuse even if it doesn't look like it i worked a lot for this project) it here the code is located on my private webserver i don't want to give the hole community what i worked hard on am going to send you the url as a personal message i hope you understand
  11. Shit Sorry bomb block Said he was one of you am Sorry up curse when You Said mod You meant modification not modutator am Sorry. When thats Said You are begging to get a bad resolut when You say: You are basicly saying: "p.s i know am a butthole live with it" i know my learning skills is about at the zero mark but starting out with and i qoute: Noah, sometimes, you're just wrong/"don't get it" is a great Way to not Being a Leading member i see You used the "deleted" efect on it now tho, how conviniend Also as a addisinal thing This is the assistance
  12. Thanks for reminding me You are in genural late if You looked on the recent post you'll see that my issues about the optimiazion as been adreest for long time ago Yes the problem now is that i can't fiqure out how to reset the singleton, am i allowed to ask how to reset it? Well am Sorry but You kindof are at the monument, and You are doing a bad job at hiddeing it. I fell like in the event that You fell like You should write that isn't it just Best to just stop there? it makes it even worse if You are bomb block from CC witch i have the idea that You are
  13. i'll make a screen recording tomorrow then i can show you the glicthy ness that comes after secout run
  14. you mean like this, right: gfxb.clear() gfxb.drawChanges(true) if so then that doesn't work still nothing is drawen secount run
  15. i tryed to do buffer.clear() but got a tryed to call a nil value EDIT: buffer.close() i meant
  16. i think i have found a bug in the that buffering api it works once but then i need to restart the computer for it to work again? do i need to close the buffer before my program ends or some thing?
  17. ok, then so i can see that buffer api thing have the standart gpu functions so i give the infomation to the buffer (eg buffer.set(2,2,0xff0000, 0, " ")) and the buffer api will only do a gpu.set opration when it has to limting unnessary gpu.set's? is that how that works?
  18. 0.04 sec but the hole idea is to being able to draw pixel per pixel you're looking in opencomputers source do you have any idea where OC gets the charector textures from? from unicode i know but is there some kind of unicode api or some thing?
  19. cm = require("component") term = require("term") term.clear() mx,my = cm.gpu.getResolution() gpu = cm.gpu i = -1 startTime = computer.uptime() --while true do for x = 1,mx do for y = 1,my do i = i + 1 if i == 0 then color = 0xff0000 elseif i == 1 then color = 0x00ff00 elseif i == 2 then color = 0x0000ff else color = 0xffff00 i = -1 end gpu.setBackground(color) gpu.set(x,y," ") end end gpu.setBackground(0) term.clear() time = (computer.uptime()-startTime) --print(os.time(), startTime)
  20. all that but the resolotion thing computercraft can do as well but thats off topic tho its true there is no RAM limit made by CC's code (CC have low resolution and 4bit color insted tho) also the only way i can think of that 320X200 images is posible is with costom charectors T2 means tier 2 right? well yeah it only outputs some values from memory hmmm you're sure about this? where is the source? a while back i tryed to make a image format but it ran so slowly so it was unuseable i guess my format was extremly unoptimized then, now i made a format i
  21. but if thats the case what is the defrence betwine the processors then? i tested it once and there was a defrence of the speed am really sad that OC (funny i said that about CC two hmmmm... at least CC only limits resolution and color) is doing so much to optimise servers the call limit makes it so am only allowed to call a screen command 4 times a sec even the 70/80's computers chould do 40 times that i know that whould breake a minecraft server at least have a singerplayer mode or some thing so i can breake my own computer then, if i chould i whold make my own perfect computer mod but e
  22. right... how lovely... ONLY ONE COMPONENT CALL PER TICK!!! JESUS duckING CRIST... that most be a joke, right?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.