Modding Help I Can't Figure Out How To Implement A Helmet

Discussion in 'Starbound Modding' started by BitHorizon, Dec 17, 2013.

  1. BitHorizon

    BitHorizon Ketchup Robot

    This is currently what I have:
    [​IMG]
    Inside of the IntenseHelm folder is this:
    [​IMG]
    Now all I need to do is add a recipe to the crafting table and implement it into the game. How do I go about doing these things?
     
  2. vernadead

    vernadead Big Damn Hero

    If you go to starbound>assets>recipe and use on of those to get the framework! you can change it to fit your mod
     
  3. BitHorizon

    BitHorizon Ketchup Robot

    Where do I put that? In the folder with the icons or the folder with the .frames files?
     
  4. Syviery

    Syviery Starship Captain

    Just adding to what vernadead said.....

    ......for the recipe you will need a <Name>.recipe and to implement it you will need to navigate to the player.config in the assets folder and copy one of the previous items slightly below the top while substituting in your item name.
     
  5. BitHorizon

    BitHorizon Ketchup Robot

    Assuming that I want to be able to simply drag my mod's folder to the Starbound mod folder in order for it to work, how would I add the item in? I'm learning to making mods for the mod gallery.
     
  6. Syviery

    Syviery Starship Captain

  7. BitHorizon

    BitHorizon Ketchup Robot

  8. juliuslove

    juliuslove Phantasmal Quasar

    If you open the starbound.log file in the starbound root, you will get more info on the error. The window only shows some of it, the log file will show you which file is having trouble.
     
  9. BitHorizon

    BitHorizon Ketchup Robot

    I opened the log and found this:
    Edit: The link won't work. :/
    (I couldn't copy and paste to here, as it was too big).
    I don't know what to make of this error log. I restructured the folders, looking at examples of it, but I still can't get it to work. I still receive the error.
     
  10. Syviery

    Syviery Starship Captain

    To post it make sure to use a code snippet so it can be pasted in.
     
  11. BitHorizon

    BitHorizon Ketchup Robot

    Code:
    Info: Preparing Star::Root...
    Info: Loading Star::Configuration from '..\starbound.config'
    Info: Done preparing Star::Root.
    Info: Client version 'Beta v. Offended Koala' '623' '424'
    Info: Starting from the title screen
    Info: Initialized SDL
    Info: Initialized SDL Video
    Info: Initialized SDL Joystick
    Info: Initialized SDL Sound
    Info: Opened default audio device with 44khz / 16 bit stereo audio, 2048 sample size buffer
    Error: Error loading player file, ignoring! IOException: Wrong magic bytes at start of versioned blob, expected 'SBPFV1.1'
      00534013 (C:/starbound/source/game/StarPlayerFactory.cpp:100)
      ... (2)
      00407C78 (C:/starbound/source/client/main.cpp:47)
      004DB931 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Error loading player file, ignoring! IOException: Wrong magic bytes at start of versioned blob, expected 'SBPFV1.1'
      00534013 (C:/starbound/source/game/StarPlayerFactory.cpp:100)
      ... (2)
      00407C78 (C:/starbound/source/client/main.cpp:47)
      004DB931 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Error loading player file, ignoring! IOException: Wrong magic bytes at start of versioned blob, expected 'SBPFV1.1'
      00534013 (C:/starbound/source/game/StarPlayerFactory.cpp:100)
      ... (2)
      00407C78 (C:/starbound/source/client/main.cpp:47)
      004DB931 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Error loading player file, ignoring! IOException: Wrong magic bytes at start of versioned blob, expected 'SBPFV1.1'
      00534013 (C:/starbound/source/game/StarPlayerFactory.cpp:100)
      ... (2)
      00407C78 (C:/starbound/source/client/main.cpp:47)
      004DB931 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Error loading player file, ignoring! IOException: Wrong magic bytes at start of versioned blob, expected 'SBPFV1.1'
      00534013 (C:/starbound/source/game/StarPlayerFactory.cpp:100)
      ... (2)
      00407C78 (C:/starbound/source/client/main.cpp:47)
      004DB931 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Error: Error loading player file, ignoring! IOException: Wrong magic bytes at start of versioned blob, expected 'SBPFV1.1'
      00534013 (C:/starbound/source/game/StarPlayerFactory.cpp:100)
      ... (2)
      00407C78 (C:/starbound/source/client/main.cpp:47)
      004DB931 (c:\SDL-1.2.15/./src/main/win32/SDL_win32_main.c:318)
    
    Info: Loading Star::Root...
    Warn: Perf: Assets::loadFont millis: 849
    Warn: Slow asset 0.849 : /hobo.ttf
    Info: Loading Star::Configuration from '..\starbound.config'
    Info: Initializing SDL Window
    Debug: Correcting path from /terrain/surface/mountainoussurface.terrain to /terrain/surface/mountainousSurface.terrain
    Debug: Correcting path from /terrain/surface/normalsurface.terrain to /terrain/surface/normalSurface.terrain
    Debug: Correcting path from /terrain/surface/relaxedhillssurface.terrain to /terrain/surface/relaxedHillsSurface.terrain
    Debug: Correcting path from /effects/breathcritical.effectsource to /effects/breathCritical.effectsource
    Debug: Correcting path from /effects/breathrisk.effectsource to /effects/breathRisk.effectsource
    Debug: Correcting path from /effects/foodcritical.effectsource to /effects/foodCritical.effectsource
    Debug: Correcting path from /effects/foodrisk.effectsource to /effects/foodRisk.effectsource
    Debug: Correcting path from /effects/healthcritical.effectsource to /effects/healthCritical.effectsource
    Debug: Correcting path from /effects/healthrisk.effectsource to /effects/healthRisk.effectsource
    Debug: Correcting path from /effects/multijump.effectsource to /effects/multiJump.effectsource
    Debug: Correcting path from /effects/warmthcritical.effectsource to /effects/warmthCritical.effectsource
    Debug: Correcting path from /effects/warmthrisk.effectsource to /effects/warmthRisk.effectsource
    Info: Created initial window 944x1002
    Debug: Correcting path from /tiles/mods/cerulium.matmod to /tiles/mods/Cerulium.matmod
    Debug: Correcting path from /tiles/mods/rubium.matmod to /tiles/mods/Rubium.matmod
    Info: Initializing SDL Window
    Debug: Correcting path from /biomes/underground/generic/bottom/rock04layer.undergroundbiome to /biomes/underground/Generic/bottom/rock04layer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/bottom/rock12layer.undergroundbiome to /biomes/underground/Generic/bottom/rock12layer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/bottom/rock14layer.undergroundbiome to /biomes/underground/Generic/bottom/rock14layer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/bottom/rock15layer.undergroundbiome to /biomes/underground/Generic/bottom/rock15layer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/bottom/rock17layer.undergroundbiome to /biomes/underground/Generic/bottom/rock17layer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/middle/rock01layer.undergroundbiome to /biomes/underground/Generic/middle/rock01layer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/middle/rock02.undergroundbiome to /biomes/underground/Generic/middle/rock02.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/middle/rock03.undergroundbiome to /biomes/underground/Generic/middle/rock03.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/middle/rock19.undergroundbiome to /biomes/underground/Generic/middle/rock19.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/middle/rock20.undergroundbiome to /biomes/underground/Generic/middle/rock20.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/claylayer.undergroundbiome to /biomes/underground/Generic/top/claylayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/drydirtlayer.undergroundbiome to /biomes/underground/Generic/top/drydirtlayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/drysandlayer.undergroundbiome to /biomes/underground/Generic/top/drysandlayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/gravellayer.undergroundbiome to /biomes/underground/Generic/top/gravellayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/mudlayer.undergroundbiome to /biomes/underground/Generic/top/mudlayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/sandlayer.undergroundbiome to /biomes/underground/Generic/top/sandlayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/top/sandstonelayer.undergroundbiome to /biomes/underground/Generic/top/sandstonelayer.undergroundbiome
    Debug: Correcting path from /biomes/underground/generic/core/blaststonecorelayer.corebiome to /biomes/underground/Generic/core/blaststonecorelayer.corebiome
    Debug: Correcting path from /biomes/underground/generic/core/magmarockcorelayer.corebiome to /biomes/underground/Generic/core/magmarockcorelayer.corebiome
    Debug: Correcting path from /biomes/underground/generic/core/obisidiancorelayer.corebiome to /biomes/underground/Generic/core/obisidiancorelayer.corebiome
    Debug: Correcting path from /projectiles/npcs/staticfireball/staticfireball.projectile to /projectiles/npcs/staticFireball/staticFireball.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp1/chomp1.projectile to /projectiles/swoosh/Unused/chomp1/chomp1.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp2/chomp2.projectile to /projectiles/swoosh/Unused/chomp2/chomp2.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp3/chomp3.projectile to /projectiles/swoosh/Unused/chomp3/chomp3.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp4/chomp4.projectile to /projectiles/swoosh/Unused/chomp4/chomp4.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/swoopdown1/swoopdown1.projectile to /projectiles/swoosh/Unused/swoopdown1/swoopdown1.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/swoopup1/swoopup1.projectile to /projectiles/swoosh/Unused/swoopup1/swoopup1.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/testsideswoosh/testsideswoosh.projectile to /projectiles/swoosh/Unused/testsideswoosh/testsideswoosh.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/testswoosh/testswoosh.projectile to /projectiles/swoosh/Unused/testswoosh/testswoosh.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/testswoosh2/testswoosh2.projectile to /projectiles/swoosh/Unused/testswoosh2/testswoosh2.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/testswoosh4/testswoosh4.projectile to /projectiles/swoosh/Unused/testswoosh4/testswoosh4.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/thrust1/thrust1.projectile to /projectiles/swoosh/Unused/thrust1/thrust1.projectile
    Debug: Correcting path from /projectiles/npcs/staticfireball/staticfireball.projectile to /projectiles/npcs/staticFireball/staticFireball.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp1/chomp1.projectile to /projectiles/swoosh/Unused/chomp1/chomp1.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp3/chomp3.projectile to /projectiles/swoosh/Unused/chomp3/chomp3.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/chomp4/chomp4.projectile to /projectiles/swoosh/Unused/chomp4/chomp4.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/swoopdown1/swoopdown1.projectile to /projectiles/swoosh/Unused/swoopdown1/swoopdown1.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/testsideswoosh/testsideswoosh.projectile to /projectiles/swoosh/Unused/testsideswoosh/testsideswoosh.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/testswoosh/testswoosh.projectile to /projectiles/swoosh/Unused/testswoosh/testswoosh.projectile
    Debug: Correcting path from /projectiles/swoosh/unused/thrust1/thrust1.projectile to /projectiles/swoosh/Unused/thrust1/thrust1.projectile
    Debug: Correcting path from /plants/trees/undergroundforest/stem/underwood/underwood.modularstem to /plants/trees/undergroundforest/Stem/underwood/underwood.modularstem
    Debug: Correcting path from /plants/trees/undergroundforest/foliage/mossy/mossy.modularfoliage to /plants/trees/undergroundforest/Foliage/mossy/mossy.modularfoliage
    Debug: Correcting path from /plants/trees/undergroundforest/foliage/scattered/scattered.modularfoliage to /plants/trees/undergroundforest/Foliage/scattered/scattered.modularfoliage
    Debug: Correcting path from /monsters/unique/penguin/rockettrooper.monstertype to /monsters/unique/penguin/rocketTrooper.monstertype
    Debug: Correcting path from /monsters/unique/penguinminiufo/penguinminiufo.monstertype to /monsters/unique/penguinMiniUfo/penguinMiniUfo.monstertype
    Debug: Correcting path from /monsters/unique/penguintank/penguintank.monstertype to /monsters/unique/penguinTank/penguinTank.monstertype
    Debug: Correcting path from /monsters/unique/penguinufo/penguinufo.monstertype to /monsters/unique/penguinUfo/penguinUfo.monstertype
    Debug: Correcting path from /monsters/unique/penguinminiufo/penguinminiufo.monstertype to /monsters/unique/penguinMiniUfo/penguinMiniUfo.monstertype
    Debug: Correcting path from /monsters/unique/penguin/backarm/generalbackarm.monsterpart to /monsters/unique/penguin/backArm/generalBackArm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/backarm/rockettrooperbackarm.monsterpart to /monsters/unique/penguin/backArm/rocketTrooperBackArm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/backarm/trooperbackarm.monsterpart to /monsters/unique/penguin/backArm/trooperBackArm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/body/generalbody.monsterpart to /monsters/unique/penguin/body/generalBody.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/body/rockettrooperbody.monsterpart to /monsters/unique/penguin/body/rocketTrooperBody.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/body/trooperbody.monsterpart to /monsters/unique/penguin/body/trooperBody.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/chest/dynamitechest.monsterpart to /monsters/unique/penguin/chest/dynamiteChest.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/frontarm/generalfrontarm.monsterpart to /monsters/unique/penguin/frontArm/generalFrontArm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/frontarm/rockettrooperfrontarm.monsterpart to /monsters/unique/penguin/frontArm/rocketTrooperFrontArm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/frontarm/trooperfrontarm.monsterpart to /monsters/unique/penguin/frontArm/trooperFrontArm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/helm/generalhelm.monsterpart to /monsters/unique/penguin/helm/generalHelm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/helm/rockettrooperhelm.monsterpart to /monsters/unique/penguin/helm/rocketTrooperHelm.monsterpart
    Debug: Correcting path from /monsters/unique/penguin/helm/trooperhelm.monsterpart to /monsters/unique/penguin/helm/trooperHelm.monsterpart
    Debug: Correcting path from /monsters/unique/penguinminiufo/ufo/ufo.monsterpart to /monsters/unique/penguinMiniUfo/ufo/ufo.monsterpart
    Debug: Correcting path from /monsters/unique/penguintank/parts/body.monsterpart to /monsters/unique/penguinTank/parts/body.monsterpart
    Debug: Correcting path from /monsters/unique/penguintank/parts/gun.monsterpart to /monsters/unique/penguinTank/parts/gun.monsterpart
    Debug: Correcting path from /monsters/unique/penguintank/parts/pilot.monsterpart to /monsters/unique/penguinTank/parts/pilot.monsterpart
    Debug: Correcting path from /monsters/unique/penguintank/parts/smoke.monsterpart to /monsters/unique/penguinTank/parts/smoke.monsterpart
    Debug: Correcting path from /monsters/unique/penguintank/parts/turret.monsterpart to /monsters/unique/penguinTank/parts/turret.monsterpart
    Debug: Correcting path from /monsters/unique/penguinufo/pilot/pilot.monsterpart to /monsters/unique/penguinUfo/pilot/pilot.monsterpart
    Debug: Correcting path from /monsters/unique/penguinufo/ufo/ufo.monsterpart to /monsters/unique/penguinUfo/ufo/ufo.monsterpart
    Debug: Correcting path from /monsters/flying/skills/flyingswoopattack.monsterskill to /monsters/flying/skills/flyingSwoopAttack.monsterskill
    Debug: Correcting path from /monsters/flying/skills/flyingswoopbounceattack.monsterskill to /monsters/flying/skills/flyingSwoopBounceAttack.monsterskill
    Debug: Correcting path from /monsters/flying/skills/ranged/airbubbleblastrangedattack.monsterskill to /monsters/flying/skills/ranged/airBubbleBlastRangedAttack.monsterskill
    Debug: Correcting path from /monsters/flying/skills/ranged/airflameburstrangedattack.monsterskill to /monsters/flying/skills/ranged/airflameBurstRangedAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/chargeattack.monsterskill to /monsters/ground/skills/chargeAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/meleeattack.monsterskill to /monsters/ground/skills/meleeAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/pounceattack.monsterskill to /monsters/ground/skills/pounceAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/ranged/bubbleblastrangedattack.monsterskill to /monsters/ground/skills/ranged/BubbleBlastRangedAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/ranged/flameburstrangedattack.monsterskill to /monsters/ground/skills/ranged/flameBurstRangedAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/ranged/rangedattack.monsterskill to /monsters/ground/skills/ranged/rangedAttack.monsterskill
    Debug: Correcting path from /monsters/ground/skills/staticprojectileattack.monsterskill to /monsters/ground/skills/staticProjectileAttack.monsterskill
    Debug: Correcting path from /items/generic/crafting/ceruliumbar.item to /items/generic/crafting/Ceruliumbar.item
    Debug: Correcting path from /items/generic/crafting/ceruliumore.item to /items/generic/crafting/Ceruliumore.item
    Debug: Correcting path from /items/generic/crafting/feroziumbar.item to /items/generic/crafting/Feroziumbar.item
    Debug: Correcting path from /items/generic/crafting/rubiumbar.item to /items/generic/crafting/Rubiumbar.item
    Debug: Correcting path from /items/generic/crafting/rubiumore.item to /items/generic/crafting/Rubiumore.item
    Debug: Correcting path from /items/generic/crafting/violiumbar.item to /items/generic/crafting/Violiumbar.item
    Debug: Correcting path from /items/generic/crafting/ceruliumore.item to /items/generic/crafting/Ceruliumore.item
    Debug: Correcting path from /items/generic/crafting/feroziumbar.item to /items/generic/crafting/Feroziumbar.item
    Debug: Correcting path from /items/generic/crafting/rubiumbar.item to /items/generic/crafting/Rubiumbar.item
    Debug: Correcting path from /items/generic/crafting/rubiumore.item to /items/generic/crafting/Rubiumore.item
    Debug: Correcting path from /items/armors/decorative/developers/ban/ban.head to /items/armors/decorative/developers/Ban/Ban.head
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.head to /items/armors/other/fullmetal/Fullmetal.head
    Debug: Correcting path from /items/armors/decorative/developers/ban/ban.chest to /items/armors/decorative/developers/Ban/Ban.chest
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.chest to /items/armors/other/fullmetal/Fullmetal.chest
    Debug: Correcting path from /items/armors/decorative/developers/ban/ban.legs to /items/armors/decorative/developers/Ban/ban.legs
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.legs to /items/armors/other/fullmetal/Fullmetal.legs
    Debug: Correcting path from /items/armors/backitems/batterypackaa/batterypackaa.back to /items/armors/backitems/batterypackAA/batterypackAA.back
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.back to /items/armors/other/fullmetal/Fullmetal.back
    Debug: Correcting path from /items/armors/decorative/developers/ban/ban.head to /items/armors/decorative/developers/Ban/Ban.head
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.head to /items/armors/other/fullmetal/Fullmetal.head
    Debug: Correcting path from /items/armors/decorative/developers/ban/ban.chest to /items/armors/decorative/developers/Ban/Ban.chest
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.chest to /items/armors/other/fullmetal/Fullmetal.chest
    Debug: Correcting path from /items/armors/decorative/developers/ban/ban.legs to /items/armors/decorative/developers/Ban/ban.legs
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.legs to /items/armors/other/fullmetal/Fullmetal.legs
    Debug: Correcting path from /items/armors/backitems/batterypackaa/batterypackaa.back to /items/armors/backitems/batterypackAA/batterypackAA.back
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.back to /items/armors/other/fullmetal/Fullmetal.back
    Debug: Correcting path from /items/armors/other/fullmetal/fullmetal.back to /items/armors/other/fullmetal/Fullmetal.back
    Warn: Object apexcaptainschair does not have a price set
    Warn: Object apexfuelhatch does not have a category set
    Warn: Object apexfuelhatch does not have a price set
    Warn: Object apexshiplocker does not have a price set
    Warn: Object aviancaptainschair does not have a price set
    Warn: Object avianfuelhatch does not have a category set
    Warn: Object avianfuelhatch does not have a price set
    Warn: Object avianshiplocker does not have a price set
    Warn: Object decoyprincess does not have a price set
    Warn: Object ironbeacon does not have a price set
    Warn: Object peanutbutter does not have a price set
    Warn: Object robot does not have a price set
    Warn: Object automatoseed does not have a price set
    Warn: Object wildautomatoseed does not have a price set
    Warn: Object avesmingoseed does not have a price set
    Warn: Object wildavesmingoseed does not have a price set
    Warn: Object bananaseed does not have a price set
    Warn: Object wildbananaseed does not have a price set
    Warn: Object beakseedseed does not have a price set
    Warn: Object wildbeakseedseed does not have a price set
    Warn: Object boltbulbseed does not have a price set
    Warn: Object wildboltbulbseed does not have a price set
    Warn: Object bonebooseed does not have a price set
    Warn: Object wildbonebooseed does not have a price set
    Warn: Object carrotseed does not have a price set
    Warn: Object wildcarrotseed does not have a price set
    Warn: Object chiliseed does not have a price set
    Warn: Object wildchiliseed does not have a price set
    Warn: Object coralcreepseed does not have a price set
    Warn: Object wildcoralcreepseed does not have a price set
    Warn: Object cornseed does not have a price set
    Warn: Object wildcornseed does not have a price set
    Warn: Object crystalplantseed does not have a price set
    Warn: Object wildcrystalplantseed does not have a price set
    Warn: Object currentcornseed does not have a price set
    Warn: Object wildcurrentcornseed does not have a price set
    Warn: Object diodiaseed does not have a price set
    Warn: Object wilddiodiaseed does not have a price set
    Warn: Object dirturchinseed does not have a price set
    Warn: Object wilddirturchinseed does not have a price set
    Warn: Object eggshootseed does not have a price set
    Warn: Object wildeggshootseed does not have a price set
    Warn: Object feathercrownseed does not have a price set
    Warn: Object wildfeathercrownseed does not have a price set
    Warn: Object flowerblue does not have a price set
    Warn: Object flowerred does not have a price set
    Warn: Object floweryellow does not have a price set
    Warn: Object grapesseed does not have a price set
    Warn: Object wildgrapesseed does not have a price set
    Warn: Object kiwiseed does not have a price set
    Warn: Object wildkiwiseed does not have a price set
    Warn: Object mushroomseed does not have a price set
    Warn: Object neonmelonseed does not have a price set
    Warn: Object wildneonmelonseed does not have a price set
    Warn: Object oculemonseed does not have a price set
    Warn: Object wildoculemonseed does not have a price set
    Warn: Object pearlpeaseed does not have a price set
    Warn: Object wildpearlpeaseed does not have a price set
    Warn: Object pineappleseed does not have a price set
    Warn: Object wildpineappleseed does not have a price set
    Warn: Object potatoseed does not have a price set
    Warn: Object wildpotatoseed does not have a price set
    Warn: Object pussplumseed does not have a price set
    Warn: Object wildpussplumseed does not have a price set
    Warn: Object reefpodseed does not have a price set
    Warn: Object wildreefpodseed does not have a price set
    Warn: Object riceseed does not have a price set
    Warn: Object wildriceseed does not have a price set
    Warn: Object sugarcaneseed does not have a price set
    Warn: Object wildsugarcaneseed does not have a price set
    Warn: Object tomatoseed does not have a price set
    Warn: Object wildtomatoseed does not have a price set
    Warn: Object toxictopseed does not have a price set
    Warn: Object wildtoxictopseed does not have a price set
    Warn: Object wartweedseed does not have a price set
    Warn: Object wildwartweedseed does not have a price set
    Warn: Object wheatseed does not have a price set
    Warn: Object wildwheatseed does not have a price set
    Warn: Missing inventoryIcon for chestplant1, using default
    Warn: Object florancaptainschair does not have a price set
    Warn: Object floranfuelhatch does not have a category set
    Warn: Object floranfuelhatch does not have a price set
    Warn: Object floranshiplocker does not have a price set
    Warn: Object 3dprinter does not have a price set
    Warn: Object apexdungeonpod does not have a price set
    Warn: Object aviandungeonpod does not have a price set
    Warn: Missing inventoryIcon for barvent, using default
    Warn: Object boosterflame does not have a price set
    Warn: Object boosterflamehuman does not have a price set
    Warn: Object cultistaltar does not have a price set
    Warn: Object dungeonpod does not have a price set
    Warn: Object florandungeonpod does not have a price set
    Warn: Object frogstatue does not have a category set
    Warn: Object glitchdungeonpod does not have a price set
    Warn: Object randomfountain does not have a price set
    Warn: Object smallboosterflame does not have a price set
    Warn: Object statuspod does not have a price set
    Warn: Object teacup1 does not have a category set
    Warn: Object teapot1 does not have a category set
    Warn: Object teleporter does not have a price set
    Warn: Object tis1 does not have a price set
    Warn: Object volcanopod does not have a price set
    Warn: Object wflowerpot does not have a category set
    Warn: Object woodencookingtable does not have a price set
    Warn: Missing inventoryIcon for wreckvent, using default
    Warn: Object glitchcaptainschair does not have a price set
    Warn: Object glitchfuelhatch does not have a category set
    Warn: Object glitchfuelhatch does not have a price set
    Warn: Object glitchshiplocker does not have a price set
    Debug: Correcting path from /objects/glitch/sewergauge/sewergauge.png to /objects/glitch/sewergauge/sewerGauge.png
    Debug: Correcting path from /objects/glitch/sewervalve/sewervalve.png to /objects/glitch/sewervalve/sewerValve.png
    Debug: Correcting path from /objects/glitch/wallpipe/wallpipe.png to /objects/glitch/wallpipe/wallPipe.png
    Warn: Object captainschair does not have a price set
    Warn: Object fuelhatch does not have a category set
    Warn: Object fuelhatch does not have a price set
    Warn: Object shiplocker does not have a price set
    Warn: Object techconsolehuman does not have a price set
    Warn: Object hylotlcaptainschair does not have a price set
    Warn: Object hylotlfuelhatch does not have a category set
    Warn: Object hylotlfuelhatch does not have a price set
    Warn: Object hylotlshiplocker does not have a price set
    Warn: Object snowglobe1 does not have a category set
    Warn: Object snowglobe2 does not have a category set
    Debug: Correcting path from /recipes/level33/feroziumbar.recipe to /recipes/level33/Feroziumbar.recipe
    Debug: Correcting path from /recipes/level35/violiumbar.recipe to /recipes/level35/Violiumbar.recipe
    Debug: Correcting path from /recipes/starter/vanity station/batterypackaaback.recipe to /recipes/starter/vanity station/batterypackAAback.recipe
    Info: Re-created window 1920x1018
    Warn: Perf: StarApplicationBase::run.innerLoop.SDL_PollEvent millis: 3193
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 3270
    Debug: Correcting path from /objects/minibiome/mushroom/shroombed/shroombedicon.png to /objects/minibiome/mushroom/shroombed/shroombedIcon.png
    Debug: Correcting path from /objects/tiered/tier3bed/tier3bedicon.png to /objects/tiered/tier3bed/tier3bedIcon.png
    Debug: Correcting path from /objects/tiered/tier3chair/tier3chairicon.png to /objects/tiered/tier3chair/tier3chairIcon.png
    Debug: Correcting path from /objects/tiered/tier3door/tier3dooricon.png to /objects/tiered/tier3door/tier3doorIcon.png
    Debug: Correcting path from /objects/tiered/tier3door/tier3dooricon.png to /objects/tiered/tier3door/tier3doorIcon.png
    Debug: Correcting path from /objects/tiered/tier3light/tier3lighticon.png to /objects/tiered/tier3light/tier3lightIcon.png
    Debug: Correcting path from /objects/tiered/tier4bed/tier4bedicon.png to /objects/tiered/tier4bed/tier4bedIcon.png
    Debug: Correcting path from /objects/tiered/tier4chair/tier4chairicon.png to /objects/tiered/tier4chair/tier4chairIcon.png
    Debug: Correcting path from /objects/tiered/tier4door/tier4dooricon.png to /objects/tiered/tier4door/tier4doorIcon.png
    Debug: Correcting path from /objects/tiered/tier4light/tier4lighticon.png to /objects/tiered/tier4light/tier4lightIcon.png
    Debug: Correcting path from /objects/tiered/tier4switch/tier4switchicon.png to /objects/tiered/tier4switch/tier4switchIcon.png
    Debug: Correcting path from /objects/tiered/tier5bed/tier5bedicon.png to /objects/tiered/tier5bed/tier5bedIcon.png
    Debug: Correcting path from /objects/tiered/tier5bed/tier5bedicon.png to /objects/tiered/tier5bed/tier5bedIcon.png
    Debug: Correcting path from /objects/tiered/tier5chair/tier5chairicon.png to /objects/tiered/tier5chair/tier5chairIcon.png
    Debug: Correcting path from /objects/tiered/tier5door/tier5dooricon.png to /objects/tiered/tier5door/tier5doorIcon.png
    Debug: Correcting path from /objects/tiered/tier5door/tier5dooricon.png to /objects/tiered/tier5door/tier5doorIcon.png
    Debug: Correcting path from /objects/tiered/tier5light/tier5lighticon.png to /objects/tiered/tier5light/tier5lightIcon.png
    Debug: Correcting path from /objects/tiered/tier5switch/tier5switchicon.png to /objects/tiered/tier5switch/tier5switchIcon.png
    Debug: Correcting path from /objects/tiered/tier5switch/tier5switchicon.png to /objects/tiered/tier5switch/tier5switchIcon.png
    Debug: Correcting path from /recipes/level33/feroziumbar.recipe to /recipes/level33/Feroziumbar.recipe
    Debug: Correcting path from /items/generic/crafting/feroziumbar.item to /items/generic/crafting/Feroziumbar.item
    Debug: Correcting path from /objects/tiered/tier6bed/tier6bedicon.png to /objects/tiered/tier6bed/tier6bedIcon.png
    Debug: Correcting path from /objects/tiered/tier6door/tier6dooricon.png to /objects/tiered/tier6door/tier6doorIcon.png
    Debug: Correcting path from /objects/tiered/tier6light/tier6lighticon.png to /objects/tiered/tier6light/tier6lightIcon.png
    Debug: Correcting path from /objects/tiered/tier6switch/tier6switchicon.png to /objects/tiered/tier6switch/tier6switchIcon.png
    Debug: Correcting path from /objects/tiered/tier8bed/tier8bedicon.png to /objects/tiered/tier8bed/tier8bedIcon.png
    Debug: Correcting path from /objects/tiered/tier8bed/tier8bedicon.png to /objects/tiered/tier8bed/tier8bedIcon.png
    Debug: Correcting path from /objects/tiered/tier8chair/tier8chairicon.png to /objects/tiered/tier8chair/tier8chairIcon.png
    Debug: Correcting path from /objects/tiered/tier8door/tier8dooricon.png to /objects/tiered/tier8door/tier8doorIcon.png
    Debug: Correcting path from /objects/tiered/tier8light/tier8lighticon.png to /objects/tiered/tier8light/tier8lightIcon.png
    Debug: Correcting path from /objects/tiered/tier8switch/tier8switchicon.png to /objects/tiered/tier8switch/tier8switchIcon.png
    Debug: Correcting path from /recipes/level35/violiumbar.recipe to /recipes/level35/Violiumbar.recipe
    Debug: Correcting path from /items/generic/crafting/violiumbar.item to /items/generic/crafting/Violiumbar.item
    Debug: Correcting path from /objects/tiered/tier9bed/tier9bedicon.png to /objects/tiered/tier9bed/tier9bedIcon.png
    Debug: Correcting path from /objects/tiered/tier9bed/tier9bedicon.png to /objects/tiered/tier9bed/tier9bedIcon.png
    Debug: Correcting path from /objects/tiered/tier9chair/tier9chairicon.png to /objects/tiered/tier9chair/tier9chairIcon.png
    Debug: Correcting path from /objects/tiered/tier9door/tier9dooricon.png to /objects/tiered/tier9door/tier9doorIcon.png
    Debug: Correcting path from /objects/tiered/tier9light/tier9lighticon.png to /objects/tiered/tier9light/tier9lightIcon.png
    Debug: Correcting path from /objects/tiered/tier9switch/tier9switchicon.png to /objects/tiered/tier9switch/tier9switchIcon.png
    Debug: Correcting path from /objects/tiered/tier9switch/tier9switchicon.png to /objects/tiered/tier9switch/tier9switchIcon.png
    Debug: Correcting path from /items/armors/floran/floranfurnivour/icons.png to /items/armors/floran/floranfurnivour/Icons.png
    Debug: Correcting path from /items/armors/floran/floranfurnivour/icons.png to /items/armors/floran/floranfurnivour/Icons.png
    Debug: Correcting path from /items/armors/floran/floranfurnivour/icons.png to /items/armors/floran/floranfurnivour/Icons.png
    Debug: Correcting path from /items/armors/floran/floranhunter/icons.png to /items/armors/floran/floranhunter/Icons.png
    Debug: Correcting path from /items/armors/floran/floranhunter/icons.png to /items/armors/floran/floranhunter/Icons.png
    Debug: Correcting path from /items/armors/floran/floranleaf/icons.png to /items/armors/floran/floranleaf/Icons.png
    Debug: Correcting path from /items/armors/floran/floranleaf/icons.png to /items/armors/floran/floranleaf/Icons.png
    Debug: Correcting path from /items/armors/floran/floranpelt/icons.png to /items/armors/floran/floranpelt/Icons.png
    Debug: Correcting path from /items/armors/floran/floranpelt/icons.png to /items/armors/floran/floranpelt/Icons.png
    Debug: Correcting path from /items/armors/floran/floransurvivalist/icons.png to /items/armors/floran/floransurvivalist/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/generic/crafting/rubiumbar.item to /items/generic/crafting/Rubiumbar.item
    Debug: Correcting path from /items/generic/crafting/violiumbar.item to /items/generic/crafting/Violiumbar.item
    Debug: Correcting path from /items/generic/crafting/feroziumbar.item to /items/generic/crafting/Feroziumbar.item
    Debug: Correcting path from /items/generic/crafting/ceruliumbar.item to /items/generic/crafting/Ceruliumbar.item
    Debug: Correcting path from /recipes/starter/vanity station/batterypackaaback.recipe to /recipes/starter/vanity station/batterypackAAback.recipe
    Debug: Correcting path from /items/armors/backitems/batterypackaa/batterypackaa.back to /items/armors/backitems/batterypackAA/batterypackAA.back
    Debug: Correcting path from /items/armors/backitems/batterypackaa/batterypackAAbackicon.png to /items/armors/backitems/batterypackAA/batterypackAAbackicon.png
    Debug: Correcting path from /items/armors/backitems/batterypackaa/batterypackAAbackicon.png to /items/armors/backitems/batterypackAA/batterypackAAbackicon.png
    Debug: Correcting path from /items/armors/decorative/costumes/cardboard/icons.png to /items/armors/decorative/costumes/cardboard/Icons.png
    Error: Could not instantiate item '[chowboychest, 1, {}]'. ItemException: No such item 'chowboychest'
      ... (3)
      005890A6 (C:/starbound/source/game/StarItemDatabase.cpp:196)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Error: Could not instantiate item '[chowboychest, 1, {}]'. ItemException: No such item 'chowboychest'
      ... (3)
      0058985A (C:/starbound/source/game/StarItemDatabase.cpp:226)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Error: Could not instantiate item '[fairchest, 1, {}]'. ItemException: No such item 'fairchest'
      ... (3)
      005890A6 (C:/starbound/source/game/StarItemDatabase.cpp:196)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Error: Could not instantiate item '[fairchest, 1, {}]'. ItemException: No such item 'fairchest'
      ... (3)
      0058985A (C:/starbound/source/game/StarItemDatabase.cpp:226)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Error: Could not instantiate item '[hikerhead, 1, {}]'. ItemException: No such item 'hikerhead'
      ... (3)
      005890A6 (C:/starbound/source/game/StarItemDatabase.cpp:196)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Error: Could not instantiate item '[hikerhead, 1, {}]'. ItemException: No such item 'hikerhead'
      ... (3)
      0058985A (C:/starbound/source/game/StarItemDatabase.cpp:226)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Debug: Correcting path from /items/armors/decorative/costumes/jumpsuit/icons.png to /items/armors/decorative/costumes/jumpsuit/Icons.png
    Debug: Correcting path from /items/armors/decorative/costumes/jumpsuit/icons.png to /items/armors/decorative/costumes/jumpsuit/Icons.png
    Error: Could not load /items/armors/backitems/slimcape/slimcapebackicon.png asset, attempting to use default.
    AssetException: No such asset '/items/armors/backitems/slimcape/slimcapebackicon.png'
      004E984F (C:/starbound/source/game/StarAssets.hpp:15)
      004EADF7 (C:/starbound/source/game/StarAssets.cpp:848)
      004E2B3F (C:/starbound/source/game/StarAssets.cpp:974)
      ... (5)
      004ED53C (C:/starbound/source/game/StarAssets.cpp:660)
      ... (2)
      0054467A (C:/starbound/source/core/StarArray.hpp:122)
      00544A9E (C:/starbound/source/core/StarRect.hpp:308)
      00544BA0 (C:/starbound/source/game/StarDrawable.cpp:422)
      00577AF0 (C:/starbound/source/game/StarItem.cpp:415)
      005784EB (C:/starbound/source/game/StarItem.cpp:206)
      00591AB4 (C:/starbound/source/game/items/StarArmors.cpp:142)
      ... (3)
      005890A6 (C:/starbound/source/game/StarItemDatabase.cpp:196)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Warn: Slow asset 0.063 : /items/armors/backitems/slimcape/slimcapebackicon.png
    Warn: Slow asset 0.063 : /items/armors/backitems/slimcape/slimcapebackicon.png
    Error: Could not load /items/armors/backitems/slimcape/slimcapebackicon.png asset, attempting to use default.
    AssetException: No such asset '/items/armors/backitems/slimcape/slimcapebackicon.png'
      004E984F (C:/starbound/source/game/StarAssets.hpp:15)
      004EADF7 (C:/starbound/source/game/StarAssets.cpp:848)
      004E2B3F (C:/starbound/source/game/StarAssets.cpp:974)
      ... (7)
      004ED53C (C:/starbound/source/game/StarAssets.cpp:660)
      ... (2)
      0054467A (C:/starbound/source/core/StarArray.hpp:122)
      00544A9E (C:/starbound/source/core/StarRect.hpp:308)
      00544BA0 (C:/starbound/source/game/StarDrawable.cpp:422)
      00577AF0 (C:/starbound/source/game/StarItem.cpp:415)
      005906BF (C:/starbound/source/core/StarList.hpp:15)
      00591AB4 (C:/starbound/source/game/items/StarArmors.cpp:142)
      ... (2)
      0058985A (C:/starbound/source/game/StarItemDatabase.cpp:226)
      005BB665 (C:/starbound/source/game/StarRecipeDatabase.cpp:67)
      004DCF9F (C:/starbound/source/game/StarRoot.cpp:173)
      004016D8 (C:/starbound/source/client/StarClientApplication.cpp:302)
      0095162C (C:/starbound/source/core/StarThread_windows.cpp:74)
      7593336A
      77C99F72
      77C99F45
    
    Debug: Found connector on 1 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10 at (0, 31) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (26, 31) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 11 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 14 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 16 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 20 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 20 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 21 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 22 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 22 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 23 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 23 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 27 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 27 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (51, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (51, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (95, 111) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (95, 96) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (169, 96) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (70, 81) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (169, 81) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (70, 66) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (144, 66) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (70, 51) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (144, 51) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template1 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template1 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template2 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template2 at (51, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template2 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template2 at (51, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template3 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template3 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template4 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template4 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template4 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template4 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template5 at (0, 31) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template5 at (26, 31) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template5 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template5 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template5 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template5 at (26, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template6 at (0, 31) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template6 at (53, 31) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template6 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template6 at (53, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on template6 at (0, 1) color (0, 38, 255, 255) direction 0
    Debug: Found connector on template6 at (53, 1) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (1, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (43, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10a at (14, 30) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10a at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10b at (1, 30) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10b at (14, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11a at (35, 74) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11a at (36, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11b at (2, 74) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 11b at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (13, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (42, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (40, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (11, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2c at (1, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2c at (11, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2d at (50, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2d at (40, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a at (43, 23) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a at (0, 7) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3b at (0, 23) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3b at (43, 7) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (1, 40) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (84, 40) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (56, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6a at (1, 34) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6a at (47, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6b at (47, 34) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6b at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (1, 43) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (65, 7) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7b at (65, 43) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7b at (1, 7) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (1, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (79, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8b at (1, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8b at (79, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9 at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (37, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1 at (109, 30) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance1underground at (109, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on rewardroom1a at (12, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on rewardroom1b at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on anchor1 at (12, 32) color (0, 38, 255, 255) direction 2
    Debug: Found connector on anchor1 at (0, 25) color (255, 0, 0, 255) direction 0
    Debug: Found connector on anchor1 at (99, 25) color (255, 0, 0, 255) direction 1
    Debug: Found connector on basement2 at (17, 10) color (255, 255, 0, 255) direction 2
    Debug: Found connector on basement2 at (0, 1) color (255, 0, 0, 255) direction 0
    Debug: Found connector on basement2 at (99, 1) color (255, 0, 0, 255) direction 1
    Debug: Found connector on floor1 at (12, 17) color (0, 38, 255, 255) direction 2
    Debug: Found connector on floor1 at (12, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on floor2 at (12, 17) color (0, 38, 255, 255) direction 2
    Debug: Found connector on floor2 at (12, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on floor3 at (12, 17) color (0, 38, 255, 255) direction 2
    Debug: Found connector on floor3 at (12, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on floor4 at (12, 17) color (0, 38, 255, 255) direction 2
    Debug: Found connector on floor4 at (12, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on floor5 at (12, 17) color (0, 38, 255, 255) direction 2
    Debug: Found connector on floor5 at (12, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on floorb1 at (17, 10) color (255, 255, 0, 255) direction 2
    Debug: Found connector on floorb1 at (17, 0) color (255, 255, 0, 255) direction 3
    Debug: Found connector on floorb2 at (17, 10) color (255, 255, 0, 255) direction 2
    Debug: Found connector on floorb2 at (17, 0) color (255, 255, 0, 255) direction 3
    Debug: Found connector on floorb3 at (17, 10) color (255, 255, 0, 255) direction 2
    Debug: Found connector on floorb3 at (17, 0) color (255, 255, 0, 255) direction 3
    Debug: Found connector on floorb4 at (17, 10) color (255, 255, 0, 255) direction 2
    Debug: Found connector on floorb4 at (17, 0) color (255, 255, 0, 255) direction 3
    Debug: Found connector on floorb5 at (17, 10) color (255, 255, 0, 255) direction 2
    Debug: Found connector on floorb5 at (17, 0) color (255, 255, 0, 255) direction 3
    Debug: Found connector on offices at (0, 25) color (255, 0, 0, 255) direction 0
    Debug: Found connector on offices at (99, 25) color (255, 0, 0, 255) direction 1
    Debug: Found connector on plaza1 at (0, 7) color (255, 0, 0, 255) direction 0
    Debug: Found connector on plaza1 at (96, 7) color (255, 0, 0, 255) direction 1
    Debug: Found connector on roof1 at (12, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roofb at (17, 1) color (255, 255, 0, 255) direction 3
    Debug: Found connector on store at (0, 10) color (255, 0, 0, 255) direction 0
    Debug: Found connector on store at (99, 10) color (255, 0, 0, 255) direction 1
    Debug: Found connector on 1 at (59, 95) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1 at (20, 57) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (98, 57) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (59, 25) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 10 at (45, 58) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (73, 58) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10 at (59, 46) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 11 at (89, 74) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11 at (31, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (30, 74) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (88, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13a at (109, 82) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13a at (109, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13b at (93, 45) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13c at (91, 62) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13c at (65, 41) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 14a at (10, 82) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14a at (10, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14b at (26, 45) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14c at (27, 62) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14c at (53, 41) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 15a at (59, 107) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 15a at (10, 76) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15a at (108, 76) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15a at (59, 12) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 15b at (10, 74) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15b at (108, 74) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15b at (59, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 15c at (10, 52) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15c at (108, 52) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15c at (59, 20) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 15d at (10, 67) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15d at (108, 67) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16 at (84, 63) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16 at (34, 45) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17 at (34, 63) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17 at (84, 45) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 18 at (96, 59) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 19a at (10, 85) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 19a at (108, 85) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 19a at (59, 35) color (0, 255, 186, 255) direction 3
    Debug: Found connector on 19b at (2, 66) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 19b at (116, 66) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 19b at (59, 39) color (0, 255, 186, 255) direction 3
    Debug: Found connector on 19c at (59, 81) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2 at (59, 64) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2 at (59, 55) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 20 at (20, 52) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 20 at (98, 52) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21a at (89, 63) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21a at (29, 47) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 21b at (29, 63) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 21b at (89, 47) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21c at (59, 81) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 21c at (89, 48) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21c at (29, 47) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 22 at (68, 69) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 22 at (53, 50) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 23 at (51, 69) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 23 at (66, 50) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 24 at (48, 69) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 24 at (79, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 24 at (65, 50) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 25 at (70, 69) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 25 at (39, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 25 at (53, 50) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 26 at (34, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 26 at (85, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 27 at (45, 75) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 27 at (83, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 27 at (45, 44) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 28 at (74, 75) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 28 at (36, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 28 at (74, 44) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 29 at (45, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 29 at (73, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 29 at (59, 50) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3 at (69, 72) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3 at (40, 52) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 30 at (19, 47) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 30 at (99, 47) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 30 at (59, 43) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4 at (49, 72) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4 at (78, 52) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a at (45, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (73, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b at (45, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5b at (73, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5c at (45, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5c at (73, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (38, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (80, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (59, 50) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 7 at (23, 47) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7 at (95, 47) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7 at (59, 35) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 8a at (59, 85) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 8a at (18, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (100, 39) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8b at (18, 40) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8b at (100, 40) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9 at (10, 54) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (109, 54) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endceiling1 at (9, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2 at (9, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling3 at (9, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endfloor1 at (9, 6) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2 at (9, 7) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor3 at (9, 8) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor4 at (9, 4) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endleft1a at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1b at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1c at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1d at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2a at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2b at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2c at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2d at (16, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3a at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3b at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3c at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3d at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3e at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4a at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4b at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4c at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4d at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4e at (17, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft5 at (4, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1a at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1b at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1c at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1d at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2a at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2b at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2c at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2d at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3a at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3b at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3c at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3d at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3e at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4a at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4b at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4c at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4d at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4e at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright5 at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance at (174, 5) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance2 at (174, 23) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance3 at (175, 28) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance4 at (175, 18) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance5 at (175, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance6 at (174, 107) color (186, 255, 0, 255) direction 3
    Debug: Found connector on pyramidentry1 at (35, 70) color (186, 255, 0, 255) direction 2
    Debug: Found connector on pyramidentry1 at (35, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on pyramidentry2 at (35, 70) color (186, 255, 0, 255) direction 2
    Debug: Found connector on pyramidentry2 at (35, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on pyramidentry3 at (35, 70) color (186, 255, 0, 255) direction 2
    Debug: Found connector on pyramidentry3 at (35, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on waterendceiling at (9, 0) color (0, 255, 186, 255) direction 3
    Debug: Found connector on waterendfloor at (9, 3) color (0, 255, 186, 255) direction 2
    Debug: Found connector on waterendleft at (3, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on waterendright at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 10a at (8, 9) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10a at (51, 9) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10b at (8, 9) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10b at (51, 9) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11a at (8, 9) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 11a at (51, 9) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12a at (8, 9) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12a at (51, 9) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13a at (59, 47) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 13a at (5, 24) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13a at (113, 24) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13a at (59, 9) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 14a at (7, 13) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14a at (66, 13) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 14b at (37, 34) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 14b at (7, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14b at (66, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15a at (7, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15a at (34, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15b at (7, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15b at (34, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15c at (7, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15c at (34, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16a at (37, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16a at (6, 33) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17a at (6, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17a at (37, 33) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (60, 90) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1a at (5, 56) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (115, 56) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (60, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2a at (50, 40) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2a at (18, 9) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2b at (50, 40) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2b at (9, 13) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2c at (59, 25) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2c at (18, 9) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2d at (59, 25) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2d at (9, 13) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (18, 40) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3a at (50, 9) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3b at (18, 40) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3b at (59, 13) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3c at (7, 25) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3c at (48, 9) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3d at (9, 25) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3d at (59, 13) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4a at (59, 81) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4a at (9, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4a at (109, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7a at (17, 49) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 7a at (29, 22) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7a at (5, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7b at (19, 37) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 7b at (7, 22) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7b at (31, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7c at (7, 22) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7c at (31, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8a at (17, 49) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 8a at (5, 22) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (29, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8b at (19, 37) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 8b at (31, 22) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8b at (7, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8c at (31, 22) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8c at (7, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endceiling at (9, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling1a at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2a at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2b at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling3a at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling4 at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling5a at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling6a at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling6b at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling7 at (29, 1) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endfloor at (9, 3) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor1a at (29, 35) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2a at (13, 13) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2b at (13, 13) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endleft at (3, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1a at (33, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1b at (33, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2a at (33, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2b at (33, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3a at (33, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3b at (33, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1a at (1, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1b at (1, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2a at (1, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2b at (1, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3a at (1, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3b at (1, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (121, 36) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance2 at (78, 51) color (0, 38, 255, 255) direction 3
    Debug: Found connector on waterendceiling at (9, 0) color (0, 255, 186, 255) direction 3
    Debug: Found connector on waterendfloor at (9, 3) color (0, 255, 186, 255) direction 2
    Debug: Found connector on waterendleft at (3, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on waterendright at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 1 at (37, 64) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1 at (37, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2 at (37, 64) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2 at (37, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3 at (37, 54) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3 at (37, 20) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4 at (38, 71) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4 at (38, 4) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 5 at (38, 64) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 5 at (38, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance at (92, 68) color (0, 38, 255, 255) direction 2
    Debug: Found connector on roof1 at (37, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof2 at (37, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof3 at (37, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof4 at (37, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 10 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 11 at (59, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 14 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14 at (18, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 16 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 17 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 18 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 18 at (20, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 19a at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 19a at (43, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 19b at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 19b at (43, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (63, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1b at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1b at (63, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 20a at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 20a at (63, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 20b at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 20b at (63, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (43, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b at (43, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (56, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3b at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3b at (56, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (0, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (42, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (0, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (79, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (12, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7a at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (35, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7b at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7b at (35, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8 at (48, 25) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9 at (0, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (59, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on stairs1 at (11, 33) color (0, 38, 255, 255) direction 1
    Debug: Found connector on stairs1 at (0, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on stairs2 at (0, 33) color (0, 38, 255, 255) direction 0
    Debug: Found connector on stairs2 at (11, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on villagecenter1 at (0, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on villagecenter1 at (79, 39) color (0, 38, 255, 255) direction 1
    Debug: Found connector on villageentryleft1 at (167, 66) color (0, 38, 255, 255) direction 1
    Debug: Found connector on villageentryleft2 at (119, 66) color (0, 38, 255, 255) direction 1
    Debug: Found connector on villageentryleft3 at (132, 66) color (0, 38, 255, 255) direction 1
    Debug: Found connector on villageentryright1 at (0, 66) color (0, 38, 255, 255) direction 0
    Debug: Found connector on villageentryright2 at (0, 66) color (0, 38, 255, 255) direction 0
    Debug: Found connector on villageentryright3 at (0, 66) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (33, 86) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (117, 86) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (33, 41) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (117, 41) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a at (65, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (85, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (65, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b at (85, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2c at (65, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2c at (85, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2d at (85, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2d at (65, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2e at (65, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2e at (85, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2f at (85, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2f at (65, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (64, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (98, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3b at (64, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3b at (98, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3c at (64, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3c at (98, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4a at (43, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4a at (107, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4b at (43, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4b at (107, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4c at (43, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4c at (107, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4d at (43, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4d at (107, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4e at (43, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4e at (107, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4f at (43, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4f at (107, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a at (67, 105) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5a at (95, 105) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a at (67, 90) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5a at (67, 75) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5a at (67, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5a at (67, 45) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5a at (67, 30) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5a at (99, 27) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b at (55, 105) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5b at (83, 105) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5b at (83, 90) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5b at (83, 75) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5b at (83, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5b at (83, 45) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5b at (83, 30) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5b at (51, 27) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5c at (55, 105) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5c at (71, 90) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5c at (71, 75) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5c at (71, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5c at (71, 45) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5c at (71, 30) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5c at (103, 27) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5d at (97, 105) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5d at (81, 90) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5d at (81, 75) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5d at (81, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5d at (81, 45) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5d at (81, 30) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5d at (49, 27) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5e at (24, 108) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5e at (128, 108) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5e at (40, 93) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5e at (112, 93) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5e at (40, 78) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5e at (112, 78) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5e at (40, 63) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5e at (112, 63) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5e at (40, 48) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5e at (112, 48) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5e at (40, 33) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5e at (112, 33) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5f at (24, 126) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5f at (128, 126) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5f at (40, 111) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5f at (112, 111) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5f at (40, 96) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5f at (112, 96) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5f at (40, 81) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5f at (112, 81) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5f at (40, 66) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5f at (112, 66) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5f at (40, 51) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 5f at (112, 51) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 5f at (60, 12) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5f at (92, 12) color (0, 38, 255, 255) direction 1
    Debug: Found connector on cellleft at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1a at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1b at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1c at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1d at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1e at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1f at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1g at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1h at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1i at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1j at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1k at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1l at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1m at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1n at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1o at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1p at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1q at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1r at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1s at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1t at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1u at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1v at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1w at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1x at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1y at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellleft1z at (14, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cellright at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1a at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1b at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1c at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1d at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1e at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1f at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1g at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1h at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1i at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1j at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1k at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1l at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1m at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1n at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1o at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1p at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1q at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1r at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1s at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1t at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1u at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1v at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1w at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1x at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1y at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cellright1z at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on endleft1 at (25, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2 at (25, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1 at (22, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2 at (22, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (33, 36) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (117, 36) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (11, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (89, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a-chest at (11, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a-chest at (89, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a at (11, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (89, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a-chest at (11, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a-chest at (89, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (11, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b at (89, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b-chest at (11, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b-chest at (89, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a at (43, 75) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (62, 20) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3b at (61, 75) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3b at (42, 20) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3c at (43, 75) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3c at (43, 20) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3d at (62, 75) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3d at (62, 20) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4a at (34, 45) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4a at (62, 34) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4b at (62, 45) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4b at (34, 34) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (26, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (73, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b at (26, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5b at (73, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b-chest at (26, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5b-chest at (73, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5c at (26, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5c at (73, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1a-chest at (21, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1b-chest at (21, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2 at (17, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1a-chest at (7, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1b-chest at (7, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2 at (11, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (15, 60) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (176, 60) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (48, 77) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1a at (48, 20) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 1b at (48, 77) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1b at (48, 20) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2a at (49, 77) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2a at (49, 20) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2b at (49, 77) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2b at (49, 20) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3a at (49, 69) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3a at (49, 29) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3b at (49, 69) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3b at (49, 29) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4a at (49, 68) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4a at (49, 29) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4b at (49, 68) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4b at (49, 29) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endcapleft at (29, 32) color (0, 255, 186, 255) direction 1
    Debug: Found connector on endcapright at (0, 32) color (0, 255, 186, 255) direction 0
    Debug: Found connector on endtoproof1a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endtoproof2a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endtoproof2b at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endtoproof3a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endtoproof3b at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endtoproof4a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endtoproof4b at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on groundhut1a at (25, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut1a at (73, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut1b at (25, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut1b at (73, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut2a at (23, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut2a at (76, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut2b at (23, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut2b at (76, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut3a at (20, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut3a at (76, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut3b at (20, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut3b at (76, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut4a at (21, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut4a at (78, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut4b at (21, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut4b at (78, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut5a at (21, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut5a at (78, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut5b at (21, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut5b at (78, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut6a at (22, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut6a at (75, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on groundhut6b at (22, 49) color (0, 255, 186, 255) direction 0
    Debug: Found connector on groundhut6b at (75, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on roof1a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof2a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof2b at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof3a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof3b at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof4a at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on roof4b at (48, 24) color (0, 38, 255, 255) direction 3
    Debug: Found connector on treebase1 at (48, 74) color (0, 38, 255, 255) direction 2
    Debug: Found connector on treebase1 at (71, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on treebase1 at (25, 47) color (0, 255, 186, 255) direction 0
    Debug: Found connector on treebase2 at (48, 74) color (0, 38, 255, 255) direction 2
    Debug: Found connector on treebase2 at (23, 48) color (0, 255, 186, 255) direction 0
    Debug: Found connector on treebase2 at (73, 46) color (0, 255, 186, 255) direction 1
    Debug: Found connector on treebase3 at (48, 74) color (0, 38, 255, 255) direction 2
    Debug: Found connector on treebase3 at (72, 49) color (0, 255, 186, 255) direction 1
    Debug: Found connector on treebase3 at (25, 48) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 1a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1b at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1b at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1b-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1b-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5b at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5b at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6b at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6b at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6b-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6b-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7b at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7b at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7b-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7b-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8a-left at (35, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase1 at (165, 100) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase1 at (201, 100) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase1 at (233, 100) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase1 at (269, 100) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase1 at (199, 80) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase1 at (268, 80) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase1 at (301, 80) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase1 at (98, 60) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase1 at (199, 60) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase1 at (268, 60) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase1 at (335, 60) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase2 at (193, 137) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase2 at (229, 137) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase2 at (261, 137) color (255, 168, 0, 255) direction 1
    Debug: Found connector on castlebase2 at (228, 117) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase2 at (91, 97) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase2 at (127, 97) color (0, 255, 186, 255) direction 2
    Debug: Found connector on castlebase2 at (160, 97) color (0, 38, 255, 255) direction 2
    Debug: Found connector on castlebase2 at (193, 97) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase2 at (228, 97) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase2 at (92, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase2 at (193, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase2 at (228, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase2 at (92, 57) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase2 at (159, 57) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase2 at (228, 57) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase3 at (184, 137) color (255, 168, 0, 255) direction 0
    Debug: Found connector on castlebase3 at (216, 137) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase3 at (252, 137) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase3 at (216, 117) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase3 at (216, 97) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase3 at (251, 97) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase3 at (284, 97) color (0, 38, 255, 255) direction 2
    Debug: Found connector on castlebase3 at (318, 97) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase3 at (354, 97) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase3 at (216, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase3 at (251, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase3 at (352, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase3 at (216, 57) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase3 at (285, 57) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase3 at (352, 57) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase4 at (223, 137) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase4 at (259, 137) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase4 at (157, 117) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase4 at (190, 117) color (0, 38, 255, 255) direction 2
    Debug: Found connector on castlebase4 at (223, 117) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase4 at (325, 117) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase4 at (122, 97) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase4 at (223, 97) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase4 at (258, 97) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase4 at (359, 97) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase4 at (156, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase4 at (223, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase4 at (292, 77) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase4 at (325, 77) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase5 at (165, 100) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase5 at (201, 100) color (0, 255, 186, 255) direction 0
    Debug: Found connector on castlebase5 at (233, 100) color (0, 255, 186, 255) direction 1
    Debug: Found connector on castlebase5 at (269, 100) color (0, 255, 186, 255) direction 2
    Debug: Found connector on castlebase5 at (301, 80) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase5 at (98, 60) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase5 at (165, 60) color (0, 38, 255, 255) direction 0
    Debug: Found connector on castlebase5 at (268, 60) color (0, 38, 255, 255) direction 1
    Debug: Found connector on castlebase5 at (369, 60) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall1a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall1a at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall1a-left at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall1a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall2a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall2a at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall2a-left at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall2a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall3a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall3a at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall3a-left at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall3a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall4a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on hall4a at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall4a-left at (69, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on hall4a-right at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on mountainentrance1 at (5, 137) color (255, 168, 0, 255) direction 0
    Debug: Found connector on mountainentrance2 at (5, 137) color (255, 168, 0, 255) direction 0
    Debug: Found connector on mountainentrance3 at (5, 137) color (255, 168, 0, 255) direction 0
    Debug: Found connector on mountainentrance4 at (5, 137) color (255, 168, 0, 255) direction 0
    Debug: Found connector on mountainentrance5 at (218, 137) color (255, 168, 0, 255) direction 1
    Debug: Found connector on mountainentrance6 at (218, 137) color (255, 168, 0, 255) direction 1
    Debug: Found connector on mountainentrance7 at (218, 137) color (255, 168, 0, 255) direction 1
    Debug: Found connector on mountainentrance8 at (218, 137) color (255, 168, 0, 255) direction 1
    Debug: Found connector on prisonentry1a at (11, 28) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonentry1a at (46, 28) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonentry1a at (0, 4) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonentry1a at (58, 4) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonentry1a-left at (46, 28) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonentry1a-left at (0, 4) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonentry1a-left at (58, 4) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonentry1a-right at (11, 28) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonentry1a-right at (0, 4) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonentry1a-right at (58, 4) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonentry2a at (0, 28) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonentry2a at (35, 28) color (0, 38, 255, 255) direction 2
    Debug: Found connector on prisonentry2a at (57, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonentry2a-left at (35, 28) color (0, 38, 255, 255) direction 2
    Debug: Found connector on prisonentry2a-left at (57, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonentry2a-right at (0, 28) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonentry2a-right at (57, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonentry3a at (22, 28) color (0, 38, 255, 255) direction 2
    Debug: Found connector on prisonentry3a at (57, 28) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonentry3a at (1, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonentry3a-left at (57, 28) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonentry3a-left at (1, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonentry3a-right at (22, 28) color (0, 38, 255, 255) direction 2
    Debug: Found connector on prisonentry3a-right at (1, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom10a at (7, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom1a at (1, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom2a at (9, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom2b at (9, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom3a at (15, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom4a at (46, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonroom5a at (38, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonroom5b at (38, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonroom6a at (29, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonroom7a at (29, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on prisonroom8a at (15, 6) color (168, 255, 0, 255) direction 0
    Debug: Found connector on prisonroom9a at (40, 6) color (168, 255, 0, 255) direction 1
    Debug: Found connector on tower1a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower1a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower1a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower1a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower2a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower2a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower2a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower2a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower3a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower3a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower3a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower3a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower4a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower4a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower4a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower4a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower5a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower5a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower5a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower5a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower6a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower6a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower6a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower6a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower7a at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on tower7a at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower7a-left at (49, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on tower7a-right at (11, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 1a at (37, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (63, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1b at (37, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1b at (63, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1c at (37, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1c at (63, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2a at (1, 50) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2a at (97, 50) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (6, 50) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2b at (89, 50) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a at (35, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3a at (64, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3a at (50, 35) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3b at (35, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3b at (64, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3b at (50, 35) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4a at (50, 59) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4a at (35, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4a at (64, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4b at (50, 59) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4b at (35, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4b at (64, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a at (35, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (50, 35) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 5b at (65, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b at (51, 35) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 6a at (50, 59) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6a at (64, 42) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6b at (49, 59) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6b at (34, 42) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (50, 78) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 7a at (50, 33) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 8a at (36, 72) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 8a at (36, 27) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endbottom1 at (15, 12) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endleft1 at (11, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1 at (9, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endtop1 at (15, 10) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance at (77, 21) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance at (23, 14) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (14, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (64, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10 at (11, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (67, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11 at (17, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 11 at (57, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12 at (26, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (54, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13 at (26, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13 at (53, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 14 at (20, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 14 at (56, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15 at (27, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 15 at (53, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16 at (27, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 16 at (56, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 17a at (27, 63) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17a at (52, 63) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 17b at (27, 63) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17b at (52, 63) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 18a at (31, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 18a at (54, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 18b at (31, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 18b at (54, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 19a at (36, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 19a at (49, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 19b at (36, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 19b at (49, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2 at (23, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (55, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 20a at (33, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 20a at (53, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 20b at (33, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 20b at (53, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21a at (32, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 21a at (50, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 21b at (32, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 21b at (50, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 22a at (23, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 22a at (60, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 22b at (23, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 22b at (60, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 23a at (28, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 23a at (45, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 23b at (28, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 23b at (45, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (19, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (60, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (20, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (58, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (15, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (64, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (16, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (64, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7a at (19, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (60, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7b at (19, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7b at (60, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8a at (25, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8a at (59, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8b at (20, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8b at (54, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9a at (14, 20) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9a at (67, 20) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9b at (12, 20) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9b at (65, 20) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1 at (69, 66) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1 at (0, 66) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope1 at (3, 21) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope1 at (14, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope10 at (1, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope10 at (18, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope11 at (4, 21) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope11 at (14, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope12 at (15, 21) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope12 at (4, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope13 at (7, 21) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope13 at (12, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope14 at (12, 21) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope14 at (7, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope2 at (14, 21) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope2 at (3, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope3 at (16, 22) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope3 at (3, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope4 at (3, 22) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope4 at (16, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope5 at (3, 23) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope5 at (14, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope6 at (14, 23) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope6 at (3, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope7 at (1, 21) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope7 at (18, 19) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope8 at (18, 21) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope8 at (1, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on slope9 at (18, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on slope9 at (1, 19) color (0, 38, 255, 255) direction 0
    Debug: Found connector on towncenter1 at (34, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on towncenter1 at (117, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on towncenter2 at (34, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on towncenter2 at (113, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (4, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (55, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (12, 3) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 10 at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (52, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11 at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (8, 24) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 12 at (0, 8) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 12 at (42, 8) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12 at (25, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 13 at (25, 47) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 13 at (25, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 14 at (14, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15a at (6, 21) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 15a at (29, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 15b at (6, 21) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 15b at (29, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 16a at (23, 21) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 16a at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 16b at (23, 21) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 16b at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 17 at (0, 15) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (8, 27) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2 at (0, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (54, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (6, 8) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 3 at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4 at (12, 27) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4 at (47, 3) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 5 at (8, 33) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 5 at (0, 17) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (12, 26) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6 at (3, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (21, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (12, 3) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 7 at (25, 47) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 7 at (25, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 8 at (55, 22) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8 at (29, 5) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 9 at (1, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (53, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endceiling1a at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling1b at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling1c at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling1d at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling1e at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2 at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling3 at (6, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endfloor1a at (6, 9) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor1b at (6, 9) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor1c at (6, 9) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2a at (6, 7) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2b at (6, 7) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor3 at (6, 5) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor4 at (6, 2) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endleft1a at (13, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1b at (13, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1c at (13, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2a at (8, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2b at (8, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2c at (8, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3a at (5, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3b at (5, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3c at (5, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4 at (2, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1 at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1b at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1c at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2a at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2b at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2c at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3 at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3b at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3c at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4 at (0, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance at (193, 140) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance at (234, 140) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance at (202, 132) color (0, 38, 255, 255) direction 3
    Debug: Found connector on cell1aleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1aright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1bleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1bright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1cleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1cright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1dleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1dright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1eleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1eright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1fleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1fright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1gleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1gright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1hleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1hright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1ileft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1iright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1jleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1jright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1kleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1kright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1leftfill at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1lleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1lright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1mleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1mright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1nleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1nright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1oleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1oright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1pleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1pright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1qleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1qright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1rightfill at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1rleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1rright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1sleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1sright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on cell1tleft at (22, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on cell1tright at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on courtyard1a at (2, 32) color (0, 38, 255, 255) direction 0
    Debug: Found connector on courtyard1a at (59, 32) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entranceleft1 at (186, 95) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entranceleft2 at (186, 95) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entranceright1 at (21, 95) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entranceright2 at (21, 95) color (0, 38, 255, 255) direction 0
    Debug: Found connector on guardroom1a at (5, 39) color (0, 255, 186, 255) direction 0
    Debug: Found connector on guardroom1a at (43, 39) color (0, 255, 186, 255) direction 1
    Debug: Found connector on guardroom1a at (5, 9) color (0, 255, 186, 255) direction 0
    Debug: Found connector on guardroom1a at (43, 9) color (0, 255, 186, 255) direction 1
    Debug: Found connector on guardroom1b at (5, 39) color (0, 255, 186, 255) direction 0
    Debug: Found connector on guardroom1b at (43, 39) color (0, 255, 186, 255) direction 1
    Debug: Found connector on guardroom1b at (5, 9) color (0, 255, 186, 255) direction 0
    Debug: Found connector on guardroom1b at (43, 9) color (0, 255, 186, 255) direction 1
    Debug: Found connector on guardroom1c at (5, 39) color (0, 255, 186, 255) direction 0
    Debug: Found connector on guardroom1c at (43, 39) color (0, 255, 186, 255) direction 1
    Debug: Found connector on guardroom1c at (5, 9) color (0, 255, 186, 255) direction 0
    Debug: Found connector on guardroom1c at (43, 9) color (0, 255, 186, 255) direction 1
    Debug: Found connector on messhall1a at (2, 17) color (0, 38, 255, 255) direction 0
    Debug: Found connector on messhall1a at (59, 17) color (0, 38, 255, 255) direction 1
    Debug: Found connector on messhall1b at (2, 17) color (0, 38, 255, 255) direction 0
    Debug: Found connector on messhall1b at (59, 17) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock1a at (24, 99) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1a at (43, 99) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1a at (24, 84) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1a at (43, 84) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1a at (24, 69) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1a at (43, 69) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1a at (24, 54) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1a at (43, 54) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1a at (4, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock1a at (63, 39) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock1b at (24, 99) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1b at (43, 99) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1b at (24, 84) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1b at (43, 84) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1b at (4, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock1b at (63, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock1c at (24, 99) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1c at (43, 99) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1c at (24, 84) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1c at (43, 84) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1c at (4, 69) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock1c at (63, 69) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock1c at (34, 66) color (0, 38, 255, 255) direction 3
    Debug: Found connector on prisonblock1d at (34, 67) color (0, 38, 255, 255) direction 2
    Debug: Found connector on prisonblock1d at (24, 54) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1d at (43, 54) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1d at (24, 39) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock1d at (43, 39) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock1d at (4, 24) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock1d at (63, 24) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock2a at (36, 90) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2a at (75, 90) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2a at (111, 90) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2a at (150, 90) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2a at (36, 75) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2a at (150, 75) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2a at (36, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2a at (75, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2a at (111, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2a at (150, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2a at (16, 30) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock2a at (170, 30) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock2b at (61, 90) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2b at (100, 90) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2b at (61, 75) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2b at (61, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2b at (100, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2b at (136, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2b at (41, 30) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock2b at (143, 30) color (0, 38, 255, 255) direction 1
    Debug: Found connector on prisonblock2c at (87, 90) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2c at (126, 90) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2c at (126, 75) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2c at (51, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2c at (87, 60) color (0, 255, 186, 255) direction 0
    Debug: Found connector on prisonblock2c at (126, 60) color (0, 255, 186, 255) direction 1
    Debug: Found connector on prisonblock2c at (44, 30) color (0, 38, 255, 255) direction 0
    Debug: Found connector on prisonblock2c at (146, 30) color (0, 38, 255, 255) direction 1
    Debug: Found connector on showerhall1a at (2, 17) color (0, 38, 255, 255) direction 0
    Debug: Found connector on showerhall1a at (59, 17) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (0, 9) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (31, 9) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2 at (8, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (8, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (8, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (8, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (23, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7 at (5, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7 at (23, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8 at (26, 11) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 10 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 11 at (2, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 11 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12 at (26, 25) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 12 at (2, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13 at (5, 25) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13 at (29, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2 at (2, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (2, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (29, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (2, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 8 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 8 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 9 at (3, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 9 at (26, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 10a at (0, 19) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 10a at (58, 10) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 10b at (58, 19) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 10b at (0, 10) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 11a at (52, 43) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 11a at (0, 5) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 11a at (50, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 11b at (0, 43) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 11b at (52, 5) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 11b at (2, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 12a at (2, 43) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 12a at (52, 41) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 12a at (0, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 12b at (50, 43) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 12b at (0, 41) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 12b at (52, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 13a at (98, 86) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13a at (92, 44) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 13a at (2, 6) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13b at (2, 86) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13b at (8, 44) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 13b at (98, 6) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1a at (31, 55) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1a at (0, 17) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1a at (42, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 1b at (22, 58) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1b at (55, 22) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1b at (0, 11) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1c at (15, 55) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1c at (58, 28) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1c at (27, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 1d at (57, 38) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1d at (2, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1d at (35, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2a at (31, 55) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2a at (56, 7) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2b at (25, 55) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 2b at (0, 7) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2c at (58, 20) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2c at (16, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 2d at (0, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2d at (25, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 3 at (0, 8) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (52, 8) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (0, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (52, 10) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a at (0, 35) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (52, 35) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5a at (3, 6) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5a at (50, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b at (24, 39) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 5b at (47, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5b at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5c at (0, 37) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5c at (50, 15) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5d at (52, 37) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5d at (2, 8) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5e at (0, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5e at (50, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5e at (3, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5f at (52, 39) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5f at (2, 10) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5f at (49, 6) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5g at (0, 38) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5g at (52, 37) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5g at (50, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5h at (0, 37) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5h at (52, 35) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5h at (2, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6a at (140, 47) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6a at (0, 44) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6b at (69, 88) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6b at (0, 47) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 6b at (140, 44) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 6c at (71, 88) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6c at (140, 47) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 6c at (0, 44) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 6d at (69, 88) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6d at (0, 47) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 6d at (140, 44) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6e at (71, 88) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6e at (140, 47) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 6e at (0, 44) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7a at (0, 32) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 7a at (119, 31) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 7b at (119, 32) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 7b at (0, 31) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 8a at (119, 48) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 8a at (0, 47) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 8b at (0, 48) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 8b at (119, 47) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 9a at (0, 14) color (0, 255, 186, 255) direction 0
    Debug: Found connector on 9a at (58, 5) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 9b at (58, 14) color (0, 255, 186, 255) direction 1
    Debug: Found connector on 9b at (0, 5) color (0, 255, 186, 255) direction 0
    Debug: Found connector on campsite1left at (58, 12) color (240, 255, 0, 255) direction 1
    Debug: Found connector on campsite1right at (14, 12) color (240, 255, 0, 255) direction 0
    Debug: Found connector on campsite2left at (56, 12) color (240, 255, 0, 255) direction 1
    Debug: Found connector on campsite2right at (16, 12) color (240, 255, 0, 255) direction 0
    Debug: Found connector on campsite3left at (56, 12) color (240, 255, 0, 255) direction 1
    Debug: Found connector on campsite3right at (16, 12) color (240, 255, 0, 255) direction 0
    Debug: Found connector on campsite4left at (53, 12) color (240, 255, 0, 255) direction 1
    Debug: Found connector on campsite4right at (19, 12) color (240, 255, 0, 255) direction 0
    Debug: Found connector on campsite5left at (58, 12) color (240, 255, 0, 255) direction 1
    Debug: Found connector on campsite5right at (14, 12) color (240, 255, 0, 255) direction 0
    Debug: Found connector on campsite6left at (56, 12) color (240, 255, 0, 255) direction 1
    Debug: Found connector on campsite6right at (16, 12) color (240, 255, 0, 255) direction 0
    Debug: Found connector on endceiling1 at (8, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2a at (8, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2b at (8, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2c at (8, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling2d at (8, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on endceiling3 at (8, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on enddarkleft at (6, 3) color (0, 255, 186, 255) direction 1
    Debug: Found connector on enddarkright at (0, 3) color (0, 255, 186, 255) direction 0
    Debug: Found connector on endfloor1 at (8, 3) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2a at (8, 4) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2b at (8, 4) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2c at (8, 4) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endfloor2d at (8, 4) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endleft1a at (29, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1b at (29, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft1c at (29, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2a at (21, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2b at (21, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2c at (21, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3a at (10, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3b at (10, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft3c at (10, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4a at (7, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4b at (7, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft4c at (7, 3) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright1a at (0, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1b at (0, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright1c at (0, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2a at (0, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2b at (0, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2c at (0, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3a at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3b at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright3c at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4a at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4b at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright4c at (0, 3) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance1 at (75, 72) color (240, 255, 0, 255) direction 1
    Debug: Found connector on entrance1 at (31, 5) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance2a at (18, 40) color (240, 255, 0, 255) direction 0
    Debug: Found connector on entrance2a at (57, 40) color (240, 255, 0, 255) direction 1
    Debug: Found connector on entrance2a at (60, 6) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance2a at (13, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance2b at (18, 40) color (240, 255, 0, 255) direction 0
    Debug: Found connector on entrance2b at (60, 6) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance2b at (13, 5) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance2c at (55, 40) color (240, 255, 0, 255) direction 1
    Debug: Found connector on entrance2c at (13, 6) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance2c at (60, 5) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance3 at (0, 63) color (240, 255, 0, 255) direction 0
    Debug: Found connector on entrance3 at (66, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance4a at (0, 4) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance4a at (2, 4) color (0, 38, 255, 255) direction 1
    Debug: Found connector on entrance4b at (0, 4) color (0, 255, 186, 255) direction 0
    Debug: Found connector on entrance4b at (2, 4) color (0, 255, 186, 255) direction 1
    Debug: Found connector on entrance5 at (0, 25) color (240, 255, 0, 255) direction 0
    Debug: Found connector on entrance5 at (48, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance6 at (54, 38) color (240, 255, 0, 255) direction 1
    Debug: Found connector on entrance6 at (21, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 1 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (70, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2 at (0, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (89, 39) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (0, 39) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (89, 39) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 4 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 4 at (89, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (91, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 6 at (51, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 7 at (0, 16) color (0, 38, 255, 255) direction 0
    Debug: Found connector on entrance at (121, 16) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 1 at (41, 57) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 1 at (5, 13) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 1 at (78, 13) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 2 at (5, 27) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 2 at (78, 27) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (6, 27) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 3 at (83, 27) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 3 at (44, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 4 at (19, 57) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 4 at (11, 6) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 5 at (83, 34) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 5 at (44, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 6 at (19, 57) color (0, 38, 255, 255) direction 2
    Debug: Found connector on 6 at (66, 32) color (0, 38, 255, 255) direction 1
    Debug: Found connector on 6 at (19, 5) color (0, 38, 255, 255) direction 3
    Debug: Found connector on 7 at (6, 26) color (0, 38, 255, 255) direction 0
    Debug: Found connector on 7 at (77, 26) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endbottom at (9, 14) color (0, 38, 255, 255) direction 2
    Debug: Found connector on endleft at (78, 27) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleft2 at (78, 27) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endleftsmall at (5, 2) color (0, 38, 255, 255) direction 1
    Debug: Found connector on endright at (6, 27) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endright2 at (6, 27) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endrightsmall at (1, 2) color (0, 38, 255, 255) direction 0
    Debug: Found connector on endtop at (4, 0) color (0, 38, 255, 255) direction 3
    Debug: Found connector on entrance1 at (119, 13) color (0, 38, 255, 255) direction 3
    Info: Done loading Star::Root.
    Info: Writing Star::Configuration to '..\starbound.config'
    Debug: Correcting path from /items/swords/randomgenerated/broadsword/blade/4.png to /items/swords/randomgenerated/Broadsword/blade/4.png
    Debug: Correcting path from /items/swords/randomgenerated/broadsword/handle/33.png to /items/swords/randomgenerated/Broadsword/handle/33.png
    Debug: Correcting path from /items/generic/crafting/feroziumbar.item to /items/generic/crafting/Feroziumbar.item
    Debug: Correcting path from /items/generic/crafting/violiumbar.item to /items/generic/crafting/Violiumbar.item
    Debug: Correcting path from /interface/title/singleplayerover.png to /interface/title/singleplayerOver.png
    Warn: Perf: ClientApplication::update millis: 151
    Warn: Perf: StarApplicationBase::run.innerLoop.update millis: 151
    Debug: Correcting path from /interface/title/firstlogo.png to /interface/title/FirstLogo.png
    Warn: Perf: ClientApplication::render millis: 506
    Warn: Perf: StarApplicationBase::run.innerLoop.render millis: 506
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 687
    Debug: Correcting path from /interface/title/singleplayerover.png to /interface/title/singleplayerOver.png
    Debug: Correcting path from /items/swords/randomgenerated/broadsword/blade/4.png to /items/swords/randomgenerated/Broadsword/blade/4.png
    Debug: Correcting path from /items/swords/randomgenerated/broadsword/handle/33.png to /items/swords/randomgenerated/Broadsword/handle/33.png
    Debug: Correcting path from /items/armors/floran/floranhunter/icons.png to /items/armors/floran/floranhunter/Icons.png
    Debug: Correcting path from /items/armors/floran/floranhunter/icons.png to /items/armors/floran/floranhunter/Icons.png
    Debug: Correcting path from /items/armors/floran/floransurvivalist/icons.png to /items/armors/floran/floransurvivalist/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Warn: Perf: ClientApplication::processInput millis: 165
    Warn: Perf: StarApplicationBase::run.innerLoop.SDL_PollEvent millis: 165
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 270
    Debug: Correcting path from /items/swords/randomgenerated/broadsword/blade/4.png to /items/swords/randomgenerated/Broadsword/blade/4.png
    Debug: Correcting path from /items/swords/randomgenerated/broadsword/handle/33.png to /items/swords/randomgenerated/Broadsword/handle/33.png
    Debug: Correcting path from /items/armors/floran/floranhunter/icons.png to /items/armors/floran/floranhunter/Icons.png
    Debug: Correcting path from /items/armors/floran/floransurvivalist/icons.png to /items/armors/floran/floransurvivalist/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/floran/floranhunter/icons.png to /items/armors/floran/floranhunter/Icons.png
    Debug: Correcting path from /items/armors/floran/floransurvivalist/icons.png to /items/armors/floran/floransurvivalist/Icons.png
    Debug: Correcting path from /items/armors/floran/floransurvivalist/icons.png to /items/armors/floran/floransurvivalist/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Info: Creating world alpha:-70940907:-79822260:-21397570:9:7
    Debug: Correcting path from /biomes/underground/generic/top/desert.undergroundparallax to /biomes/underground/Generic/top/desert.undergroundparallax
    Debug: Correcting path from /biomes/underground/generic/top/desertunderground.png to /biomes/underground/Generic/top/desertunderground.png
    Debug: Correcting path from /biomes/underground/generic/top/rockdivider.png to /biomes/underground/Generic/top/rockdivider.png
    Debug: Correcting path from /biomes/underground/generic/top/rockunderground.undergroundparallax to /biomes/underground/Generic/top/rockunderground.undergroundparallax
    Debug: Correcting path from /biomes/underground/generic/desert.undergroundparallax to /biomes/underground/Generic/desert.undergroundparallax
    Debug: Correcting path from /biomes/underground/generic/desertunderground.png to /biomes/underground/Generic/desertunderground.png
    Debug: Correcting path from /biomes/underground/generic/rockdivider.png to /biomes/underground/Generic/rockdivider.png
    Info: Spawn surface at (0, 649.5)
    Info: Generating 1 dungeons
    Info: Generating a dungeon
    Info: Failed to place a dungeon at (3784, 668)
    Info: Generating a dungeon
    Info: Placing dungeon at (3403, 649)
    Debug: Dungeon entrance placed at (3403, 609)
    Debug: Trying to add part entrance1 at (3403, 609) connectors: 1
    Debug: Connects to 2 parts
    Debug: placed
    Debug: Trying to add part 1 at (3481, 566) connectors: 3
    Debug: Connects to 5 parts
    Debug: Connects to 9 parts
    Debug: placed
    Debug: Connects to 8 parts
    Debug: placed
    Debug: Trying to add part 2 at (3409, 552) connectors: 2
    Debug: Connects to 8 parts
    Debug: placed
    Debug: Connects to 7 parts
    Debug: Trying to add part 7 at (3552, 553) connectors: 2
    Debug: Connects to 9 parts
    Debug: Connects to 8 parts
    Debug: placed
    Debug: Trying to add part 6 at (3349, 547) connectors: 3
    Debug: Connects to 3 parts
    Debug: placed
    Debug: Connects to 8 parts
    Debug: Connects to 3 parts
    Debug: placed
    Debug: Trying to add part 4 at (3617, 573) connectors: 2
    Debug: Connects to 4 parts
    Debug: placed
    Debug: Connects to 9 parts
    Debug: Trying to add part 5 at (3324, 603) connectors: 2
    Debug: Connects to 7 parts
    Debug: placed
    Debug: Connects to 4 parts
    Debug: Trying to add part 4 at (3349, 496) connectors: 2
    Debug: Connects to 4 parts
    Debug: Connects to 9 parts
    Debug: placed
    Debug: Trying to add part endtop at (3632, 629) connectors: 1
    Debug: Connects to 4 parts
    Debug: Trying to add part endrightsmall at (3405, 635) connectors: 1
    Debug: Connects to 9 parts
    Debug: Trying to add part 2 at (3283, 475) connectors: 2
    Debug: Connects to 8 parts
    Debug: placed
    Debug: Connects to 7 parts
    Debug: Trying to add part 3 at (3206, 475) connectors: 3
    Debug: Connects to 8 parts
    Debug: placed
    Debug: Connects to 8 parts
    Debug: Connects to 4 parts
    Debug: placed
    Debug: Trying to add part 6 at (3147, 470) connectors: 3
    Debug: Connects to 3 parts
    Debug: placed
    Debug: Connects to 8 parts
    Debug: Connects to 3 parts
    Debug: placed
    Debug: Trying to add part endbottom at (3241, 462) connectors: 1
    Debug: Connects to 5 parts
    Debug: Trying to add part 5 at (3122, 526) connectors: 2
    Debug: Connects to 7 parts
    Debug: placed
    Debug: Connects to 4 parts
    Debug: Trying to add part endbottom at (3157, 462) connectors: 1
    Debug: Connects to 5 parts
    Debug: Trying to add part endrightsmall at (3203, 558) connectors: 1
    Debug: Connects to 9 parts
    Debug: Settling dungeon water.
    Debug: Flushing dungeon into the worldgen.
    Debug: Marking Box{min:(3404, 609) max:(3641, 761)} as dungeon region
    Debug: Marking (3404, 3641) as dungeon surface of height 649
    Debug: Marking Box{min:(3487, 566) max:(3558, 622)} as dungeon region
    Debug: Marking (3487, 3558) as dungeon surface of height 649
    Debug: Marking Box{min:(3415, 554) max:(3486, 607)} as dungeon region
    Debug: Marking (3415, 3486) as dungeon surface of height 649
    Debug: Marking Box{min:(3559, 555) max:(3628, 609)} as dungeon region
    Debug: Marking (3559, 3628) as dungeon surface of height 649
    Debug: Marking Box{min:(3353, 553) max:(3414, 603)} as dungeon region
    Debug: Marking (3353, 3414) as dungeon surface of height 649
    Debug: Marking Box{min:(3629, 573) max:(3698, 629)} as dungeon region
    Debug: Marking (3629, 3698) as dungeon surface of height 649
    Debug: Marking Box{min:(3327, 604) max:(3406, 654)} as dungeon region
    Debug: Marking (3327, 3406) as dungeon surface of height 649
    Debug: Marking Box{min:(3361, 496) max:(3430, 552)} as dungeon region
    Debug: Marking (3361, 3430) as dungeon surface of height 649
    Debug: Marking Box{min:(3633, 630) max:(3652, 634)} as dungeon region
    Debug: Marking (3633, 3652) as dungeon surface of height 649
    Debug: Marking Box{min:(3407, 635) max:(3411, 643)} as dungeon region
    Debug: Marking (3407, 3411) as dungeon surface of height 649
    Debug: Marking Box{min:(3289, 477) max:(3360, 530)} as dungeon region
    Debug: Marking (3289, 3360) as dungeon surface of height 649
    Debug: Marking Box{min:(3213, 476) max:(3288, 524)} as dungeon region
    Debug: Marking (3213, 3288) as dungeon surface of height 649
    Debug: Marking Box{min:(3151, 476) max:(3212, 526)} as dungeon region
    Debug: Marking (3151, 3212) as dungeon surface of height 649
    Debug: Marking Box{min:(3243, 465) max:(3270, 475)} as dungeon region
    Debug: Marking (3243, 3270) as dungeon surface of height 649
    Debug: Marking Box{min:(3125, 527) max:(3204, 577)} as dungeon region
    Debug: Marking (3125, 3204) as dungeon surface of height 649
    Debug: Marking Box{min:(3159, 465) max:(3186, 475)} as dungeon region
    Debug: Marking (3159, 3186) as dungeon surface of height 649
    Debug: Marking Box{min:(3205, 558) max:(3209, 566)} as dungeon region
    Debug: Marking (3205, 3209) as dungeon surface of height 649
    Warn: Object dungeonpod does not have a price set
    Warn: Slow asset 0.063 : /items/instruments/oboeicon.png
    Warn: Slow asset 0.063 : /items/instruments/oboeicon.png
    Warn: Perf: DungeonDefinition::buildDungeon millis: 464
    Warn: Perf: DungeonGenerator::generate millis: 478
    Debug: Dungeon entrance placed at (3884, 671)
    Debug: Trying to add part 10 at (3884, 671) connectors: 0
    Debug: Settling dungeon water.
    Debug: Flushing dungeon into the worldgen.
    Warn: Perf: UniverseServer::createWorld millis: 2839
    Info: UniverseServer: client connection made from local
    Info: Sending Handshake Challenge
    Info: Sending Handshake Repsonse
    Warn: Object boosterflame does not have a price set
    Warn: Object apexfuelhatch does not have a category set
    Warn: Object apexfuelhatch does not have a price set
    Warn: Object apexshiplocker does not have a price set
    Warn: Object teleporter does not have a price set
    Warn: Object apexcaptainschair does not have a price set
    Warn: Object smallboosterflame does not have a price set
    Info: Loading world db for world alpha:-56147221:-16528300:-29043630:4:11
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Info: Client 'Marshall G.' <1> (IODevice <0x6e028ed0>) connected
    Debug: Correcting path from /interface/escmenu/body.png to /interface/escMenu/body.png
    Debug: Correcting path from /interface/escmenu/returntogame.png to /interface/escMenu/returntogame.png
    Debug: Correcting path from /interface/escmenu/returntogame-over.png to /interface/escMenu/returntogame-over.png
    Debug: Correcting path from /interface/escmenu/options.png to /interface/escMenu/options.png
    Debug: Correcting path from /interface/escmenu/options-over.png to /interface/escMenu/options-over.png
    Debug: Correcting path from /interface/escmenu/saveandquit.png to /interface/escMenu/saveandquit.png
    Debug: Correcting path from /interface/escmenu/saveandquit-over.png to /interface/escMenu/saveandquit-over.png
    Debug: Correcting path from /interface/escmenu/body.png to /interface/escMenu/body.png
    Debug: Correcting path from /interface/escmenu/3dPrinterUp.png to /interface/escMenu/3dprinterup.png
    Debug: Correcting path from /interface/escmenu/3dPrinter.png to /interface/escMenu/3dprinter.png
    Debug: Correcting path from /interface/escmenu/techUp.png to /interface/escMenu/techup.png
    Debug: Correcting path from /interface/escmenu/tech.png to /interface/escMenu/tech.png
    Debug: Correcting path from /interface/escmenu/cancelUp.png to /interface/escMenu/cancelup.png
    Debug: Correcting path from /interface/escmenu/cancel.png to /interface/escMenu/cancel.png
    Warn: Perf: ClientApplication::update millis: 3287
    Warn: Perf: StarApplicationBase::run.innerLoop.update millis: 3287
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 3413
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Debug: Correcting path from /items/armors/human/human-cool/icons.png to /items/armors/human/human-cool/Icons.png
    Warn: Perf: WorldServerThread::sync millis: 312
    Warn: Perf: UniverseServer::doTriggeredStorage millis: 537
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Warn: Perf: UniverseServer::run.innerloop millis: 971
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Debug: Correcting path from /items/armors/human/human-cool/bsleeve.png to /items/armors/human/human-cool/BSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Warn: Perf: Assets::loadVariant millis: 194
    Warn: Slow asset 0.194 : /interface/windowconfig/crafting.config
    Warn: Perf: Assets::loadBaseImage millis: 232
    Warn: Slow asset 0.232 : /interface/crafting/itemsSelected.png
    Warn: Perf: Assets::loadImage millis: 232
    Warn: Slow asset 0.232 : /interface/crafting/itemsSelected.png
    Warn: Perf: ClientApplication::processInput millis: 436
    Warn: Perf: StarApplicationBase::run.innerLoop.SDL_PollEvent millis: 436
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 450
    Debug: Correcting path from /items/armors/human/human-cool/chestm.png to /items/armors/human/human-cool/ChestM.png
    Info: Shutting down world alpha:-70940907:-79822260:-21397570:9:7
    Info: Shutting down world alpha:-56147221:-16528300:-29043630:4:11
    Debug: Correcting path from /interface/escmenu/body.png to /interface/escMenu/body.png
    Debug: Correcting path from /interface/escmenu/saveandquit.png to /interface/escMenu/saveandquit.png
    Debug: Correcting path from /interface/escmenu/options.png to /interface/escMenu/options.png
    Debug: Correcting path from /interface/escmenu/returntogame.png to /interface/escMenu/returntogame.png
    Debug: Correcting path from /interface/escmenu/options-over.png to /interface/escMenu/options-over.png
    Debug: Correcting path from /interface/escmenu/saveandquit-over.png to /interface/escMenu/saveandquit-over.png
    Debug: Correcting path from /items/armors/human/human-cool/fsleeve.png to /items/armors/human/human-cool/FSleeve.png
    Info: Client disconnecting...
    Info: Client received world stop packet, leaving: Removed
    Info: Client 'Marshall G.' <1> (IODevice <0x6e028ed0>) disconnected
    Info: Reaping client 'Marshall G.' <1> (IODevice <0x6e028ed0>) connection
    Warn: Perf: UniverseServer::run.innerloop millis: 172
    Warn: Perf: ClientApplication::update millis: 250
    Warn: Perf: StarApplicationBase::run.innerLoop.update millis: 250
    Debug: Correcting path from /interface/title/firstlogo.png to /interface/title/FirstLogo.png
    Warn: Perf: ClientApplication::render millis: 465
    Warn: Perf: StarApplicationBase::run.innerLoop.render millis: 465
    Warn: Perf: StarApplicationBase::run.innerLoop millis: 745
    Info: Application quitting!
    Info: [ [ "WorldServerThread::run.sleeping", "Cnt#: ", 5598, "Sum(ms)", 91080, "Avg", 16, "SAvg", 3, "Min", 1, "Max", 18, "Last", 16, "Var(avg,us)", 12439.4, "VMax(ms)", 15, "Parent", "" ], [ "StarApplicationBase::run.innerLoop", "Cnt#: ", 3631, "Sum(ms)", 70836, "Avg", 19, "SAvg", 14, "Min", 8, "Max", 3413, "Last", 8, "Var(avg,us)", 203587, "VMax(ms)", 3397, "Parent", "" ], [ "UniverseServer::run.innerloop", "Cnt#: ", 364, "Sum(ms)", 37261, "Avg", 102, "SAvg", 232, "Min", 39, "Max", 971, "Last", 172, "Var(avg,us)", 409997, "VMax(ms)", 871, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.render", "Cnt#: ", 3628, "Sum(ms)", 23052, "Avg", 6, "SAvg", 1, "Min", 0, "Max", 506, "Last", 1, "Var(avg,us)", 4824.7, "VMax(ms)", 506, "Parent", "" ], [ "ClientApplication::render", "Cnt#: ", 3626, "Sum(ms)", 23029, "Avg", 6, "SAvg", 1, "Min", 0, "Max", 506, "Last", 1, "Var(avg,us)", 4822.12, "VMax(ms)", 506, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.sleeping", "Cnt#: ", 7590, "Sum(ms)", 19978, "Avg", 2, "SAvg", 1, "Min", 1, "Max", 12, "Last", 1, "Var(avg,us)", 1632.15, "VMax(ms)", 11, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsSwapBuffers", "Cnt#: ", 3630, "Sum(ms)", 16110, "Avg", 4, "SAvg", 1, "Min", 1, "Max", 62, "Last", 5, "Var(avg,us)", 3861.71, "VMax(ms)", 59, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.preSleeping", "Cnt#: ", 2938, "Sum(ms)", 15330, "Avg", 5, "SAvg", 1, "Min", 1, "Max", 12, "Last", 8, "Var(avg,us)", 1955.41, "VMax(ms)", 10, "Parent", "" ], [ "WorldClient::updateLighting", "Cnt#: ", 2161, "Sum(ms)", 7716, "Avg", 3, "SAvg", 3, "Min", 3, "Max", 6, "Last", 4, "Var(avg,us)", 570.569, "VMax(ms)", 3, "Parent", "" ], [ "Assets::loadVariant", "Cnt#: ", 14506, "Sum(ms)", 7034, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 194, "Last", 0, "Var(avg,us)", 484.903, "VMax(ms)", 194, "Parent", "" ], [ "ClientApplication::update", "Cnt#: ", 3691, "Sum(ms)", 6951, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 3287, "Last", 0, "Var(avg,us)", 1625.85, "VMax(ms)", 3287, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.update", "Cnt#: ", 3690, "Sum(ms)", 6950, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 3287, "Last", 0, "Var(avg,us)", 1626.29, "VMax(ms)", 3287, "Parent", "" ], [ "WorldPainter::render", "Cnt#: ", 2163, "Sum(ms)", 6674, "Avg", 3, "SAvg", 2, "Min", 2, "Max", 373, "Last", 3, "Var(avg,us)", 24128.1, "VMax(ms)", 361, "Parent", "" ], [ "Assets::loadImage", "Cnt#: ", 10532, "Sum(ms)", 5526, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 232, "Last", 0, "Var(avg,us)", 524.212, "VMax(ms)", 232, "Parent", "" ], [ "WorldServerThread::update.worldUpdate", "Cnt#: ", 5626, "Sum(ms)", 4685, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 243, "Last", 41, "Var(avg,us)", 833.807, "VMax(ms)", 243, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.postSleeping", "Cnt#: ", 4656, "Sum(ms)", 4664, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 2, "Last", 1, "Var(avg,us)", 1.71821, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::update", "Cnt#: ", 5665, "Sum(ms)", 4627, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 243, "Last", 41, "Var(avg,us)", 817.829, "VMax(ms)", 243, "Parent", "" ], [ "Assets::loadBaseImage", "Cnt#: ", 8527, "Sum(ms)", 4347, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 232, "Last", 0, "Var(avg,us)", 509.206, "VMax(ms)", 232, "Parent", "" ], [ "WorldServer::update", "Cnt#: ", 5699, "Sum(ms)", 4328, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 91, "Last", 1, "Var(avg,us)", 760.484, "VMax(ms)", 82, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.SDL_PollEvent", "Cnt#: ", 3688, "Sum(ms)", 4237, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 3193, "Last", 0, "Var(avg,us)", 194014, "VMax(ms)", 3193, "Parent", "" ], [ "ClientApplication::updateRunning", "Cnt#: ", 2190, "Sum(ms)", 3219, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 49, "Last", 1, "Var(avg,us)", 1072.6, "VMax(ms)", 36, "Parent", "" ], [ "WorldGenerator::prepareTiles", "Cnt#: ", 255, "Sum(ms)", 3132, "Avg", 12, "SAvg", 0, "Min", 0, "Max", 37, "Last", 30, "Var(avg,us)", 6949.02, "VMax(ms)", 37, "Parent", "" ], [ "UniverseServer::createWorld", "Cnt#: ", 2, "Sum(ms)", 2960, "Avg", 1480, "SAvg", 2828, "Min", 121, "Max", 2839, "Last", 121, "Var(avg,us)", 1.359e+006, "VMax(ms)", 2718, "Parent", "" ], [ "UniverseClient::update", "Cnt#: ", 2192, "Sum(ms)", 1993, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 46, "Last", 1, "Var(avg,us)", 910.584, "VMax(ms)", 32, "Parent", "" ], [ "WorldStorage::update", "Cnt#: ", 1438, "Sum(ms)", 1879, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 67, "Last", 0, "Var(avg,us)", 1393.6, "VMax(ms)", 67, "Parent", "" ], [ "WorldClient::update", "Cnt#: ", 2192, "Sum(ms)", 1829, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 12, "Last", 1, "Var(avg,us)", 838.504, "VMax(ms)", 10, "Parent", "" ], [ "Npc::tickMaster", "Cnt#: ", 12718, "Sum(ms)", 1047, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 13, "Last", 0, "Var(avg,us)", 82.3243, "VMax(ms)", 13, "Parent", "" ], [ "ClientApplication::processInput", "Cnt#: ", 1326, "Sum(ms)", 943, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 436, "Last", 0, "Var(avg,us)", 711.916, "VMax(ms)", 436, "Parent", "" ], [ "Assets::loadFont", "Cnt#: ", 2, "Sum(ms)", 849, "Avg", 424, "SAvg", 845, "Min", 0, "Max", 849, "Last", 0, "Var(avg,us)", 424500, "VMax(ms)", 849, "Parent", "" ], [ "MainInterface::update", "Cnt#: ", 2188, "Sum(ms)", 749, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 5, "Last", 0, "Var(avg,us)", 341.865, "VMax(ms)", 5, "Parent", "" ], [ "Player::tickMaster", "Cnt#: ", 2195, "Sum(ms)", 554, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 2, "Last", 0, "Var(avg,us)", 251.481, "VMax(ms)", 2, "Parent", "" ], [ "UniverseServer::doTriggeredStorage", "Cnt#: ", 372, "Sum(ms)", 537, "Avg", 1, "SAvg", 21, "Min", 0, "Max", 537, "Last", 0, "Var(avg,us)", 231608, "VMax(ms)", 537, "Parent", "" ], [ "DungeonGenerator::generate", "Cnt#: ", 2, "Sum(ms)", 480, "Avg", 240, "SAvg", 3, "Min", 2, "Max", 478, "Last", 478, "Var(avg,us)", 238000, "VMax(ms)", 476, "Parent", "" ], [ "DungeonDefinition::buildDungeon", "Cnt#: ", 2, "Sum(ms)", 465, "Avg", 232, "SAvg", 462, "Min", 1, "Max", 464, "Last", 1, "Var(avg,us)", 231500, "VMax(ms)", 463, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.renderPost", "Cnt#: ", 3627, "Sum(ms)", 441, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 53, "Last", 0, "Var(avg,us)", 121.312, "VMax(ms)", 53, "Parent", "" ], [ "WorldPainter::updateLighting", "Cnt#: ", 2166, "Sum(ms)", 419, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 193.444, "VMax(ms)", 1, "Parent", "" ], [ "Object::tickMaster", "Cnt#: ", 331801, "Sum(ms)", 397, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 1.1965, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::sync", "Cnt#: ", 2, "Sum(ms)", 381, "Avg", 190, "SAvg", 311, "Min", 69, "Max", 312, "Last", 69, "Var(avg,us)", 121500, "VMax(ms)", 243, "Parent", "" ], [ "UniverseServer::handleQueuedConnections", "Cnt#: ", 372, "Sum(ms)", 334, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 334, "Last", 0, "Var(avg,us)", 119462, "VMax(ms)", 334, "Parent", "" ], [ "UniverseServer::handleQueuedConnections.one", "Cnt#: ", 1, "Sum(ms)", 334, "Avg", 334, "SAvg", 334, "Min", 334, "Max", 334, "Last", 334, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldGenerator::prepareSector", "Cnt#: ", 127, "Sum(ms)", 266, "Avg", 2, "SAvg", 0, "Min", 0, "Max", 23, "Last", 1, "Var(avg,us)", 1779.53, "VMax(ms)", 22, "Parent", "" ], [ "ClientApplication::renderInit", "Cnt#: ", 5, "Sum(ms)", 238, "Avg", 47, "SAvg", 9, "Min", 9, "Max", 193, "Last", 9, "Var(avg,us)", 38000, "VMax(ms)", 183, "Parent", "" ], [ "WorldServerThread::readFullWorld", "Cnt#: ", 3, "Sum(ms)", 209, "Avg", 69, "SAvg", 67, "Min", 50, "Max", 91, "Last", 50, "Var(avg,us)", 13666.7, "VMax(ms)", 23, "Parent", "" ], [ "Object::tickClient", "Cnt#: ", 33644, "Sum(ms)", 171, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 2, "Last", 0, "Var(avg,us)", 5.08263, "VMax(ms)", 2, "Parent", "" ], [ "WorldPainter::updateLighting.setColorMap", "Cnt#: ", 2165, "Sum(ms)", 67, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 30.9469, "VMax(ms)", 1, "Parent", "" ], [ "Renderer::setColorMap", "Cnt#: ", 2166, "Sum(ms)", 66, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 30.4709, "VMax(ms)", 1, "Parent", "" ], [ "UniverseServer::handleQueuedDisconnections", "Cnt#: ", 372, "Sum(ms)", 53, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 53, "Last", 0, "Var(avg,us)", 142.473, "VMax(ms)", 53, "Parent", "" ], [ "WorldClient::queueUpdatePackets", "Cnt#: ", 2193, "Sum(ms)", 38, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 1, "Var(avg,us)", 17.3279, "VMax(ms)", 1, "Parent", "" ], [ "UniverseServer::shutdownInactiveWorlds", "Cnt#: ", 372, "Sum(ms)", 38, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 21, "Last", 0, "Var(avg,us)", 102.151, "VMax(ms)", 21, "Parent", "" ], [ "ClientApplication::updateTitle", "Cnt#: ", 1254, "Sum(ms)", 35, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 8, "Last", 0, "Var(avg,us)", 50.2392, "VMax(ms)", 8, "Parent", "" ], [ "Assets::loadAudio", "Cnt#: ", 22, "Sum(ms)", 31, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 8, "Last", 7, "Var(avg,us)", 1363.64, "VMax(ms)", 8, "Parent", "" ], [ "WorldGenerator::generateMicroDungeons", "Cnt#: ", 24, "Sum(ms)", 26, "Avg", 1, "SAvg", 0, "Min", 0, "Max", 3, "Last", 1, "Var(avg,us)", 1083.33, "VMax(ms)", 3, "Parent", "" ], [ "Cinematic::render", "Cnt#: ", 3628, "Sum(ms)", 19, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 5, "Last", 0, "Var(avg,us)", 7.99338, "VMax(ms)", 5, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsClear", "Cnt#: ", 3628, "Sum(ms)", 18, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 4.96141, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::update.clientsIncommingPackets", "Cnt#: ", 5749, "Sum(ms)", 17, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 17, "Last", 0, "Var(avg,us)", 2.95704, "VMax(ms)", 17, "Parent", "" ], [ "WorldPainter::renderNametags", "Cnt#: ", 2164, "Sum(ms)", 16, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 7.39372, "VMax(ms)", 1, "Parent", "" ], [ "ClientApplication::renderDestroy", "Cnt#: ", 5, "Sum(ms)", 12, "Avg", 2, "SAvg", 0, "Min", 0, "Max", 5, "Last", 3, "Var(avg,us)", 2400, "VMax(ms)", 5, "Parent", "" ], [ "UniverseServer::handleQueuedConnection.handshake", "Cnt#: ", 1, "Sum(ms)", 10, "Avg", 10, "SAvg", 10, "Min", 10, "Max", 10, "Last", 10, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedConnection.handshake.waitforresponse", "Cnt#: ", 1, "Sum(ms)", 10, "Avg", 10, "SAvg", 10, "Min", 10, "Max", 10, "Last", 10, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Assets::postProcessAudio", "Cnt#: ", 5, "Sum(ms)", 9, "Avg", 1, "SAvg", 1, "Min", 0, "Max", 5, "Last", 0, "Var(avg,us)", 2000, "VMax(ms)", 4, "Parent", "" ], [ "WorldGenerator::convertBiomeMetaMaterials", "Cnt#: ", 126, "Sum(ms)", 7, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 55.5556, "VMax(ms)", 1, "Parent", "" ], [ "Audio::parseWav", "Cnt#: ", 18, "Sum(ms)", 6, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 3, "Last", 0, "Var(avg,us)", 333.333, "VMax(ms)", 3, "Parent", "" ], [ "WorldPainter::renderParticles", "Cnt#: ", 6491, "Sum(ms)", 4, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.616238, "VMax(ms)", 1, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsStart", "Cnt#: ", 3628, "Sum(ms)", 2, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.551268, "VMax(ms)", 1, "Parent", "" ], [ "LivingWorldAgent::update", "Cnt#: ", 1425, "Sum(ms)", 2, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 1.40351, "VMax(ms)", 1, "Parent", "" ], [ "WorldGenerator::dirtyCollisionCache", "Cnt#: ", 127, "Sum(ms)", 2, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 15.748, "VMax(ms)", 1, "Parent", "" ], [ "Cinematic::update", "Cnt#: ", 5883, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 0.169981, "VMax(ms)", 1, "Parent", "" ], [ "ClientApplication::updateSplash", "Cnt#: ", 242, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 4.13223, "VMax(ms)", 1, "Parent", "" ], [ "Assets::loadBytes", "Cnt#: ", 12, "Sum(ms)", 1, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 1, "Last", 0, "Var(avg,us)", 83.3333, "VMax(ms)", 1, "Parent", "" ], [ "WorldServerThread::addClient", "Cnt#: ", 1, "Sum(ms)", 1, "Avg", 1, "SAvg", 1, "Min", 1, "Max", 1, "Last", 1, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Spawner::update", "Cnt#: ", 5776, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::update.clientsOutgoingPackets", "Cnt#: ", 5645, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "StarApplicationBase::run.innerLoop.graphicsFinish", "Cnt#: ", 3627, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "Player::tickSlave", "Cnt#: ", 2241, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ChatBubbleManager::update", "Cnt#: ", 2192, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "ChatBubbleManager::render", "Cnt#: ", 2164, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::clients", "Cnt#: ", 587, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendClockUpdates", "Cnt#: ", 374, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendContextUpdates", "Cnt#: ", 372, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::sendPendingChat", "Cnt#: ", 372, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::handleQueuedWarps", "Cnt#: ", 372, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "WorldServerThread::removeClient", "Cnt#: ", 1, "Sum(ms)", 0, "Avg", 0, "SAvg", 0, "Min", 0, "Max", 0, "Last", 0, "Var(avg,us)", 0, "VMax(ms)", 0, "Parent", "" ], [ "UniverseServer::WorldThread::run.innerLoop", "Cnt#: ", 0 ], [ "WorldServer::Generator::generateEntities", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.update", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.worldUpdate", "Cnt#: ", 0 ], [ "WorldRenderer::updateLightMap.setColorMap", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.clientsOutgoingPackets", "Cnt#: ", 0 ], [ "WorldServer::Generator::generateTiles", "Cnt#: ", 0 ], [ "ColorMapQuadRenderer::setColorMap", "Cnt#: ", 0 ], [ "FlowingWaterAgent::update", "Cnt#: ", 0 ], [ "Assets::process", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.clientsIncommingPackets", "Cnt#: ", 0 ], [ "DungeonGenerator::generateNearZero", "Cnt#: ", 0 ], [ "WorldRenderer::renderParticles", "Cnt#: ", 0 ], [ "Assets::getImage", "Cnt#: ", 0 ], [ "Object::update", "Cnt#: ", 0 ], [ "StarApplicationBase::run.innerLoop.SDL_GL_SwapBuffers", "Cnt#: ", 0 ], [ "Assets::loadFromDisk", "Cnt#: ", 0 ], [ "", "Cnt#: ", 0 ], [ "NPC::update", "Cnt#: ", 0 ], [ "WorldRenderer::renderPerf", "Cnt#: ", 0 ], [ "WorldRenderer::render", "Cnt#: ", 0 ], [ "NPCSpawner::step", "Cnt#: ", 0 ], [ "Player::update", "Cnt#: ", 0 ], [ "WorldRenderer::updateLightMap", "Cnt#: ", 0 ], [ "StarApplicationBase::run.innerLoop.glClear", "Cnt#: ", 0 ], [ "Projectile::update", "Cnt#: ", 0 ], [ "UniverseServer::WorldThread::run.innerLoop.sleeping", "Cnt#: ", 0 ], [ "MuzzleFlashEffect::update", "Cnt#: ", 0 ], [ "Assets::image", "Cnt#: ", 0 ], [ "universe_time", "233007" ], [ "server_18125784471457319021_entities", "0" ], [ "server_18125784471457319021_sectors", "0" ], [ "server_18125784471457319021_planet", "alpha:-70940907:-79822260:-21397570:9:7" ], [ "server_18125784471457319021_world_time", "30.0717" ], [ "server_1091266390256264321_entities", "16" ], [ "server_1091266390256264321_sectors", "70" ], [ "server_1091266390256264321_planet", "null" ], [ "server_1091266390256264321_world_time", "37.7747" ], [ "server_5080841054764258319_entities", "0" ], [ "server_5080841054764258319_sectors", "0" ], [ "server_5080841054764258319_planet", "alpha:-56147221:-16528300:-29043630:4:11" ], [ "server_5080841054764258319_world_time", "30.0657" ], [ "universe_time_client", "233007" ], [ "client_entities", "17" ], [ "client_sectors", "47" ], [ "client_incoming_bps", "239" ], [ "client_outgoing_bps", "698.02" ], [ "client_worst_incoming", "48:120" ], [ "client_worst_outgoing", "12:423" ], [ "render_fps", "60.1477" ], [ "update_rate", "59.2235" ], [ "player_pos", "548.61 518.50" ], [ "player_vel", "0.00 -0.96" ], [ "player_aim", "551.19 517.00" ], [ "light_level", "0.177509" ], [ "liquid_level", "0" ], [ "version", "Beta v. Offended Koala" ] ]
    Info: Shutting down Star::Root
    
     
  12. Syviery

    Syviery Starship Captain

    I'm not very good at that stuff but it appears there is either a problem in player.config and/or chowboy chest doesn't exist.
     
  13. juliuslove

    juliuslove Phantasmal Quasar

    Do you know how to zip the mod into an archive and attach it? I can glance through the files and see if I can find something that is causing the items to not work. The error is from a file missing or being misnamed, as Syviery said.

    Code:
    Warn: Slow asset 0.063 : /items/armors/backitems/slimcape/slimcapebackicon.png
    Warn: Slow asset 0.063 : /items/armors/backitems/slimcape/slimcapebackicon.png
    Error: Could not load /items/armors/backitems/slimcape/slimcapebackicon.png asset, attempting to use default.
    AssetException: No such asset '/items/armors/backitems/slimcape/slimcapebackicon.png'
    If you look at the slow bit... It is having trouble reading the file and where it errors, it will cause a crash if anything trys to draw on that item that didn't load.
     
  14. BitHorizon

    BitHorizon Ketchup Robot

    Chowboy chest is from another mod I believe and it is a misspelling of "Cowboy", which is why it doesn't let me make the cowboy chestpiece.
     
  15. Syviery

    Syviery Starship Captain

    Well, that's all i got.....
     
  16. BitHorizon

    BitHorizon Ketchup Robot

    Slimcape is part of the Vanity Station mod. It has nothing to do with mine and taking mine out causes it to work fine.
    Also, I can PM you with the RAR file. Give me a moment.
     
  17. Syviery

    Syviery Starship Captain

    Which items are in your mod so we should look for them?
     
  18. BitHorizon

    BitHorizon Ketchup Robot

    If you'd like, I can send you a RAR with the files in it so you can see exactly what they are.
     
  19. Syviery

    Syviery Starship Captain

    IDK, its up to you i guess; I can try though.
     
  20. juliuslove

    juliuslove Phantasmal Quasar

    A bit of an odd question, but what program do you use to edit your mod files?
     

Share This Page