Stevolution Posted August 26, 2012 Posted August 26, 2012 Spend DAYS building a rather damn amazing fully automated reactor, warehouse, rail layout etc.... all wired up with bundled cables ready for some serious computercraft programming to control it all. Made my first test routine... check a button input, and if yes - light a lamp. The computer instantly crashed due to processor load and now every time I run the 10 line program, it lags the laptop so badly its unplayable. Also, I can no longer exit Tekkit without it freezing at the saving blocks page. Is computercraft really that processor heavy? I have 6 computers in my build, all awaiting programming. This Java platform really isn't that great for graphic heavy games is it. Looks like this build may have come to an end As an edit... I was considering getting myself a gaming PC, just so that I could carry on with these graphic intensive Tekkit projects. But... will it ever be lag free? Is it a limit of the actual programming of Technic/Tekkit, or purely down to my laptop just not being fast enough (which I always knew it wasn't). For instance, my frame motor based sliding doors... basically disappear when operated and re-appear when they get to the end. Is that always going to be the case, or would a better graphics card actually show the doors sliding? Would a quad core i7 Intel based system with a decent graphics card + 8Gb memory enable me to basically build what I wanted? Last thing I want to do is batter 1k on a gaming PC to find it was the game that could not handle what I am asking of it. Anyone with a decent PC... please let me know!
Tulwean Posted August 26, 2012 Posted August 26, 2012 try redpower computers, from what i read its a lot more stable
VideoBoy Posted August 27, 2012 Posted August 27, 2012 Spend DAYS building a rather damn amazing fully automated reactor, warehouse, rail layout etc.... all wired up with bundled cables ready for some serious computercraft programming to control it all. Made my first test routine... check a button input, and if yes - light a lamp. The computer instantly crashed due to processor load and now every time I run the 10 line program, it lags the laptop so badly its unplayable. Also, I can no longer exit Tekkit without it freezing at the saving blocks page. Is computercraft really that processor heavy? I have 6 computers in my build, all awaiting programming. This Java platform really isn't that great for graphic heavy games is it. Looks like this build may have come to an end As an edit... I was considering getting myself a gaming PC, just so that I could carry on with these graphic intensive Tekkit projects. But... will it ever be lag free? Is it a limit of the actual programming of Technic/Tekkit, or purely down to my laptop just not being fast enough (which I always knew it wasn't). For instance, my frame motor based sliding doors... basically disappear when operated and re-appear when they get to the end. Is that always going to be the case, or would a better graphics card actually show the doors sliding? Would a quad core i7 Intel based system with a decent graphics card + 8Gb memory enable me to basically build what I wanted? Last thing I want to do is batter 1k on a gaming PC to find it was the game that could not handle what I am asking of it. Anyone with a decent PC... please let me know! You're doing something wrong. Also, don't play Tekkit in singleplayer. Either set up a private server or download Technic. Tekkit is designed and guaranteed for multiplayer use only and there are many known bugs in singleplayer.
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 Yea, but that means my lovely Tekkit world is lost if I jump over to Technic. If I run a program in TEKKIT on a buildcraft computer. My processor maxes out and then its curtains.
Viktor_Berg Posted August 27, 2012 Posted August 27, 2012 Are you sure you're not creating a program where it loops the same command over and over instantly? Try adding a small wait for every loop, that should drastically reduce the loop speed.
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 I thought that. It is waiting for a button press on a bundled cable input, but how can you ever avoid that situation? I have sensors on my build that will alter the routine dependant on their input (eg... press the button to start the sliding frame doors)
Phuriousgeorge Posted August 27, 2012 Posted August 27, 2012 Just run a localhost server with your world. As long as you have 2-3GB RAM you shouldn't run into any *major* issues playing alone.
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 I have a localhost server setup that I play with my son, but this large build is in single player Tekkit (I didn't know it had issues) . So, is there any way of getting this single player world to be the localhost world? If I have to start my world all over again..... YET again, I am gonna give up.
The_DarthMoogle Posted August 27, 2012 Posted August 27, 2012 If it's singleplayer Tekkit (which you shouldn't really do), then the block IDs used are the same, so it can be shifted across to your server.
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 Thanks DarthMoogle. Just got to work out how the hell to do that. If you shouldn't really do single player Tekkit, why the hell is single player in the launcher? What is wrong with single player Tekkit anyway? Technic just doesn't have the same stuff in it that I am used to working with edit.. OK. Made a Tekkit server (copied the one I had). Deleted all the world folder files in it (nether, end etc). Edited the properties folder to the name of my world I want to transfer over from single player. Copy/pasted the save folder of the single player world into the server folder Even put the seed of the single player map in the properties file. Nothing. I just get a new map with no sign of anything I know (house not at at known co-ords) Ideas?
Phuriousgeorge Posted August 27, 2012 Posted August 27, 2012 Find your world dave in the .techniclauncher\tekkit folders, rename the folder to world and replace the world folder in the server you play with your son or a second server. EDIT: Or just paste your SSP world in the base folder of your server and change the default world name in the server.properties file
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 ha - I was editing my reply when you replied Phurious. Mmm... I did that. Not sure what's going on
Phuriousgeorge Posted August 27, 2012 Posted August 27, 2012 Check the server folders...I'm assuming it generated a new world. What did it call that folder? Be sure you're not using spaces in your world names and I'm pretty sure you shouldn't put your seed in the properties file. That's for world generation purposes.
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 The save folder carried over is called simply 'Steves_tekkit_world". There are no spaces. It doesn't work with or without the seed number in the properties file. When you run the server, it doesn't make any new files, so I would assume it is fine using the file that have been installed. Odd
HalibutBarn Posted August 27, 2012 Posted August 27, 2012 It might just be putting you in a different spot in the world, as the way the server stores the spawn point isn't the same as the way it does in single player.
Stevolution Posted August 27, 2012 Author Posted August 27, 2012 OK. Nearly there . Deleted everything and started again. Got the world in - found my build. Only error the server constantly throws up is ' error loading railcraft save data: Not in GZIP format'. What is that about? The rails 'appear' to be in place (perhaps I have lost all the blocks?) How do I stop that error constantly scrolling down the server window?
Phuriousgeorge Posted August 28, 2012 Posted August 28, 2012 Delete your railcraft.dat file within your world save folder. It'll clear the area and shouldn't mess anything up in my experience (don't have a friggin clue what it's for).
Stevolution Posted August 29, 2012 Author Posted August 29, 2012 Yep = thanks Phurious. Fixed. Just don't like deleting files without knowing what I am doing
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now