Posts by RunAndHideGamer

A new update is now available, introducing a lot of new content!
Latest hotfix: 0.7.5.1 (2024-09-02)

    Rising World New Version

    =======================


    Update : 16th August 2024 *** 11 Languages Download now available ***

    The developer has announced that the BIG update will be coming out inj the next 2 weeks.

    With this in mind I am adding the translation files below as single files as these will be updated individually by whatever changes are added by the new updates.





    #####################################

    Click below for latest languages.....

    #####################################


    Spanish (Mexico) ...... es-MX

    Download Mexican v1 Click Here ---> es-MX.json


    Spanish (Spain) ...... es-ES

    Download Spanish v1 Click Here ---> es-ES.json


    French (France) ...... fr-FR

    Download French v1 Click Here ---> fr-FR.json


    Indonesian ...... id-ID

    Download Indonesian v1 Click Here ---> id-ID.json


    Italian ...... it-IT

    Download Italian v1 Click Here ---> it-IT.json


    Malaysian (Malay) ...... ms-MY

    Download Malaysian v1 Click Here ---> ms-MY.json


    Polish (Poland) ...... pl-PL

    Download Polish V1 Click Here ---> pl-PL.json


    Portuguese (Portugal) ...... pt-PT

    Download Portguese v1 Click Here ---> pt-PT.json


    Russian (Russia) ...... ru-RU

    Download Russian v1 Click Here ---> ru-RU.json


    Turkish (Turkey) ...... tr-TR

    Download Turkish v1 Click Here ---> tr-TR.json


    Ukrainian (Ukraine) ......uk-UA

    Download Ukranian v1 Click Here ---> uk-UA.json




    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

    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.

    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.


    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.

    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.

    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.