Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.
The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.
The answer is:Does anyone have the correct location for "contentCraftingInfo" in the Darkness Falls mod?
pos="0,34"
@/home/user/images/MyServerImage.png
@/home/user/images/MyCraftingImage.png
It's weird. I went and added some text into server login confirmation text because I didn't think the mod was working and rebooted server and logged in the game and boom mod is working now.I seemed to have done everything right but nothing is showing up on the login screen. Does this work for A19?
windows.xml file
<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="@YOURIMGHERE"/>
</insertAfter>
CRAFTING SCREEN IMAGE (DELTE THIS ENTIRE LINE TO USE-->
<append xpath="/windows/window[@name='serverjoinrulesdialog']/panel[@name='content']">
<texture name="ItemBackground" depth="10" size="900,500" texture="@https://i.ibb.co/wcDwqtB/insomnia.jpg" material="Materials/Transparent Colored" pos="0,0" />
</append>
<!--
IF USING LOGIN SCREEN CHANGE BELOW LINE IN SERVERCONFIG.XML SO THAT IT POPS UP
<property name="ServerLoginConfirmationText" value="." />
-->
</configs>
serverconfig.xml
<property name="ServerLoginConfirmationText" value="." />
Thank you.
The image needs to be accessible by the end users game client, so that probably won't work at all.Hello all,
I have 2 questions about this mod:
1. must the images necessarily refer to an HTTP(s)-URL or is a path on the server also possible?
i.e.
2. does this mod also work with the current Alpha 19?Code:@/home/user/images/MyServerImage.png @/home/user/images/MyCraftingImage.png
The login splash screen does. I have not tested the inventory window.Anyone know yet if this works in A20?
It works. on A20The login splash screen does. I have not tested the inventory window.