Yes I agree, paying for plugins is a horrible idea. I'm not sure anyone would pay anyway when there are so many free alternatives? ![]()
![]()
Yes I agree, paying for plugins is a horrible idea. I'm not sure anyone would pay anyway when there are so many free alternatives? ![]()
![]()
You have your Plugins directory nested in your Lib directory .
You have: risingworld/lib/plugins
Should be: risingworld/plugins/portals/portals.jar
Not a bug, just not implemented yet. ![]()
I think the idea of a sandbox game is that you make up your own story. For example, starting the game with the "player's character is in the basket of a hot air balloon" would not work well for a medieval server. The developer's job is to just put the tools in place for you to build your own world.
Yes, that's planned
![]()
Tolle! ![]()
As far as I know unfortunately it's not in the game, im guessing Red51 did have plans for it before they stared working on the new version, lets hope it is included in the Unity one as I can think of so many things that we could do with that
Thanks, yep I thought that may be the case.
And yes! Clay pots for starters! ![]()
I appreciate the enthusiasm in replying Black Night, but the information you have copied there is slightly incorrect. Cobalt was removed from the game a long long time ago.
item ore 64 12 from the console will give you Clay. I know there are no recipes that include clay, I was just wondering it if it minable anywhere?
Medieval Realms version 0.1.8 should be ready to go live sometime later today. Here's a sneak preview.
That's some beautiful procedural generation! ![]()
I'm not sure why this question is even relevant? ![]()
That's okay - just checking in case I missed an API update ![]()
Medieval Realms has been updated to version 0.1.7
Just checking in on this. Is there an event for this yet?
Has anyone setup a MySQL server recently? I've not done this in a few years and I'm stuck! ![]()
I thought I would rebuilt my local test server on my workstation - clean OS install.
I've installed the latest MySQL Community (v8) including the shell. Last one I used was version 6!
Opened the MySQL Shell up and created a database called `risingworld` also creating a user called `rwadmin` and assigned the user all privileges to the new database. Reopened the shell and connected with new credentials to database to check working. Sure was!
I have then installed a local copy of the RW standalone server via the SteamCMD tool. I won't bore you with screenshots...
I've then gone and changed the server.properties file to reflect the MySQL server.
I run the win_startscript.bat but the server fails to start. ![]()
java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'rwadmin'@'localhost' (using password: NO)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1113)
Current charset is windows-1252. If password has been set using other charset, consider using option 'passwordCharacterEncoding'
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1109)
java.sql.SQLInvalidAuthorizationSpecException: Access denied for user rwadmin@localhost (using password: NO)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1113)
Current charset is windows-1252. If password has been set using other charset, consider using option passwordCharacterEncoding
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1109)
Current charset is windows-1252. If password has been set using other charset, consider using option passwordCharacterEncoding
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.authentication(AbstractConnectProtocol.java:854)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.handleConnectionPhases(AbstractConnectProtocol.java:777)
at org.mariadb.jdbc.internal.protocol.AbstractConnectProtocol.connect(AbstractConnectProtocol.java:451)
Clearly the Access denied for user 'rwadmin'@'localhost' (using password: NO) is to blame - but I don't get why the password I've supplied in the server.properties file is not being used![]()
I'm a little lost.