Jump to content

Spackler

Members
  • Posts

    22
  • Joined

Everything posted by Spackler

  1. Thank you...That may be where I made my mistake for sure.
  2. Forgive me if this has been stated or maybe it is just my instance, but the coordinates system does not work. I was adding a prefab to my random gen and got the coords from the map by hovering and then even clicking. Didn't double check inside the game before, which is my own fault, but spawned the prefab and it is was off in neverland. A long distance away from what the coordinates I got from the web map and the in game coords are.
  3. Thanks just needed to get into the server....Next time I will make sure of that and server restart before bugging you...Thanks again!
  4. Quality all show 0 or poor in the inventory. Minor but great work!!
  5. Can this be added to a currently running server/game or will I have to start fresh. I tried just adding it in and flew around for a long time and never spawned it.
  6. Thanks for the update. I went ahead and fixed it by going into the map.js line 180 and updating the following. Original - 2 Seconds }) .always(function() { window.setTimeout(updatePlayerEvent, 2000); }); Modified - 20 seconds (Just the number I chose) }) .always(function() { window.setTimeout(updatePlayerEvent, 20000); });
  7. I have noticed since the updates that the map is very hard to get to the inventory of players and almost impossible with players close together. I try to move my mouse to show inventory and it closes back to the blue icon before I can click it most times. Anyone else have issues like this?
  8. You know what I would love to see with the map stuff. Let me say being an IT guy I know it is always easy to say something that you would like to see and another for someone to code it. I would love to be able to track myself on the map. So while it is reloading it is moving the map with my movement so that I do not have to move it manually(I know lazy me). Just an idea, but I know ideas are not easily added to something. Either way keep up the great work. This is a great tool and a great game. Thanks.
×
×
  • Create New...