Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. jeroenpx
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    jeroenpx

    @jeroenpx

    3
    Posts
    1150
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    jeroenpx Follow

    Posts made by jeroenpx

    • RE: Source Keepers and restarting the game

      Restarting the game is already possible, by clicking "respawn" in the top right menu.

      posted in General Discussion
      jeroenpx
    • RE: First Time Use - Choosing your location

      I had a similar problem, however, I think the problem is simply:
      "Sometimes placing your Spawn does not happen."

      I had the problem when I wanted to respawn (and I can reproduce it that way):

      • Go to menu, respawn
      • go to the room you were in
      • wait until the timer is finished
      • click on a valid location
      • you get a popup which asks for the name
      • click "spawn"

      Nothing happens...

      • click on the same location
      • the popup asks you for the name again
      • click "spawn"

      Your spawn gets placed.

      posted in Technical Issues and Bugs
      jeroenpx
    • RE: Room.lookAtArea always returns plain terrain

      I have/had similar problems with lookForAt. Strangely, it does seem to work when using the different method header.

      room.lookForAt('creep', 10, 10) <- does not return the correct information
      room.lookForAt('creep', room.getPositionAt(10,10)) <- seems to returns the creep correctly...
      
      posted in Technical Issues and Bugs
      jeroenpx