Posts by RunAndHideGamer
-
-
-
Rising World New Version
=======================
Update : 3rd October 2024
The languages we have being working on and had released since March of this year are now being updated to the latest version of Rising World.
Very soon people will be able to play Rising World in 3 new coming languages of Chinese, Japanese and Korean.
French will be the first updated language being released this weekend.
###################################################################################
Below are the first languages being updated to the latest version of rising world.
###################################################################################
Spanish (Mexico) ...... es-MX
Spanish (Spain) ...... es-ES
French (France) ...... fr-FR
Indonesian ...... id-ID
Italian ...... it-IT
Malaysian (Malay) ...... ms-MY
Polish (Poland) ...... pl-PL
Portuguese (Portugal) ...... pt-PT
Russian (Russia) ...... ru-RU
Turkish (Turkey) ...... tr-TR
Ukrainian (Ukraine) ......uk-UA
How To Add New Languages Into Rising World
-------------------------------------------------------------------
To get the new languages.... download the required file below and add it to your computer into the following folder
C:\Program Files (x86)\Steam\steamapps\common\RisingWorld\_New Version\Data\StreamingAssets\Languages
To have Rising World in Ukrainian.....
Edit file config.properties in folder C:\Program Files (x86)\Steam\steamapps\common\RisingWorld\_New Version
Search the file for Game_Language= and put the required Locale Code in after the = Sign
So for Ukrainian using the table above
Game Language=uk-UA
(Note: File names must be Uppercase and lowercase as shown above)
Chinese, Japanese, Korean and Filipino will not be released until after the coming update
-
What needed testing?
-
-
I have seen on the screenshots section of Steam various images showing complex items being added to the game such as cars, buildings with neon signs, coffee machines with coffee beans, etc.
Still trying to work out how people are adding these to the game.
-
They are sprites, something like:
I'm not sure what the number is for warning symbol from the top of my head.
You could write a super quick iteration method to print them in order.
Thanks
-
Thanks...worked well. Is there somewhere I can find what graphic icons I can add via hex code?
eg the yellow triangles used on the Noci Server
-
How do you change the color of the text....... on my server I added a \#FFFF00 in the description to make the text following go yellow........ however all this did is stop my server appearing online.
-
Thanks a lot for your feedback! Sorry that I've missed your post on Steam... IDK why this happened
Yeah, this was indeed an oversight, but we will change it with the next update
Currently the rifle comes with 5 bullets by default, but probably it's better to remove the gunpowder requirement We'll change that with the next update, too.
Unfortunately the game cannot get the attack speed from the database (because it solely depends on the animations), that's why no DPS is exposed yet... adding this is still on our to-do list and probably will be available with one of the next updates. But maybe we could at least expose the "damage per hit" in the meantime until more information are available
Good point! I'll put this on our to-do list
Yes, animals are indeed too strong... we will reduce the damage with the next update, but probably we'll also add a "hit damage factor" setting (but only available through the config file for now).
This was mentioned a few times, so maybe it's better if we remove bears for now from the grass field
Defensive animals currently ignore if you attack one of their mates... previously they already got angry if one of their mates just got the "alert" state (which was already triggered by a gunshot or when cutting down a tree, for example), but players were confused by this behaviour. So right now they just ignore it.
But some changes to this handling are still on our to-do list
Red........ bears appearing in grass fields is realistic...... they do not appear in just forests alone........instead of removing the bears from the grassfield maybe the way to do this is to reduce the chance of bears generating there.
-
When the issue was seen on Medieval Realms where the table "biomes" was being read from the local computer, Red changed it so the table was read from the server.
Couldn't Red do the same thing with the table recipes_objects....... that table is the only thing stopping me now from carrying on with modifying Rising World.
From what I see, only 2 tables are needed to be read from the server and not from the local computer.
-
So this means my 100 player modified server I am paying for will only work for me and no one else until server-side customization happens? That is disappointing.
I was setting up this server for the last few weeks for my friends to play on but did not realize this was not going to work.
-
Am already changing the data manually.... wanted to let Red know that changes made to my server is now seen also on Medieval Realms server as well which they shouldn't be.
-
To test what is happening, I went on the Medieval Realms server as seen in the picture below where it shows Medieval Realms in the bottom left corner.
Despite the recipe for camp fire being a recipe for my Run And Hide Gamer Server this recipe is now also been shown for Medieval
Realms as this is being read from the gaming PC and not from the Run and Hide Server server.Sorry Yahwho.......was on your server for a minute to show this was happening for a change made on my server.
-
Hi Red,
For almost a year I think, I have modded Rising World by using DB Browser for SQLite to modify the database and give Rising world a different look with more trees, etc and African wildlife in the default Rising World biome...... not the Savannah. . Was playing a new look Rising World as Single Play for some time and then hopped on to Medieval Realms last year and played on that server for a while. Then Yahwho for Medieval Realms saw one of my youtube videos and I think contacted you when he found out that my changes to my single play were being seen on his Medieval Realms server.... I think you then changed it so that the table biomes was read from the server not the local computer when accessing Medieval Realms.
2 weeks ago I set up a Ping Perfect server on the multiplayer side of Rising World with a more advanced African version of the Grasslands... what I call now the African Grasslands. Intending that everyone who went on my multiplayer server would see the new world I had created for Africa.
In SQlite I modified the table biomes and changed the data to give the default Grasslands a new look as seen here
So checking with the people using my online server, they can see this too which means they are using the tables biomes in the file Definitions.db on the server.......
Then I started getting people saying they were unable to craft things on my server such as the camp fire.
By default the camp fire needs 8 stones and 2 pieces of log and what they were seeing on their computer was the camp fire needing 8 stone and 2 pieces of logs... however despite having these they were not able to craft a campfire.
Now apparently the reason for this is that on the server in the file definitions.db in the table recipes_objects I have this in the recipes column for campfire
8x stone, 2x g(treelog), 10x grass, 1x coal
Instead of the default
8x stone, 2x g(treelog)
So this is what I see with my changes to definitions.db on the server adding grass and coal is as shown here
As you can see with my changes, to make the campfire as I see it I now need to also find 10 times grass and 1 times coal. Happy with that and it works for me on the server....note...this is the same file of definitions.db on my computer as it is on the server
The problem is with people who go on my server with the modified recipes for campfires....... they do not see the picture as I have it above...all they see on their computer is that the campfire needs 8 stone and 2 logs and despite them having those 2 things, they cannot make a campfire because the recipe in the database for campfire states they also need grass and coal but this information does not appear to them as all they see is what is shown below which does not show anything about grass or coal required.
Other players do not see the recipe showing they need grass and coal
So I know that when players using multiplayer server see the world I created they are seeing the data in the biomes table on the server.
However, when they go into the crafting to see how they make something like a campfire, they are not looking at the recipes_objects on the server which shows grass and coal in the recipe but they are looking at the recipes_objects on their pcs which does not show grass and coal in the recipe.
However to make the campfire it stops you making the campfire if you do not have grass and coal..... even though it does not show it on screen.
I also changed my server so that snakes and spiders are shy and will escape... I found out a few hours ago that my friend who has a snake phobia is chased by snakes even though when I am on the server, the snakes escape me and don't attack. This means the table npcs on the server which has behaviors and attackreaction fields has also not been read from the online file so she is seeing them attack because that is how it is on her laptop...despite what is on the server.
Is this something that can be fixed as people stopped going to my server as they couldn't do things as simple as making a campfire.
Is this a similar thing as what happened with Medieval Realms where the server was looking at parts of the SQL database from my PC to show online.
When playing online, should the players not all be looking at the whole definitions.db stored on the server and not the one stored on the local computer.
I know for multiplayer servers the biomes table is read from online but not sure why the rest of the file isn't.
-
I think from the top of my head you also have to allow remove tree or something like that in the same admin tools menu, this should stop the message, but if not let me know
I have tree destroy turned on , Tree Hit on and Tree Remove all set to ON
-
On my server I have allowed people to cut down trees when they are outside their area.... what I see is when they pick up the timber messages appear in white on the left side saying they need to own the land to do that...but they can still pick up the wood.
A message for each piece of wood they pick up.... can the messages not display if the area is unlocked allowing people to do things outside of their areas.
-
For animals you need to change the animals setting for trees the tree setting and so on oO
Sorry....didn't see the next button.
-
Have Hit and Destroy Terrain on now.....working well.
One player said to me a few hours ago that he was not able to kill animals in areas that he did not own. Asked him to test that again now that I updated the terrain to be hittable.
-
add your userid to the server config file Server_Admins=yourUserIdHere
or you can click in the server console while logged in and type makeadmin yourname
Last question... I promise....... on the server when I make that change as admin the change applies to the server and everyone playing on it.......