Jump to content

War

Member
  • Posts

    10
  • Joined

  • Last visited

War's Achievements

  1. I cant reproduce these problems on the other servers. Looks like it is server specific. I will try to investigate with the admin what is wrong.
  2. No, the server is "vanilla". I have no problems with textures in SP.
  3. My system is up to date (all available updates installed): macOS Monterey 12.5 (21G72)
  4. After playing about 5 minutes or even less textures start to disappear. The more you play - the effect is amplified. Only game restart helps. This game breaking bug appeared only after 41.73 update. Here is my specification: MacBook Pro (16-inch, 2019) 2,6 GHz 6-core Intel Core i7 16 Gb 2667 MHz DDR4 AMD Radeon Pro 5300M Someone was telling me it might be because I had MacOS. Please, help me!
  5. When I try to get the list of all player's inventory items it is always empty. If I call itemContainer:AddItem("Katana"); for player then the list contains 1 item. But what about already placed items in inventory? How to get them? Example code: local function Test() local players = getOnlinePlayers(); if players then for i=0,players:size()-1 do local player = players:get(i); print(player:getUsername()); local itemContainer = player:getInventory(); local inventoryItems = itemContainer:getItems(); if inventoryItems then print(inventoryItems:size()); -- always 0 before I add some katanas end end end end Any suggestions? What am I doing wrong? Thank you!
  6. OMG! The reason for this problem was I had folder "lua" named as "Lua". So, the mod works perfect in single player and if you login to the server as admin (no lua sum check). But regular player couldn't connect to the server. Leaving the post here in case someone will face the same problem!
  7. When players try to join the server they get this error: Why? 1. This error occur only when my own created mod installed on the server. 2. Any other steam workshop mods work just perfect - no problems at all. I tested multiple times, any mods. What is wrong with my mod? 1. It works OK in single player. No problems! 2. It is not connected anyhow with BlacksmithMenu.lua or Blacksmith at all. 3. If I replace everything (all files) in my mod with just a single empty one - it will work on the server, players can join. 4. If I add anything in the blank file, even "-- Hello world" (just a comment) then any player will get the same error I mentioned above. Why do I get this error? I can't figure out. This is non-sense, I spend more than 8 hours figuring out what is wrong! Please, help me!
  8. macOS Big Sur 11.5.2 I join the comments above. Can't scroll throught zombie corpses or containers with shift+scroll combination. Scrolling is disabled when you press and hold shift. The same goes to zooming when running holding shift, etc. Scrolling throught corses and containers without holding shift works with problems (delay or is not recognized). On build 41.50 everything is fine.
×
×
  • Create New...