Jump to content


Wolvan's Content

There have been 375 items by Wolvan (Search limited from 10-February 22)


By content type

See this member's


Sort by                Order  

#29837 [API] [OS] Windows-Style Computers! (update)

Posted by Wolvan on 04 September 2012 - 07:02 PM in APIs and Utilities

Und du sagst immernoch lua als sprache? Dann sollte es mir eigentlich möglich sein so was zu schreiben. Ich hab zwar noch nicht wirklich mit coroutines gearbeitet aber das würde ich schon lernen



#29014 Menu, Scrollable!

Posted by Wolvan on 01 September 2012 - 01:37 PM in APIs and Utilities

I managed to add table functionality! Now you can either give a table as 3rd parameter or you just give strings as 3+ Parameter like you would normally do.
Just change:
local MenuStuff = {...}
  local first = table.remove(MenuStuff, 1)
  local second = table.remove(MenuStuff, 1)
  local Scrolled = 1
  local DownDown = 0
to
local Parameters = {...}
  local MenuStuff = nil
  local first = Parameters[1]
  local second = Parameters[2]
  if type(Parameters[3]) == string or type(Parameters[3]) == "string" then
    local temptable = Parameters
    table.remove(temptable, 1)
    table.remove(temptable, 1)
    MenuStuff = temptable
  else
    MenuStuff = Parameters[3]
  end


I also created a 2nd function which returns the selected index by changing
return MenuStuff[Scrolled]
to
return Scrolled



#28997 [API] [OS] Windows-Style Computers! (update)

Posted by Wolvan on 01 September 2012 - 12:22 PM in APIs and Utilities

Wäre froh wenn ich helfen könnte



#28993 Menu, Scrollable!

Posted by Wolvan on 01 September 2012 - 12:08 PM in APIs and Utilities

OMG You're a genious! I always did the menus myself in a complicated way :l
Is there maybe a way so it returns the chosen ID? I will make it myself it was just an idea what you can add



#28990 [1.31] Redstone-Event Extension

Posted by Wolvan on 01 September 2012 - 11:48 AM in APIs and Utilities

Am I allowed to add this in one of my APIs maybe and giving credit?



#28989 RedVar

Posted by Wolvan on 01 September 2012 - 11:43 AM in APIs and Utilities

View Posttomass1996, on 01 September 2012 - 11:07 AM, said:

Yeah do whatever, :)/>
Thank you really much *.*



#28985 LyqydNet Rednet API

Posted by Wolvan on 01 September 2012 - 11:07 AM in APIs and Utilities

Am I allowed to add this to my rednet API by giving full credit?



#28982 RedVar

Posted by Wolvan on 01 September 2012 - 10:53 AM in APIs and Utilities

I wanted to ask... may I am allowed to add this functions into my advanced rednet api? with giving full credit of course



#28980 Please delete.

Posted by Wolvan on 01 September 2012 - 10:37 AM in Programs

If you want you can add my APIs



#18584 [MC 1.4.6/1.4.7][CC 1.48/1.481][SP/MP]Operator Panel is back(need bukkit porter)

Posted by Wolvan on 10 July 2012 - 10:22 AM in Peripherals and Turtle Upgrades

@Mr909 I think you can already give/take experience for example. There is a server command you can use for that. just use OP-Panels executeCommand function



#18583 Buildcraft controls programs

Posted by Wolvan on 10 July 2012 - 10:11 AM in Programs

View Postnagojolokio, on 08 July 2012 - 02:55 AM, said:

on the last pic, what are those nodes next to the tanks that the wires connect to?
I think you mean the Buildcraft 3.x Gates. They can read for example inventories of tanks and chests



#18227 1lann's Rescue Disk/Antivirus (v0.5)

Posted by Wolvan on 07 July 2012 - 02:40 PM in Programs

No I was just curious how this system works. Really interesting if I say so myself. It covers most of the viruses you can do with CC



#18199 [Tekkit] The Plague Corporation

Posted by Wolvan on 07 July 2012 - 10:59 AM in Media

It is kinda easy to blog disk drives if you know how to
The sides have different priorities as far as I know. Just put a disk in the a drive of the highest prioritie, copy your startup scripts on the disk/Make a startup on the disk that launches the startup on the PC and you are good to go



#18198 1lann's Rescue Disk/Antivirus (v0.5)

Posted by Wolvan on 07 July 2012 - 10:36 AM in Programs

How exactly does it identify Viruses? Does it just search for OS.shutdown and stuff or does it check a complete program if it is the same as an entry in the database?



#17680 Large Clock Display Help Required

Posted by Wolvan on 04 July 2012 - 02:45 PM in Ask a Pro

You want to make a bigger font? Try
screen = peripheral.wrap(side)
screen.setTextScale(size from 1 - 5)

and to center it:
fw, fh = term.getSize()
width = fh / 2
height = fh / 2

term.setCursorPos(width - 2, height)
print(os.time())



#17678 I need help programming.

Posted by Wolvan on 04 July 2012 - 02:36 PM in General

Couldn't you use the GPS API for this? I never used it but it's and idea if someone can use it right



#17676 sencenter - Overview of your sensors! (uses ccSensors)

Posted by Wolvan on 04 July 2012 - 02:34 PM in Programs

fix for log huh? why not try do the following:
1.) create a lof file called example_1.log
2.) write the number 2 in the settings
3.) restart the program and read the number 2
4.) create a log file example_2.log
5.) Write 3 in the settings file and so on



#17507 Creating my first GUI/OS

Posted by Wolvan on 02 July 2012 - 12:51 PM in Ask a Pro

View PostKlausar, on 02 July 2012 - 12:08 PM, said:

Thank you very much for your help. How do I list only some programs?
You have to either write all listed programs in the program yourself or you use an if-clause
if tFiles == "[The file not to show" or tFiles == "..." then
else
print(tFiles[n])
end



#17506 The Internet Pack - Featuring the future of networking [Firewall added!]

Posted by Wolvan on 02 July 2012 - 12:41 PM in Programs

I have an idea how to create HTTP and FTP Servers/Clients. I wrote an API that has functions to send/receive whole files. People could create Servers that host such files, download them and then the Computer shows these files to the users



#17406 Peripheral methods program (PMp) now works with cables

Posted by Wolvan on 01 July 2012 - 02:14 PM in APIs and Utilities

good work



#17405 [Tekkit] The Plague Corporation

Posted by Wolvan on 01 July 2012 - 02:00 PM in Media

Wow I love it! I would look to look at it in reality if you know what I mean



#17403 [cc-get][API][Turtle][Computer][1.3+]Wolvan's Programs [Count: 7]

Posted by Wolvan on 01 July 2012 - 01:54 PM in Programs

I AM FINALLY BACK AGAIN GUYS!
And to celebrate I just published my new Program MediaBox



#17111 Im looking for help:P

Posted by Wolvan on 28 June 2012 - 07:13 PM in Ask a Pro

I help if you want



#17070 help please

Posted by Wolvan on 28 June 2012 - 01:34 PM in Programs

Send me the server rules per PM and how exactly it should work and I will program it...



#10088 [INACTIVE] [V0.1 PR_2] LolOS

Posted by Wolvan on 21 April 2012 - 08:10 PM in Programs

View Postthesbros, on 21 April 2012 - 07:01 PM, said:

I know Wolvan made one, but it was kinda hard to see:

Damn, forum messes up the format of it.
The dots weren't planned. I just used them so that the forum dosn't mess it up. It should have been spaces