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.
I don't know by what magic you manage to make it work, I can't, and yet I had it in A20.
THANKS :-)
<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>
It's good, it works now.
I have the 2 pictures.
THANKS.
[COLOR=#ebe7e3]CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE-->[/COLOR]
Yes I removed the lines, I forgot to remove them in the code on the forumYou 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.
[URL="http://egliseprotestanteans.info/images/test1.png"]http://egliseprotestanteans.info/images/test1.png[/URL]
hello, is it possible to have a version for 1.0 please?
Hello, thank you for your answer, but it does not work, on the A21 no problems, but on the 1.0 it does not workIt works fine on V1.0. Only change is that your image source needs to be on https and not http.
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>
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
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
<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
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
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