Jump to content

Slipy007

Members
  • Posts

    12
  • Joined

  • Last visited

Slipy007's Achievements

Refugee

Refugee (1/15)

0

Reputation

  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. Is this working on A20 without any console warning and errors on login?
  3. 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. Thank you. This is what I was looking for.
  5. 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>
  6. Are you going to update this to A20? This is what the menu looks like on A20, besides this it works:
  7. Are you going to update this mod to A20?
  8. Link works fine. But I'm wondering why are the items not stacking? I'm still getting 6k stone stack etc. I'm using A20.
  9. 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.
  10. 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.
×
×
  • Create New...