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

Ragnarok Screen Images

Code:
Good morning

If it is not possible to have it for the A21 does anyone have a link to download another version please?

Thanks in advance
 
Good morning

If it is not possible to have it for the A21 does anyone have a link to download another version please?

Thanks in advance



Current version works fine in a21. I've been testing and using it since before the builds were public.

 
Code:
I still can't get it to work, yet I still have my a19 mod folder that was on my server,
 I just tested the same mod and nothing is showing, any idea or link to a another mod please?
but only on the server side, nothing for the client.
 
Last edited by a moderator:
Not sure why it isn't working for you. Do you have any errors in the log? Where are you hosting the image? I usually use an online service like Gyazo, or put it in the Allocs webmap folder.

 
The images are on a website that I have had for 10 years,
I have tested the links and the images appear without problems.

Here is the code of my mods, if you have time to look, thanks in advance.



Code:
<configs>


<!-- CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE)

	<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="@http://egliseprotestanteans.info/images/test01.png"/>
	</insertAfter>

CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE-->


<!--LOGIN SCREEN (DELTE THIS ENTIRE LINE TO USE)

	<append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
		<texture name="ItemBackground" depth="10" size="900,600" texture="@http://egliseprotestanteans.info/images/test02.png" material="Materials/Transparent Colored" pos="0,0" />
	</append>
	
LOGIN SCREEN(DELTE THIS ENTIRE LINE TO USE) -->




<!-- 
IF USING LOGIN SCREEN CHANGE BELOW LINE IN SERVERCONFIG.XML SO THAT IT POPS UP 

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



</configs>
Capture d'écran 2023-08-26 170653.png

 
I forget to specify who I edited the serverconfig.xml

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

I have the frame that is displayed, but no image, just a ". " above on the left, I continue my research ;-)




EDIT********************************************

Code:
It's good, it works now.

I have the 2 pictures.

THANKS.
 
Last edited by a moderator:
Code:
Actually no, it still doesn't work!

I have the first 900/600 image, but I no longer have the 2 options at the bottom right to enter the server or leave the server.
 
You still have the code commented out in the example you posted.

Note that these lines need to be deleted in order for it to function...

<!-- CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE)

Code:
[COLOR=#ebe7e3]CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE-->[/COLOR]

The code in between those lines won't be read.

Also note that I got 404 errors on all image links provided in your post.

 
You still have the code commented out in the example you posted.

Note that these lines need to be deleted in order for it to function...

<!-- CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE)

Code:
[COLOR=#ebe7e3]CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE-->[/COLOR]

The code in between those lines won't be read.

Also note that I got 404 errors on all image links provided in your post.
Yes I removed the lines, I forgot to remove them in the code on the forum

For the images indeed you had errors because I modified the link to see if there was not a problem
of buffer memory on the site where the images are
Code:
[URL="http://egliseprotestanteans.info/images/test1.png"]http://egliseprotestanteans.info/images/test1.png[/URL]

http://egliseprotestanteans.info/images/test2.png
 
Code:
Here I am again :-)

I deleted everything, I redownloaded the mod and I gave the same links to the photos, 
everything works perfectly now, if anyone has problems with this mod I give my help with pleasure.

Thanks to those who gave me a hand.
 
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

Code:
And I left the point in ' <property name="ServerLoginConfirmationText" value="." />'
Code:
<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

 
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

Code:
And I left the point in ' <property name="ServerLoginConfirmationText" value="." />'
Code:
<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>

View attachment 31109


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.

 
Code:
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

 
Last edited by a moderator:
Code:
<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>
Code:
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
 
Last edited by a moderator:
Code:
Well, I deleted the mod from my ftp, I downloaded it again, I put https in the addresses,
 I respected the image format, but it still doesn't work
 
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.
Code:
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
 
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.
ADD78A83C1CA39706E1938C8D8EF425D5BF108C8


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.

 
Back
Top