Posts by yahgiggle

    i meant day & night cycle, dont you think its too fast?
    maybe 3 hours= 24 hours ingame, that would be enough


    i know what you meant thats why i had my tong out lol i just use the settime command in the command box settime 8 then you can have nice long days lol

    Macs aren't built for games which is why most gamers use some version of Windows. Also, unlike a Mac, a PC can be upgraded. Yes, it's dirty, because instead of replacing a component you got to replace the entire things, so Apple get's to take advantage of it's customers by forcing them to blow a couple thousand instead of a few hundred for an upgrade. Still that is why Macs are mostly a status symbol, and for practical purposes, only artists or musicians should be fooling with it, as for the rest of the world, Windows is just easier (unless your running a server then get a Linux).


    i don't want to get you back up but windows is not a computer it is just the software that runs on a computer and yes apples suck they are way over priced for what you get,


    setamon132 i don't feel one bit sorry for you, maybe next time you will look at what spec's the game require's before you buy the game,the only thing that's sad here is that fact you are missing out on a really fun game.

    everytime steam updates the game it just closes it this is a pain in the ass as you now get errors dc you, you get kicked and now steam so the DC problem is 3x as bad as before the update well for me anyway i know its steam because i have 3 screens and can see steam install about a 80k file and when it does it the game shuts down


    Please download the latest server files today and restart the server. Now you should be able to connect without any issues. :)



    done that and now i get kicked and Client Error :-( also the game sometimes just close's with no warning or anything but i did take note and each time it did this there was a update installing on the game on steam






    this has been talked about before world edit is a cpu hog so dont use it to much just do one part then give it 5 min or so then do another

    Whenever i start the game it sais stuff like when you turn on the computer screen without consale it says signal out of range,is this a computer prob or the game does anyone know how to fix this? :evil:



    sounds like video card problem have you updated your video card drivers and no i dont mean by using the windows updater but going to the amd or what ever chipset you have website and downloading your drivers

    Gigs it sounds like the same issue I was having or very close. I deleted all of my server files except for the config file , new world folder and my scripts folder. I downloaded a fresh copy of the server from the site and it seems to have solved the endpoint errors I was having. When I did my updates in the past I would drag and drop and overwrite as necessary. Looks like the way for me to do it will be delete and re insert the server files.


    When i do a update i do it all new and fresh into a new folder with the date of the day i did it then all i copy to that folder is the world file the settings file and the script folder so all other files are new maybe they have a more updated server ill re download that and see anyway


    Cheers

    ok after looking at this i worked it out that the error was from the admin script


    so i removed the line by adding -- at the start


    -- Group management DB entry
    database:queryupdate("CREATE TABLE IF NOT EXISTS player (ID INTEGER PRIMARY KEY NOT NULL, name VARCHAR NOT NULL, groupID INTEGER);");
    -- database:queryupdate("CREATE TABLE IF NOT EXISTS group (ID INTEGER PRIMARY KEY NOT NULL, name VARCHAR NOT NULL, adminID INTEGER NOT NULL);");
    database:queryupdate("CREATE TABLE IF NOT EXISTS groupAdmin (ID INTEGER PRIMARY KEY NOT NULL, admin1 INTEGER, admin2 INTEGER, admin3 INTEGER);");



    this has fixed the error but what i want to now know is why was this line giving this error it looks fine to me