• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Ragnarok Screen Images

Feel free to connect to either of our V1.0 servers and take a look.

This isn't some fancy edit.


IP: 68.41.181.46

Port: 31000 or 31050

Look into your logs for any errors that might lead you in the correct direction to a resolution. That is how I discovered http:// wasn't going to work anymore.
Thank you for your feedback, but in your screenshot, there is no image, only text. The text works without any problem, but when it comes to adding an image, it doesn't work. But thank you anyway.

 
Thank you for your feedback, but in your screenshot, there is no image, only text. The text works without any problem, but when it comes to adding an image, it doesn't work. But thank you anyway.


That text is an image. You can see it for yourself from the url in my previous posts. You cannot get the Vanilla text to do what is in that image.

Here is the image...

https://i.gyazo.com/cba072726d317f0804e675cb159efee7.png


cba072726d317f0804e675cb159efee7.png


 
That text is an image. You can see it for yourself from the url in my previous posts. You cannot get the Vanilla text to do what is in that image.

Here is the image...

https://i.gyazo.com/cba072726d317f0804e675cb159efee7.png


Is it possible to have your mod in a .zip file so that I can analyze it, please? I would be very grateful to you.

 
It is the original Ragnarok mod. The only change I made is to add the url for the image.
Here I am again, and I must admit that I am giving up on this mod. I re-downloaded it and then just added my two addresses in HTTPS 'https://www.survivarium.eu/images/survivarium.png' and 'https://www.survivarium.eu/images/info.png'. Both links work fine in a search engine but not on my server. I took the mod and tested it on two other servers, and it doesn't work there either. Honestly, I'm giving up. Thank you for your help.

 
Here I am again, and I must admit that I am giving up on this mod. I re-downloaded it and then just added my two addresses in HTTPS 'https://www.survivarium.eu/images/survivarium.png' and 'https://www.survivarium.eu/images/info.png'. Both links work fine in a search engine but not on my server. I took the mod and tested it on two other servers, and it doesn't work there either. Honestly, I'm giving up. Thank you for your help.
I was having this problem too... I checked the logs and found this:
2024-07-12T16:39:54 1.066 ERR [MODS]     Ragnarok Screen Mods/ModInfo.xml in legacy format. V2 required to load mod

The modinfo.xml format needs to be slightly tweaked

Change from this:

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<ModInfo>
<Name value="Ragnarok-Screen-Mods" />
<Description value="Custom Modlets Created by Ragnarok Server Owner" />
<Author value="Ragnarok" />
<Version value="1.0" />
<Website value="" />
</ModInfo>
</xml>




To this:
 

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="Ragnarok-Screen-Mods" />
<DisplayName value="Ragnarok Splash Screen" />
<Description value="Custom Modlets Created by Ragnarok Server Owner" />
<Author value="Ragnarok" />
<Version value="1.0" />
<Website value="" />
</xml>




This worked for me.
Cheers

 
I was having this problem too... I checked the logs and found this:
2024-07-12T16:39:54 1.066 ERR [MODS]     Ragnarok Screen Mods/ModInfo.xml in legacy format. V2 required to load mod

The modinfo.xml format needs to be slightly tweaked

Change from this:

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<ModInfo>
<Name value="Ragnarok-Screen-Mods" />
<Description value="Custom Modlets Created by Ragnarok Server Owner" />
<Author value="Ragnarok" />
<Version value="1.0" />
<Website value="" />
</ModInfo>
</xml>




To this:
 

<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="Ragnarok-Screen-Mods" />
<DisplayName value="Ragnarok Splash Screen" />
<Description value="Custom Modlets Created by Ragnarok Server Owner" />
<Author value="Ragnarok" />
<Version value="1.0" />
<Website value="" />
</xml>




This worked for me.
Cheers
Code:
Many thanks to you, it works very well now.
 
Hey, just tried installing and did all the fixes you guys did, but on join i'm getting a single "." instead of the image.

I edited the serverconfig as mod stated, but not sure what's wrong.

serverconfigfull join text should be empty and not with a . ?

 
Hey, just tried installing and did all the fixes you guys did, but on join i'm getting a single "." instead of the image.

I edited the serverconfig as mod stated, but not sure what's wrong.

serverconfigfull join text should be empty and not with a . ?
Code:
Hi, display the contents of your folder with the 'code' tag we will look at that
 
