-
Posts
1810 -
Joined
-
Last visited
Everything posted by Teraku
-
Why couldn't you start over in servers? Just walk away from your base with an empty inventory and start over. I really don't see the difference in "beating the game" within 12 hours or 20 hours. And you can't really "beat" the game. Very often my friends tell me "Yeah, I build a base, gather all of the shit and then I get bored". But there's lots of things you can do. You can make a huge fortress with security systems, make a town, make a huge-ass storage filled to the brim, you name it.
-
CraftOs1.3 Root Error? (Programs wont work) "Own Server"
Teraku replied to NLBlackEagle's topic in Tekkit Lite Discussion
I thought turtles and PC's never reset unless you broke them? -
Why start over every 12 hours and miss half the fun when you could simply not get a duplicator? I mean, sure. It's your choice what you do with your modpack. But I wouldn't play that.
-
Although I still do find Mass Fabricators OP. Or at least, being able to craft Tin, Copper and Iron out of UU-Matter. HV Arrays and UU-Matter into Iron quickly creates an EE2-effect loop, which is thankfully easily disabled by removing the UU-Matter Recipe for Iron. You also need to either disable these recipes for Tin and Copper, or disallow crafting small iron piles from tin and copper dusts.
-
CraftOs1.3 Root Error? (Programs wont work) "Own Server"
Teraku replied to NLBlackEagle's topic in Tekkit Lite Discussion
I just explained how to copy a floppy's contents. ... -
In which mod "Detector Cable" is and how to disable it?
Teraku replied to DoctorSLO's topic in Server Op Swap Shop
It's a part of IndustrialCraft². Go into IC2's config and disable it. -
So basically, play 12 hours and then go Creative? Doesn't sound like a lot of fun to me. Seriously, you made your point, stop spamming it everywhere.
-
Mine more on Layer 25-50. Preferably Layer 40, because IIRC, Copper also spawns there.
-
I do know that I've found it while mining at Y=13.6 (Eye level). I'm not sure how deeply it spawns, but you just need to mine.
-
Yeah, I'm probably just going to spawn 2 cows with some spawn eggs in my server. I guess I'll incinerate 18 UU-Matter to "make up for it", even though I would normally never do that.
-
Smart Moving in Tekkit Lite (ServerSide And ClientSide)
Teraku replied to Pr0sAndCon5's topic in Tekkit Lite Discussion
Simply download the serverside player API and install it into the server, and then install smart moving into the server. Done. -
Wait, they finally changed how you find symbols? Awesome. No more making new worlds until you hit the lotto. Although I am not exactly happy with Mojang's decision to make books cost leather. Where in the world am I going to get leather? The only way to get leather is cows, and there are literally none in my world because the wolves killed them all.
-
Why is Equivalent Exchange 3 even in this modpack?
Teraku replied to Logan Rusling's topic in Tekkit Lite Discussion
That's just as stupid as when you would've said "Fists are OP because they can break everything". Seriously. At least the Turtle doesn't allow you to pull stuff out of your ass. It has to actually mine, it actually uses up the world's resources. And it takes a lot of programming to make it work right, and costs a ton of fuel. At that rate, you're better off mining yourself with a pickaxe. -
EE2 is old. Seriously. The creator is no longer updating it because that would take too much precious time, and then he wouldn't be able to make EE3 at any reasonable speed. Go port EE2 yourself if it was "so easy". Because trust me, it's not 1 or 2 lines. It's a huge amount of work. If they left it "functionally intact", Minecraft would not even start. Now please stop being thick.
-
CraftOs1.3 Root Error? (Programs wont work) "Own Server"
Teraku replied to NLBlackEagle's topic in Tekkit Lite Discussion
To copy the startup file to a floppy disk, simply type "copy startup disk". To copy the startup file from a floppy disk to the computer, type "copy disk/startup //". I'm not sure, but that should work. And Logging out and in shouldn't reset your floppies, you probably made a mistake. -
Is there a Wool Clothing plugin for Tekkit Lite?
Teraku replied to GimmeCookie's topic in Tekkit Lite Discussion
No. You'll either have to find or make a mod which does the same, or stay on Tekkit Classic 1.1. -
It's not really OP. Do you know how much effort and leather it takes to get some decent symbols to make a halfway stable world? With the same amount of effort (or less), you can make high-speed rails to a distant location where you can mine.
-
Allocating 1,5 GB only means the maximum increases to that. The initial heap size is something different.
-
The thing is, the Hazmat Suit doesn't get damaged since it provides 3 seconds of fire resistance, every 3 seconds. You take a damage "tick", but it doesn't actually damage the Hazmat suit.
-
Why is Equivalent Exchange 3 even in this modpack?
Teraku replied to Logan Rusling's topic in Tekkit Lite Discussion
At least that takes a lot of work, planning and resources. Same goes for Quarry. -
Yes. It loses energy like you would not believe, seriously. MJ to EU is okay, but EU to MJ is just terrible in just about every power converters mod I have come across.
-
CraftOs1.3 Root Error? (Programs wont work) "Own Server"
Teraku replied to NLBlackEagle's topic in Tekkit Lite Discussion
Seems like you're trying to loop incorrectly. Basically, you're trying to call the function lock(), INSIDE lock(). That's not going to work. You'll need a while loop. Here's the code I used. It does hide your input while typing, though. You can input "Maintenance" as password if you need to access the PC for some reason. os.pullEvent = os.pullEventRaw local loop = true while loop == true do term.clear() term.setCursorPos(1, 1) print("Password?") local input = read("*") if input == "password" then redstone.setOutput("left", true) sleep(3) redstone.setOutput("left", false) elseif input == "Maintenance" then print("Maintenance Mode activated.") loop = false else print("Wrong password.") sleep(2) end end -
Is there a Wool Clothing plugin for Tekkit Lite?
Teraku replied to GimmeCookie's topic in Tekkit Lite Discussion
Leather Armor can be dyed now IIRC. If you don't want that, then you'll have to wait until that mod is updated to 1.4.6. -
Do I need to put forge in custom modpack?
Teraku replied to teaslice's topic in Tekkit Lite Discussion
Yeah, you need to put in forge. Basically, everything apart from the official minecraft stuff (Resources, natives and minecraft.jar) needs to be in there. So make an empty modpack.jar and put Forge in there. -
Increase the amount of RAM. Also, Technic will not run well on 32-bit Java. I'd say install 64-bit, but you have a 32-bit OS. If increasing the amount of RAM and installing Optifine doesn't help, then you're out of luck.