Jump to content

Patric20878

Members
  • Posts

    15
  • Joined

Reputation Activity

  1. Upvote
    Patric20878 got a reaction from JacobDaGun in Looking for Tekkit Classic specialists/experts   
    So after unsuccessfully searching over 20 large servers trying to find TC players with similar knowledge and designing skills as me, I've given up that approach to find players. I'm looking for people who are extremely knowledgeable in TC, either in general, or specializing in one or few mods, with a preference on IC2, RedPower, and Computercraft. I hope to share and compare some the ideas and designs I've made, including frame gunships, factories, and many other kinds of military tech, with someone of equal caliber so I may be able to add to my perspective and improve my skills, as well as possibly co-op designing a large-scale adventure or challenge map with someone. (Tactical gunship warfare map?)

    For instance, if the topic was on factories, I'm looking for those who not only can get them to work, but also design them extremely efficiently and compactly, and pay lots of attention to detail while at it. Perfection should be the goal. To me, if the design can be improved, it ain't good enough. I've been searching for people who have the same sense of perfectionism as I do with designing, but have found none thus so far.

    If you feel that you have the know-how, please describe your skills and areas of strength below, and we'll communicate further by Skype/Hamachi, where I'll then test your skills on my private Hamachi server. I hope I can find talented people here; it's getting stale explaining to people how simple things like reactors work, and I so wish I had a designing team to make great Tekkit Classic projects with.

    Oh and additionally, ask me whatever TC questions you may have. Provided it's in my areas of expertise and it isn't a "just Google it!" type question, I'll do my best to answer whatever obscure questions you can't find the answer to. Thanks for reading.
  2. Upvote
    Patric20878 got a reaction from denni000 in Computercraft is mysterious   
    ^What? That "fix" is totally off.
     
    There are several things wrong with that code. When you want multiple if's like that, you need to use the if-elseif structure, otherwise you need to end each if statement. Second, you may not use the word "local" as a variable name, as that name is reserved. Third, "=" assigns value, while "==" compares values. And then there's just syntax errors everywhere. If you want to get your programs to work, you're going to have to type a lot better than that, and at least read some programming tutorials online.
     
    Here's a fix.
    write("Please enter which floor you want to visit: ") local eingabe = read() if eingabe == "1" then   redstone.setOutput("left", true)   sleep(3)   os.shutdown() elseif eingabe == "2" then   redstone.setOutput("right", true)   sleep(3)   os.shutdown() end
  3. Upvote
    Patric20878 got a reaction from rcmaehl in Computercraft is mysterious   
    Well, intentions aside, it's fixed, so that's that.
  4. Upvote
    Patric20878 got a reaction from Unehydrodyday in Looking for Tekkit Classic specialists/experts   
    So after unsuccessfully searching over 20 large servers trying to find TC players with similar knowledge and designing skills as me, I've given up that approach to find players. I'm looking for people who are extremely knowledgeable in TC, either in general, or specializing in one or few mods, with a preference on IC2, RedPower, and Computercraft. I hope to share and compare some the ideas and designs I've made, including frame gunships, factories, and many other kinds of military tech, with someone of equal caliber so I may be able to add to my perspective and improve my skills, as well as possibly co-op designing a large-scale adventure or challenge map with someone. (Tactical gunship warfare map?)

    For instance, if the topic was on factories, I'm looking for those who not only can get them to work, but also design them extremely efficiently and compactly, and pay lots of attention to detail while at it. Perfection should be the goal. To me, if the design can be improved, it ain't good enough. I've been searching for people who have the same sense of perfectionism as I do with designing, but have found none thus so far.

    If you feel that you have the know-how, please describe your skills and areas of strength below, and we'll communicate further by Skype/Hamachi, where I'll then test your skills on my private Hamachi server. I hope I can find talented people here; it's getting stale explaining to people how simple things like reactors work, and I so wish I had a designing team to make great Tekkit Classic projects with.

    Oh and additionally, ask me whatever TC questions you may have. Provided it's in my areas of expertise and it isn't a "just Google it!" type question, I'll do my best to answer whatever obscure questions you can't find the answer to. Thanks for reading.
×
×
  • Create New...