Posts by yahgiggle

    Nice going on your playtime SilverSatin :-D have you done a review of the game on steam yet ? if not maybe you could :-D

    Hi there,


    I'm looking for some help resolving a minor but important issue... When I start a new game, everything works fine, I can chop trees, pickup logs, and craft without any problems. However, as soon as I craft something that needs placed in the world, like a tent or workbench, I cannot place it. I've tried everything I can think of, yes the object is green when I try and place. Any ideas??

    You need to hold down your right mouse button to place objects oO that object needs to be selected in the tool bar at the top of your screen hit the i key to see your inventory and drag your items that you want to the top bar then scroll your mouse wheel to select the item you want to place or use.

    For the size i would guess 1:1 but red would have to confirm that as i said im just guessing lol for the grace period i have been told by red that there will be at lest some months that both frameworks will work, this giving us all time to replace our lua scripts :-D

    nice, what is the content of update so?

    The next update will be part of the new java API Plugin, this will let users code better plugins with far more control, it will enhance the game over time as users code for it, but it wont be such a big deal for everyone else sorry, not till the plugins start been released anyway :-D

    Maybe try restarting your computer, then the game, maybe after the crash something else went wrong that's causing the problem it might be that voodoo problem oO

    I just gotta say, I'm a little blown away by the responsiveness in here after dealing with Steam Support. Thank you.


    In fact there is an "errorlog" file - in fact there are six (probably one for each time I attempted to launch the game). They all seem to be the same. I'll try to attach one to this post... That seemed to work.


    The driver for my gpu is the Gforce version 369.00.

    it seems it should work oO but maybe a driver problem oO if your driver is the latest driver try rolling back to an older one or reinstalling the one you have.

    I just returned for 1 day and...NO UPDATE!!!
    i'm so sad....
    ;(

    The next update should be soon but this wont be the dungeons that wont happen till the end of this month or next, i know waiting can be hard but trust me the wait is always worth it. ;)

    Umm I do have a permission file with three workable types. Admins that can admin, Fly, so People can fly, and builders so people can well build. That is not the problem, the problem is the game will not automatically add them to the group I want them in.

    no that's right if you want your players to be auto moved to a group lets say by how long they are online. you will need to make a script that updates the mysql database the line is simple something like this


    UPDATE `rising_world_server_2`.`player` SET `Group` = 'Surveyor' WHERE `player`.`OnlineTime` BETWEEN 0 AND 7200
    UPDATE `rising_world_server_2`.`player` SET `Group` = 'Settler' WHERE `player`.`OnlineTime` BETWEEN 7201 AND 14400


    note everyone on your server whos new would be in the group surveyor when they hit 7201 sec they will become a settler, this script works with the database but the game wont see any change till the player logs off and back on, only then will his group change. also note this is a cron job meaning it needs to update every sec or min depending how you set it up.

    I would do that if changing textures on planks was posible. Otherwise I would do everything on wood

    You can change the textures to any texture the blocks have, this is done with the command console item woodplank 64 80 <---- this command = 64 x woodplanks with the texture id of 80. you need to do this in single player or be a admin on a server. most admins will do this for you or make some sort of deal with you to spawn this

    try building with timber and not blocks most of what you asked can be done with beams and planks

    Is there a rough estimate about the addition of corn and wheat(If they are planned)? It would be nice If wheat was on the paint tool as well,once its thick like grass.It would make our worlds more beautiful. Metal barrels too,Please?

    i think Wheat is planned and maybe even corn but that wont happen for some time

    @red51 Will there be a way to keep stats for a server that changed IP ?
    A few servers changed their IP over the course of their lifetime and lost their stats after doing so on the other stats website.


    Will the official stats page have a way to keep track of this maybe with a unique server ID or main admin instead of IP adres being the identifier. Or might that complicate things ?

    Taking to red you have a server_key file, it sounds like if you change ip or even move your whole server then all you do is copy this key over to keep your old stats, the file contains a UUID which is unique for every server.

    been that this game is not finished and that anyone can start a server i don't think charging to play on a server is such a good idea, maybe once its finished and you can build beyond 17k from spawn then maybe you could look at something like this. but for that you would need a dam good connection and server and be prepared to spend countless hours solving problems.

    up date your videocard drivers dont use windows to do this you should goto intel.com for the Intel(R) HD Graphics Family one, and then AMD.com for the Radeon (TM) HD 6770M

    Thanks for all your help but still not working im just let the server thing go , i was just trying to be an admin an play with the land an stuff but cant protect any thing so i give up

    sorry im late but did you set your folder permissions to wright oO there is a database file that needs to be written too so if folders are not set you will get errors