Jump to content

Slipy007

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Slipy007

  1. Hi,

     

    Has anyone recently been getting any xui errors upon server loading screen for infopanel? Just seem to have started.  It won't work anymore or load.

     

    Thank you,

    Slipy007

  2. 4 minutes ago, ktrain said:

    Translated to English, cleaned up the code, fixed typos, and centered everything properly...

     

    Download here

     

    Loading screen:

     

    spacer.png

     

    In-game Info Panel:

     

    spacer.png

    Is this working on A20 without any console warning and errors on login?

  3. 5 hours ago, slimlong103 said:

    Update Alpha 20

    It's throwing a lot of not loading prefabs in console during load. I couldn't catch it but xui errors also on A20 and I uploaded the A20 info panel. It works but those console error bug me So I took out the mod for now and went back to the A19 panel. A19 works perfect. The only thing on A19 version is the catagories don't show up.

  4. Hi,

     

    Does anyone know the correct code to show reset regions on Allecs web map? I've googled and even looked on Allecs page and cpm with no luck to any new code I can add to it. Also traders? Just like the cpm-map shows.

    Thank you

     

    <permissions>
    		 <permission module="web.map" permission_level="2000" /> 
    
    		 <permission module="webapi.getlog" permission_level="0" /> 
    		 <permission module="webapi.executeconsolecommand" permission_level="0" /> 
    
    		 <permission module="webapi.getstats" permission_level="2000" /> 
    		 <permission module="webapi.getplayersonline" permission_level="2000" /> 
    
    		 <permission module="webapi.getplayerslocation" permission_level="2000" /> 
    		 <permission module="webapi.viewallplayers" permission_level="2000" /> 
    
    		 <permission module="webapi.getlandclaims" permission_level="2000" /> 
    		 <permission module="webapi.viewallclaims" permission_level="2000" /> 
    
    		 <permission module="webapi.getplayerinventory" permission_level="1" /> 
    
    		 <permission module="webapi.gethostilelocation" permission_level="2000" /> 
    		 <permission module="webapi.getanimalslocation" permission_level="2000" /> 
    		
    	</permissions>

     

  5. On 11/22/2021 at 2:16 PM, Slipy007 said:

    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="." />
      Reveal hidden contents

     

    Thank you.

    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.

  6. 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="." />
    Spoiler

     

    Thank you.

×
×
  • Create New...