2024-10-06T22:43:50 640.867 ERR [XUi] Error while updating window group 'serverjoinrulesdialog': 2024-10-06T22:43:50 640.868 EXC Texture has not yet finished downloading at (wrapper managed-to-native) UnityEngine.Networking.DownloadHandlerTexture.InternalGetTextureNative(UnityEngine.Networking.DownloadHandlerTexture) at UnityEngine.Networking.DownloadHandlerTexture.get_texture () [0x00001] in <17a6c6c8a4c34e0ba66dcaa0ff433639>:0 at XUiV_Texture.UpdateData () [0x0003f] in <e8e43063270440388d2e6b7642da1a62>:0 at XUiView.Update (System.Single _dt) [0x0014a] in <e8e43063270440388d2e6b7642da1a62>:0 at XUiV_Texture.Update (System.Single _dt) [0x00000] in <e8e43063270440388d2e6b7642da1a62>:0 at XUiController.Update (System.Single _dt) [0x0002a] in <e8e43063270440388d2e6b7642da1a62>:0 at XUiController.Update (System.Single _dt) [0x00084] in <e8e43063270440388d2e6b7642da1a62>:0 at XUiController.Update (System.Single _dt) [0x00084] in <e8e43063270440388d2e6b7642da1a62>:0 at XUiController.Update (System.Single _dt) [0x00084] in <e8e43063270440388d2e6b7642da1a62>:0 at XUi.OnUpdateDeltaTime (System.Single updateDeltaTime) [0x00159] in <e8e43063270440388d2e6b7642da1a62>:0 UnityEngine.StackTraceUtility:ExtractStringFromException(Object) Log:Exception(Exception) XUi:OnUpdateDeltaTime(Single) XUiUpdater:Update() XUiUpdateHelper:LateUpdate()


Has anyone managed to get this mod to work? I have everything configured as they say and I get an error when the window to accept the rules appears.

 


<configs>
 

    <!-- Uncomment the portion you wish to use and replace the URL. For Inventory Screen use the first block. For Welcome Screen use the second.-->
 

     <insertAfter xpath="/windows/window[@name='emptyInfoPanel']/rect[@name='contentCraftingInfo']">
        <texture name="ItemBackground" size="603,346" depth="10" pos="0,-46" material="Materials/Transparent Colored" texture="@https://ibb.co/JKZYsBg.png"/>
    </insertAfter>
 

     <append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
        <texture name="ItemBackground" depth="10" size="900,500" texture="@https://ibb.co/znHzCkM.png" material="Materials/Transparent Colored" pos="0,0" />
    </append>
 
</configs>

 
Hey there

Been trying to get this mod to work.

just wondering does <property name="ServerLoginConfirmationText"                    value="" need to be empty for the mod to work ?

and does this seem right ??

<configs>

    <append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
        <texture name="ItemBackground" depth="10" size="900,500" texture="@https://raw.githubusercontent.com/BPMVT/SCG/refs/heads/main/SCGloginmessage.png" material="Materials/Transparent Colored" pos="0,0" />
    </append>
 
</configs>

 
This mod works well, but it is very finicky to function properly.

If you still have trouble getting it to work, I’m available to help.

 
noname835 said:
Этот мод работает хорошо, но его правильная работа требует больших усилий.

Если у вас все еще возникли проблемы с запуском, я готов вам помочь.

Hi! nothing happens at startup

Would you like to write a short topical guide?

 
Does it also have the esc menu? I've seen people put links to external sites on the escape menu and that's what I'm also looking for. Thanks in advance 

 
Did the download change? im not seeing any instructions like you guys to change the serverconfig.xml?

Does this download go into the mods folder and does it only work after server restart? 

Here is my code...

 

<configs>

    <!-- Uncomment the portion you wish to use and replace the URL. For Inventory Screen use the first block. For Welcome Screen use the second.-->

    <insertAfter xpath="/windows/window[@name='emptyInfoPanel']/rect[@name='contentCraftingInfo']">
        <texture name="ItemBackground" size="603,346" depth="10" pos="0,-46" material="Materials/Transparent Colored" texture="@https://postimg.cc/GTRc5SQW"/>
    </insertAfter>

    <append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
        <texture name="ItemBackground" depth="10" size="900,500" texture="@https://postimg.cc/GTRc5SQW" material="Materials/Transparent Colored" pos="0,0" />
    </append>
  
</configs>


AND SERVERCONFIG.XLM

<property name="ServerLoginConfirmationText"    value="." />        

Thankyou in advance

 
Back
Top