Thanks, we also wish you all a Merry Christmas! ![]()

Thanks, we also wish you all a Merry Christmas! ![]()

@zfoxfire: The win_startscript just grabs the memory parameter from the server.properties file and executes the server.jar with this argument. But the main reason to run the bat instead of the server.jar directly is to have a console available (many people just double click on the server.jar, which causes the server to run in the background - only way to close it would be to kill the process in the task manager).
We want to keep the start scripts as basic as possible, it's really just to cover the basic behaviour. I'm sure some people won't be happy if the server sets up new services in Windows^^
Hier sind die Ränge:
| Beginner | 0 |
| Student | 300 |
| Intermediate | 900 |
| Professional | 3000 |
| Master | 9000 |
| Enlightened | 15000 |
| ********* | ***** |
| ********* | ***** |
(die letzten beiden Ränge lasse ich mal weg, da diese noch niemand erreicht hat)
Are you connected to the HIVE server (is the connection icon in the top right corner in the main menu red or green)? When trying to join a server, what happens exactly? Does it get stuck at a certain progress (0%, 5%, 10% etc)? What ping do you have?
Does it work if you try to ping the server(s) manually (on Windows, press your Windowskey + R -> type "cmd" -> type "ping serverip" [replace "serverip" with the ip of the server]), do you get a response or a time out?
If you're running the server on your local machine, make sure that port port forwarding is still active. As @yahgiggle mentioned, depending on your ISP, you may get a new IP after a given amount of time (usually 24 hours), so if your forwarded ports only take a specific IP into account, it may no longer be valid. Here you can find out if your ports are still forwarded: http://www.yougetsignal.com/tools/open-ports/
Also make sure that you always run the server by executing the win_startscript.bat, never execute the server.jar file directly (unless you run it from a command prompt).
About the saving behaviour: The world will be saved every 10 seconds, and it will also be saved when the server shuts down gracefully.
Are you using the dedicated server files, or do you start a LAN game by pressing the red LAN button? Permissions don't work properly in LAN mode, so it's recommendable to use the dedicated server files instead. Adding her name to the "server.properties" file (to the "admins" key, if you want to put multiple names there, you have to separate them by a semicolon [e.g. admins=yourname;wifename]) should do the trick, as long as "settings_admins_allpermissions" is set to true, she will get full permissions (no need to set up specific group permissions). But remember to restart the server after adding her name to the server.properties file
Sowas wie ein "Blanko Texturenpack" gibt es leider nicht (kann aber sein dass in der Vergangenheit schonmal irgendwo ein Beispieltexturenpack hochgeladen wurde oder so), allerdings musst du in ein Texturenpack auch nur die Texturen einfügen, die du ersetzen möchtest. Orientieren kannst du dich an den Originaltexturen, welche - wie @Deirdre schon sagt - im RW Ordner unter data/assets zu finden ist (die "textures.jar" kann mit einem Zip-Programm geöffnet werden, daraus erschließt sich auch die Ordnerstruktur, die du einhalten musst).
Wichtig ist, dass die Formate und Bildgrößen der ersetzenden Texturen mit den Originaltexturen übereinstimmen. Die meisten Texturen liegen mittlerweile im DDS Format vor, was die Sache etwas erschwert, aber es gibt mehrere Programme welche in der Lage sind, DDS Texturen zu öffnen oder zu erstellen.
Hier gibts ein paar weitere Infos über Texturenpacks: Important notice about Texturepacks
Du kannst oben auf "Mitglieder" gehen, dort sind zu jedem Mitglied die Aktivitätspunkte (sowie Anzahl an Beiträgen und erhaltene Likes) sichtbar. Du kannst auch explizit die Sortierung anhand der Aktivitätspunkte ändern: https://forum.rising-world.net…ts&sortOrder=DESC&letter=
This sounds like a driver issue. I'd recommend to install the latest sound drivers for your system.
Do you use the Steam version or the Standalone? What Linux distro do you use?
Do you use the Steam version or the Standalone (from our website)? If you're using the Steam version, maybe post your SteamID (or a link to your Steam profile here), or alternatively send it via PM to me or via email to support@jiw-games.net
If you're using the Standalone, please post your username ![]()
java.net.BindException: Cannot assign requested address: bind
It looks like the ports are already in use - is another instance of the server or a LAN session of RW running in the background eventually? Check out the task manager (go to the "Processes" tab) and kill any "java.exe", "javaw.exe" or "risingworld.exe" processes (or alternatively, restart your computer).
Btw., you're currently using a 32 bit version of Java. If you have a 64 bit operating system, I'd recommend to download and install the 64 bit version of Java
I mean that I was wondering if it's possible to allow 'Guests' access to create an area with the max size of X blocks.
Unfortunately that's not possible, at least it's not possible with the current version of the AreaProtection script
But we can add a method to the new plugin API which restricts the max size of an area - so maybe the upcoming AreaProtection plugin (or any community solution for that) could take it into account.
It's most likely caused by the & character, it's a special character which needs to be escaped (replace it with "&"), so the link should look like this: hostingmasters.co.uk/clientarea/cart.php?a=confproduct&i=0
If it still does not work, please post the full xml here (or alternatively send it via PM) ![]()
Well, actually all sounds are working, however, the Player.playGameSound(String soundname) method (which does not take a position parameter) does not work as intended: it is supposed to use the current player position, instead if does not use a position at all (so the sound plays at position 0 0 0). This will be fixed with the next update, in the meantime, just use the Player.playGameSound(String soundname, Vector3f position) method instead ![]()
But this only works for sound effects, you can't play music that way.
Btw, also take into account that most sounds have a limited number of playing instances (this is only relevant as long as the sound is actually playing - unless it's a loop sound, it will be released automatically after playing).
About a "killAllSounds()" method, basically we could implement it, but it's getting problematic when using multiple plugins (since such a method would kill all sounds). I think it's better if you just keep a reference to your sound id (it's anyway only necessary for loop sounds)
To accomplish this, we need to know the position of a player's face on the screen
The head has a fixed offset, so it's not a problem to calculate it from the existing player position. Although this offset may change when the new playermodels are implemented... maybe we will add a "getHeadPosition()" or something like that for reasons of convenience ![]()
I guess additional player methods needed would be something to get the distance between two players so we can determine whether the other person is within "hearing" range.
As @Miwarre said, you can already calculate the distance between two players. The "getPosition()" method returns a Vector3f, which has built-in methods to get the distance or the squared distance (to avoid the square root, as @Miwarre mentioned). So you could do something like:
Originally this "double tap F2 to return to the surface" was implemented for servers which have fly mode disabled. The intention was to have a way to return to the surface when falling through the ground ![]()
Probably it's the textures.jar in the data/assets folder.
Here is an alternative download link for this file, just extract it and replace the existing textures.jar file in your assets folder: https://download.rising-world.…/20161210/textures074.zip
If it still does not work, please let us know
Well, a chunk is not as tall as the world, right?
Indeed, a chunks consists of 16x64x16 (xyz) blocks, the world consists of 19 chunks (vertically)
Maybe a chunk value "hasDungeon" can be set in each chunk where a dungeon is generated into
Yes, that would work, however, it would be necessary to convert existing worlds (since current databases don't take such a flag into account yet), and I really want to avoid world conversions if possible (since there is always a chance that something may go wrong)
I'm not sure if the "findbase" command is really worth the effort...
However, if someone decides to setup his base in a dungeon (or maybe in an abandoned cabin in the woods, which is also considered as a "dungeon"), the "findbase" command would be unable to find it if we really use a "hasDungeon" flag ![]()
I figure the dungeon is going to be subtracting stone anways for each chunk it exists in as the world generates so maybe that can be set and then be viewable by the API
Yes, at least underground dungeons. But what do you mean exactly with "can be set and be viewable by the API"?
Makes sense
With the next update, the "onEnable()" method will be called after all plugins have been loaded. To be on the safe side, we will also add an overridable "onLoad()" method, which will be called once the plugin is loaded (although in most cases you probably don't need the "onLoad()" method, since nearly all initialization stuff can still be done on the "onEnable()" method - for that reason, "onLoad()" will be non abstract, so your plugins don't have to override it)