Jump to content

Ragnarok Screen Images


Ragnarok

Recommended Posts

  • 10 months later...
1 hour ago, SylenThunder said:

It works fine on V1.0. Only change is that your image source needs to be on https and not http.

Hello, thank you for your answer, but it does not work, on the A21 no problems, but on the 1.0 it does not work
And I left the point in ' <property name="ServerLoginConfirmationText" value="." />'

 

 

 

<configs>

<append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
		<texture name="ItemBackground" depth="10" size="900,504" texture="@https://survivarium.eu/images/survivarium.png" material="Materials/Transparent Colored" pos="0,0" />
	</append>
	

</configs>

 

Capture d'écran 2024-07-06 172946.png

Link to comment
Share on other sites

45 minutes ago, noname835 said:
Hello, thank you for your answer, but it does not work, on the A21 no problems, but on the 1.0 it does not work
And I left the point in ' <property name="ServerLoginConfirmationText" value="." />'

 

 

 

<configs>

<append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
		<texture name="ItemBackground" depth="10" size="900,504" texture="@https://survivarium.eu/images/survivarium.png" material="Materials/Transparent Colored" pos="0,0" />
	</append>
	

</configs>

 

Capture d'écran 2024-07-06 172946.png

 

I'm not sure what the issue is. I tested it weeks before the client went live, and it has been working fine on our servers.

 

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

 

Maybe it is because your size is not 900x500.

Link to comment
Share on other sites

Posted (edited)
2 hours ago, SylenThunder said:

 

Thank you, I have been using this mod for several patches, and my images have always been in 900*504 and I have never had any problems because the line is of course size="900,504", but I will still try with images 900*500. thank you

 

Edited by noname835 (see edit history)
Link to comment
Share on other sites

Posted (edited)
<configs>




	<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://survivarium.eu/images/info.png"/>
	</insertAfter>






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

 

 

Here is the code in full, with the images in the original format, but it still does not work, my first image is 603 * 346 and my second image is 900 * 500
Edited by noname835 (see edit history)
Link to comment
Share on other sites

15 hours ago, SylenThunder said:

 

I'm not sure what the issue is. I tested it weeks before the client went live, and it has been working fine on our servers.

In my opinion you do not have it on version 1.0, because I have just tested several ways, 
for more than 3 hours, and it still does not work
Link to comment
Share on other sites

7 hours ago, noname835 said:
In my opinion you do not have it on version 1.0, because I have just tested several ways, 
for more than 3 hours, and it still does not work

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

 

This isn't some fancy edit.
?imw=5000&imh=5000&ima=fit&impolicy=Lett

 

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.

Link to comment
Share on other sites

2 hours ago, SylenThunder said:

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

 

This isn't some fancy edit.
?imw=5000&imh=5000&ima=fit&impolicy=Lett

 

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.

Link to comment
Share on other sites

3 minutes ago, noname835 said:

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

Link to comment
Share on other sites

13 minutes ago, SylenThunder said:

 

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

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.

Link to comment
Share on other sites

5 minutes ago, noname835 said:

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.

Link to comment
Share on other sites

53 minutes ago, SylenThunder said:

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.

Link to comment
Share on other sites

On 7/8/2024 at 4:48 AM, noname835 said:

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

Link to comment
Share on other sites

14 hours ago, Lord_Grax said:


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

Many thanks to you, it works very well now.

 

Link to comment
Share on other sites

  • 2 weeks later...

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 . ?

Link to comment
Share on other sites

3 hours ago, wojtylakun said:

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 . ?

Hi, display the contents of your folder with the 'code' tag we will look at that
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...