September 11ish - Post Lag

Discussion in 'Dev Blog' started by metadept, Sep 12, 2014.

  1. metadept

    metadept Mostly Harmless Codesman

    metadept submitted a new blog post:

    September 11ish - Post Lag

    Continue reading the Original Blog Post
     
    Axe Garian, Tamorr, Ignify and 2 others like this.
  2. Feathery Dust

    Feathery Dust Spaceman Spiff

    When you say "Implementing interesting status effects", you mean stuff like racial status effects? For example waterbreathing for Hyltols?
     
    jonathonspy likes this.
  3. Rainbow Dash

    Rainbow Dash Oxygen Tank

    its good to see yah in the UK now
    cant wait for the speed to go up

    oh and fixing surface caves should be a high priority imo :rofl:
     
    Dargona1018 and Feathery Dust like this.
  4. Kawa

    Kawa Tiy's Beard

    Today's diffs: mostly lighting-related
    Code:
    FILES
    -----
    objects\apex\apexceilingtv\apexceilingtv.object
    [NEW] objects\generic\oillantern1\oillantern1.animation
    objects\generic\oillantern1\oillantern1.frames
    objects\generic\oillantern1\oillantern1.object
    objects\generic\oillantern1\oillantern1.png
    [NEW] objects\generic\oillantern1\oillantern1lit.frames
    [NEW] objects\generic\oillantern1\oillantern1lit.png
    [NEW] objects\generic\oillanterntall\oillanterntall.animation
    objects\generic\oillanterntall\oillanterntall.frames
    objects\generic\oillanterntall\oillanterntall.object
    objects\generic\oillanterntall\oillanterntall.png
    [NEW] objects\generic\oillanterntall\oillanterntalllit.frames
    [NEW] objects\generic\oillanterntall\oillanterntalllit.png
    objects\generic\redalert\redalert.object
    objects\generic\rusticoven\rusticoven.object
    [NEW] objects\generic\rusticoven\rusticovenlit.frames
    [NEW] objects\generic\rusticoven\rusticovenlit.png
    [NEW] objects\generic\screenplanet\screenplanet.animation
    objects\generic\screenplanet\screenplanet.frames
    objects\generic\screenplanet\screenplanet.object
    objects\generic\screenplanet\screenplanet.png
    [NEW] objects\generic\screenplanet\screenplanetlit.frames
    [NEW] objects\generic\screenplanet\screenplanetlit.png
    objects\generic\tvstation\tvstation.object
    objects\generic\tvstation\tvstation.png
    [NEW] objects\generic\tvstation\tvstationlit.frames
    [NEW] objects\generic\tvstation\tvstationlit.png
    [NEW] objects\generic\woodentalllantern\woodentalllantern.animation
    objects\generic\woodentalllantern\woodentalllantern.frames
    objects\generic\woodentalllantern\woodentalllantern.object
    [NEW] objects\generic\woodentalllantern\woodentalllanternlit.frames
    [NEW] objects\generic\woodentalllantern\woodentalllanternlit.png
    [NEW] objects\generic\wrecktv\wrecktv.animation
    objects\generic\wrecktv\wrecktv.frames
    objects\generic\wrecktv\wrecktv.object
    [NEW] objects\generic\wrecktv\wrecktvlit.frames
    [NEW] objects\generic\wrecktv\wrecktvlit.png
    [NEW] sfx\objects\redalert2.wav
    
    DIFFS
    -----
    objects\apex\apexceilingtv\apexceilingtv.object
    14a15
    >
    
    objects\generic\oillantern1\oillantern1.frames
    7,15c7,15
    < [ "default.0", "default.1", "default.off" ],
    < [ "red.0", "red.1", "red.off" ],
    < [ "blue.0", "blue.1", "blue.off" ],
    < [ "green.0", "green.1", "green.off" ],
    < [ "yellow.0", "yellow.1", "yellow.off" ],
    < [ "orange.0", "orange.1", "orange.off" ],
    < [ "pink.0", "pink.1", "pink.off" ],
    < [ "black.0", "black.1", "black.off" ],
    < [ "white.0", "white.1", "white.off" ]
    ---
    > [ "default.1", "default.2", "default.off" ],
    > [ "red.1", "red.2", "red.off" ],
    > [ "blue.1", "blue.2", "blue.off" ],
    > [ "green.1", "green.2", "green.off" ],
    > [ "yellow.1", "yellow.2", "yellow.off" ],
    > [ "orange.1", "orange.2", "orange.off" ],
    > [ "pink.1", "pink.2", "pink.off" ],
    > [ "black.1", "black.2", "black.off" ],
    > [ "white.1", "white.2", "white.off" ]
    
    objects\generic\oillantern1\oillantern1.object
    11d10
    < "hydrophobic" : true,
    23,24c22,23
    < "amount" : 10,
    < "range" : 2
    ---
    > "amount" : 6,
    > "range" : 4
    27,29c26,32
    < "lightColor" : [204, 189, 173],
    < "flickerDistance" : 0.5,
    < "flickerStrength" : 0.1,
    ---
    > "lightColor" : [179, 155, 107],
    >
    > "flickerPeriod" : 0.3,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.075,
    > "flickerIntensityVariance" : 0.025,
    37,38c40,45
    < "frames" : 2,
    < "animationCycle" : 0.5,
    ---
    > "direction" : "right",
    >
    > "animationParts" : {
    > "bg" : "oillantern1.png",
    > "fg" : "oillantern1lit.png"
    > },
    47,48c54,59
    < "frames" : 2,
    < "animationCycle" : 0.5,
    ---
    > "direction" : "right",
    >
    > "animationParts" : {
    > "bg" : "oillantern1.png",
    > "fg" : "oillantern1lit.png"
    > },
    57,58c68,73
    < "frames" : 2,
    < "animationCycle" : 0.5,
    ---
    > "direction" : "right",
    >
    > "animationParts" : {
    > "bg" : "oillantern1.png",
    > "fg" : "oillantern1lit.png"
    > },
    65c80,90
    < "soundEffect" : "/sfx/objects/oillantern.wav"
    ---
    > "soundEffect" : "/sfx/objects/oillantern.wav",
    >
    > "animation" : "oillantern1.animation",
    > "animationPosition" : [0, 0],
    >
    > "scripts" : [ "/objects/wired/light/light.lua" ],
    > "scriptDelta" : 60,
    >
    > "interactive" : true,
    >
    > "inboundNodes" : [ [0, 0] ]
    
    objects\generic\oillanterntall\oillanterntall.frames
    7,15c7,15
    < [ "default.0", "default.1", "default.off" ],
    < [ "red.0", "red.1", "red.off" ],
    < [ "blue.0", "blue.1", "blue.off" ],
    < [ "green.0", "green.1", "green.off" ],
    < [ "yellow.0", "yellow.1", "yellow.off" ],
    < [ "orange.0", "orange.1", "orange.off" ],
    < [ "pink.0", "pink.1", "pink.off" ],
    < [ "black.0", "black.1", "black.off" ],
    < [ "white.0", "white.1", "white.off" ]
    ---
    > [ "default.1", "default.2", "default.off" ],
    > [ "red.1", "red.2", "red.off" ],
    > [ "blue.1", "blue.2", "blue.off" ],
    > [ "green.1", "green.2", "green.off" ],
    > [ "yellow.1", "yellow.2", "yellow.off" ],
    > [ "orange.1", "orange.2", "orange.off" ],
    > [ "pink.1", "pink.2", "pink.off" ],
    > [ "black.1", "black.2", "black.off" ],
    > [ "white.1", "white.2", "white.off" ]
    
    objects\generic\oillanterntall\oillanterntall.object
    10,11d9
    < "hydrophobic" : true,
    <
    22c20
    < "amount" : 15,
    ---
    > "amount" : 6,
    26,28c24,30
    < "lightColor" : [204, 189, 173],
    < "flickerDistance" : 0.5,
    < "flickerStrength" : 0.1,
    ---
    > "lightColor" : [179, 155, 107],
    >
    > "flickerPeriod" : 0.3,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.075,
    > "flickerIntensityVariance" : 0.025,
    34,36c36,42
    < "imagePosition" : [-3, 0],
    < "frames" : 2,
    < "animationCycle" : 0.3,
    ---
    > "imagePosition" : [-4, 0],
    > "direction" : "right",
    >
    > "animationParts" : {
    > "bg" : "oillanterntall.png",
    > "fg" : "oillanterntalllit.png"
    > },
    43c49,59
    < "soundEffect" : "/sfx/objects/oillantern.wav"
    ---
    > "soundEffect" : "/sfx/objects/oillantern.wav",
    >
    > "animation" : "oillanterntall.animation",
    > "animationPosition" : [-4, 0],
    >
    > "scripts" : [ "/objects/wired/light/light.lua" ],
    > "scriptDelta" : 60,
    >
    > "interactive" : true,
    >
    > "inboundNodes" : [ [0, 0] ]
    
    objects\generic\redalert\redalert.object
    12,13d11
    < "flickerDistance" : 0.5,
    < "flickerStrength" : 0.1,
    
    objects\generic\rusticoven\rusticoven.object
    23,24c23,24
    < "amount" : 5,
    < "range" : 2
    ---
    > "amount" : 10,
    > "range" : 4
    27,29c27,33
    < "lightColor" : [179, 165, 152],
    < "flickerDistance" : 0.5,
    < "flickerStrength" : 0.1,
    ---
    > "lightColor" : [179, 149, 107],
    >
    > "flickerPeriod" : 0.3,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.075,
    > "flickerIntensityVariance" : 0.025,
    35c39,42
    < "dualImage" : "rusticoven.png:<color>.<frame>",
    ---
    > "imageLayers" : [ { "image" : "rusticoven.png:<color>.<frame>", "fullbright" : true }, { "image" : "rusticovenlit.png:<color>.<frame>" } ],
    > "direction" : "left",
    > "flipImages" : true,
    >
    42c49,56
    < }
    ---
    > },
    > {
    > "imageLayers" : [ { "image" : "rusticoven.png:<color>.<frame>", "fullbright" : true }, { "image" : "rusticovenlit.png:<color>.<frame>" } ],
    > "direction" : "right",
    >
    > "imagePosition" : [-8, 0],
    > "frames" : 4,
    > "animationCycle" : 0.5,
    43a58,60
    > "spaceScan" : 0.1,
    > "anchors" : [ "bottom" ]
    > }
    
    objects\generic\screenplanet\screenplanet.frames
    5c5,6
    < "dimensions" : [8, 1]
    ---
    > "dimensions" : [9, 1],
    > "names" : [ [ "default.1", "default.2", "default.3", "default.4", "default.5", "default.6", "default.7", "default.8", "default.off" ] ]
    9c10
    < "default" : "0"
    ---
    > "default.default" : "default.off"
    
    objects\generic\screenplanet\screenplanet.object
    17,20c17,23
    < "lightColor" : [0, 40, 100],
    < "flickerDistance" : 0.2,
    < "flickerStrength" : 0.05,
    < "flickerTiming" : 4,
    ---
    > "lightColor" : [26, 42, 51],
    >
    > "flickerPeriod" : 0.4,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.05,
    > "flickerIntensityVariance" : 0.0,
    25c28
    < "image" : "screenplanet.png:<frame>",
    ---
    > "image" : "screenplanet.png:<color>.<frame>",
    27,28c30
    < "frames" : 8,
    < "animationCycle" : 1.0,
    ---
    > "direction" : "right",
    40c42,54
    < ]
    ---
    > ],
    >
    > "animation" : "screenplanet.animation",
    > "animationParts" : {
    > "bg" : "screenplanet.png",
    > "fg" : "screenplanetlit.png"
    > },
    > "animationPosition" : [-8, -0],
    >
    > "scripts" : [ "/objects/wired/light/light.lua" ],
    > "scriptDelta" : 60,
    >
    > "inboundNodes" : [ [0, 0] ]
    
    objects\generic\tvstation\tvstation.object
    8,10c8,13
    < "flickerDistance" : 0.2,
    < "flickerStrength" : 0.1,
    < "flickerTiming" : 8,
    ---
    >
    > "flickerPeriod" : 0.4,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.05,
    > "flickerIntensityVariance" : 0.0,
    25,26c28,31
    < "dualImage" : "tvstation.png:<color>.<frame>",
    < "imagePosition" : [-20, 0],
    ---
    > "imageLayers" : [ { "image" : "tvstation.png:<color>.<frame>", "fullbright" : true }, { "image" : "tvstationlit.png:<color>.<frame>" } ],
    > "imagePosition" : [-16, 0],
    > "direction" : "left",
    > "flipImages" : true,
    28c33
    < "animationCycle" : 0.5,
    ---
    > "animationCycle" : 0.6,
    31c36,45
    < "anchors" : [ "bottom" ]
    ---
    > "anchors" : [ "bottom" ],
    > "collision" : "platform",
    > "collisionSpaces" : [ [-1, 3], [0, 3], [1, 3], [2, 3] ]
    > },
    > {
    > "imageLayers" : [ { "image" : "tvstation.png:<color>.<frame>", "fullbright" : true }, { "image" : "tvstationlit.png:<color>.<frame>" } ],
    > "imagePosition" : [-16, 0],
    > "direction" : "right",
    > "frames" : 6,
    > "animationCycle" : 0.6,
    32a47,50
    > "spaceScan" : 0.1,
    > "anchors" : [ "bottom" ],
    > "collision" : "platform",
    > "collisionSpaces" : [ [-2, 3], [-1, 3], [0, 3], [1, 3] ]
    
    objects\generic\woodentalllantern\woodentalllantern.frames
    6,14c6,14
    < [ "default.0", "default.1", "default.2", "default.3", "default.off" ],
    < [ "red.0", "red.1", "red.2", "red.3", "red.off" ],
    < [ "blue.0", "blue.1", "blue.2", "blue.3", "blue.off" ],
    < [ "green.0", "green.1", "green.2", "green.3", "green.off" ],
    < [ "yellow.0", "yellow.1", "yellow.2", "yellow.3", "yellow.off" ],
    < [ "orange.0", "orange.1", "orange.2", "orange.3", "orange.off" ],
    < [ "pink.0", "pink.1", "pink.2", "pink.3", "pink.off" ],
    < [ "black.0", "black.1", "black.2", "black.3", "black.off" ],
    < [ "white.0", "white.1", "white.2", "white.3", "white.off" ]
    ---
    > [ "default.1", "default.2", "default.3", "default.4", "default.off" ],
    > [ "red.1", "red.2", "red.3", "red.4", "red.off" ],
    > [ "blue.1", "blue.2", "blue.3", "blue.4", "blue.off" ],
    > [ "green.1", "green.2", "green.3", "green.4", "green.off" ],
    > [ "yellow.1", "yellow.2", "yellow.3", "yellow.4", "yellow.off" ],
    > [ "orange.1", "orange.2", "orange.3", "orange.4", "orange.off" ],
    > [ "pink.1", "pink.2", "pink.3", "pink.4", "pink.off" ],
    > [ "black.1", "black.2", "black.3", "black.4", "black.off" ],
    > [ "white.1", "white.2", "white.3", "white.4", "white.off" ]
    
    objects\generic\woodentalllantern\woodentalllantern.object
    22,23c22,23
    < "amount" : 35,
    < "range" : 5
    ---
    > "amount" : 8,
    > "range" : 4
    26,28c26,32
    < "lightColor" : [191, 177, 163],
    < "flickerDistance" : 0.5,
    < "flickerStrength" : 0.1,
    ---
    > "lightColor" : [179, 149, 107],
    >
    > "flickerPeriod" : 0.3,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.075,
    > "flickerIntensityVariance" : 0.025,
    34,37c38,46
    <
    < "imagePosition" : [2, 0],
    < "frames" : 4,
    < "animationCycle" : 0.5,
    ---
    > "imagePosition" : [1, 0],
    > "animationPosition" : [-5, 0],
    > "direction" : "left",
    > "flipImages" : true,
    >
    > "animationParts" : {
    > "bg" : "woodentalllantern.png",
    > "fg" : "woodentalllanternlit.png"
    > },
    40a50,60
    > },
    > {
    > "image" : "woodentalllantern.png:<color>.<frame>",
    > "imagePosition" : [1, 0],
    > "animationPosition" : [1, 0],
    > "direction" : "right",
    >
    > "animationParts" : {
    > "bg" : "woodentalllantern.png",
    > "fg" : "woodentalllanternlit.png"
    > },
    41a62,63
    > "spaceScan" : 0.1,
    > "anchors" : [ "bottom" ]
    45c67,76
    < "soundEffect" : "/sfx/objects/torch.wav"
    ---
    > "soundEffect" : "/sfx/objects/torch.wav",
    >
    > "animation" : "woodentalllantern.animation",
    >
    > "scripts" : [ "/objects/wired/light/light.lua" ],
    > "scriptDelta" : 60,
    >
    > "interactive" : false,
    >
    > "inboundNodes" : [ [0, 2] ]
    
    objects\generic\wrecktv\wrecktv.frames
    5c5
    < "dimensions" : [15, 9],
    ---
    > "dimensions" : [16, 9],
    7,15c7,15
    < [ "default.0", "default.1", "default.2", "default.3", "default.4", "default.5", "default.6", "default.7", "default.8", "default.9", "default.10", "default.11", "default.12", "default.13", "default.14" ],
    < [ "red.0", "red.1", "red.2", "red.3", "red.4", "red.5", "red.6", "red.7", "red.8", "red.9", "red.10", "red.11", "red.12", "red.13", "red.14" ],
    < [ "blue.0", "blue.1", "blue.2", "blue.3", "blue.4", "blue.5", "blue.6", "blue.7", "blue.8", "blue.9", "blue.10", "blue.11", "blue.12", "blue.13", "blue.14" ],
    < [ "green.0", "green.1", "green.2", "green.3", "green.4", "green.5", "green.6", "green.7", "green.8", "green.9", "green.10", "green.11", "green.12", "green.13", "green.14" ],
    < [ "yellow.0", "yellow.1", "yellow.2", "yellow.3", "yellow.4", "yellow.5", "yellow.6", "yellow.7", "yellow.8", "yellow.9", "yellow.10", "yellow.11", "yellow.12", "yellow.13", "yellow.14" ],
    < [ "orange.0", "orange.1", "orange.2", "orange.3", "orange.4", "orange.5", "orange.6", "orange.7", "orange.8", "orange.9", "orange.10", "orange.11", "orange.12", "orange.13", "orange.14" ],
    < [ "pink.0", "pink.1", "pink.2", "pink.3", "pink.4", "pink.5", "pink.6", "pink.7", "pink.8", "pink.9", "pink.10", "pink.11", "pink.12", "pink.13", "pink.14" ],
    < [ "black.0", "black.1", "black.2", "black.3", "black.4", "black.5", "black.6", "black.7", "black.8", "black.9", "black.10", "black.11", "black.12", "black.13", "black.14" ],
    < [ "white.0", "white.1", "white.2", "white.3", "white.4", "white.5", "white.6", "white.7", "white.8", "white.9", "white.10", "white.11", "white.12", "white.13", "white.14" ]
    ---
    > [ "default.1", "default.2", "default.3", "default.4", "default.5", "default.6", "default.7", "default.8", "default.9", "default.10", "default.11", "default.12", "default.13", "default.14", "default.15", "default.off" ],
    > [ "red.1", "red.2", "red.3", "red.4", "red.5", "red.6", "red.7", "red.8", "red.9", "red.10", "red.11", "red.12", "red.13", "red.14", "red.15", "red.off" ],
    > [ "blue.1", "blue.2", "blue.3", "blue.4", "blue.5", "blue.6", "blue.7", "blue.8", "blue.9", "blue.10", "blue.11", "blue.12", "blue.13", "blue.14", "blue.15", "blue.off" ],
    > [ "green.1", "green.2", "green.3", "green.4", "green.5", "green.6", "green.7", "green.8", "green.9", "green.10", "green.11", "green.12", "green.13", "green.14", "green.15", "green.off" ],
    > [ "yellow.1", "yellow.2", "yellow.3", "yellow.4", "yellow.5", "yellow.6", "yellow.7", "yellow.8", "yellow.9", "yellow.10", "yellow.11", "yellow.12", "yellow.13", "yellow.14", "yellow.15", "yellow.off" ],
    > [ "orange.1", "orange.2", "orange.3", "orange.4", "orange.5", "orange.6", "orange.7", "orange.8", "orange.9", "orange.10", "orange.11", "orange.12", "orange.13", "orange.14", "orange.15", "orange.off" ],
    > [ "pink.1", "pink.2", "pink.3", "pink.4", "pink.5", "pink.6", "pink.7", "pink.8", "pink.9", "pink.10", "pink.11", "pink.12", "pink.13", "pink.14", "pink.15", "pink.off" ],
    > [ "black.1", "black.2", "black.3", "black.4", "black.5", "black.6", "black.7", "black.8", "black.9", "black.10", "black.11", "black.12", "black.13", "black.14", "black.15", "black.off" ],
    > [ "white.1", "white.2", "white.3", "white.4", "white.5", "white.6", "white.7", "white.8", "white.9", "white.10", "white.11", "white.12", "white.13", "white.14", "white.15", "white.off" ]
    20,28c20,37
    < "default.default" : "default.0",
    < "red.default" : "red.0",
    < "blue.default" : "blue.0",
    < "green.default" : "green.0",
    < "yellow.default" : "yellow.0",
    < "orange.default" : "orange.0",
    < "pink.default" : "pink.0",
    < "black.default" : "black.0",
    < "white.default" : "white.0"
    ---
    > "default.default" : "default.off",
    > "default.on" : "default.1",
    > "red.default" : "red.off",
    > "red.on" : "red.1",
    > "blue.default" : "blue.off",
    > "blue.on" : "blue.1",
    > "green.default" : "green.off",
    > "green.on" : "green.1",
    > "yellow.default" : "yellow.off",
    > "yellow.on" : "yellow.1",
    > "orange.default" : "orange.off",
    > "orange.on" : "orange.1",
    > "pink.default" : "pink.off",
    > "pink.on" : "pink.1",
    > "black.default" : "black.off",
    > "black.on" : "black.1",
    > "white.default" : "white.off",
    > "white.on" : "white.1"
    
    objects\generic\wrecktv\wrecktv.object
    3a4,13
    > "category" : "decorative",
    > "price" : 500,
    > "lightColor" : [100, 100, 100],
    >
    > "flickerPeriod" : 0.2,
    > "flickerMinIntensity" : 0.95,
    > "flickerMaxIntensity" : 1,
    > "flickerPeriodVariance" : 0.0,
    > "flickerIntensityVariance" : 0.05,
    >
    15,17d24
    < "category" : "decorative",
    < "price" : 500,
    <
    21c28,41
    < "image" : "wrecktv.png:<color>.<frame>",
    ---
    > "image" : "wrecktv.png:<color>.off",
    > "flipImages" : true,
    > "imagePosition" : [-24, -16],
    > "spaceScan" : 0.1,
    > "anchors" : [ "background" ],
    > "direction" : "left",
    > "animationParts" : {
    > "bg" : "wrecktv.png",
    > "fg" : "wrecktvlit.png"
    > },
    > "animationPosition" : [-24, -16]
    > },
    > {
    > "image" : "wrecktv.png:<color>.off",
    23,25d42
    < "frames" : 15,
    < "animationCycle" : 0.3,
    <
    28,31c45,50
    < "lightColor" : [255, 255, 228],
    < "flickerDistance" : 0.2,
    < "flickerStrength" : 0.05,
    < "flickerTiming" : 4
    ---
    > "direction" : "right",
    > "animationParts" : {
    > "bg" : "wrecktv.png",
    > "fg" : "wrecktvlit.png"
    > },
    > "animationPosition" : [-24, -16]
    33c52,61
    < ]
    ---
    > ],
    >
    > "soundEffect" : "/sfx/objects/tv_static.wav",
    >
    > "animation" : "wrecktv.animation",
    >
    > "scripts" : [ "/objects/wired/light/light.lua" ],
    > "scriptDelta" : 60,
    >
    > "inboundNodes" : [ [0, 0] ]
    
     
    Jbeetle likes this.
  5. Rainbow Dash

    Rainbow Dash Oxygen Tank

    i was waiting for this :rofl:
    also quoting you froze firefox for about 10 secs
     
  6. Kawa

    Kawa Tiy's Beard

    This is why you don't quote my diffs.
     
    OmegaMinion likes this.
  7. Feathery Dust

    Feathery Dust Spaceman Spiff

    Really? And I thought my internet was slow.
     
  8. Kawa

    Kawa Tiy's Beard

    For me, it's not that the internet itself is slow per se, but the longer a page of this forum gets, the slower the post editor reacts.
     
  9. Feathery Dust

    Feathery Dust Spaceman Spiff

    Oh, well considering that never happened to me I had no way of knowing what slows it down. Although I tried quoting your post and it loaded instantly, so maybe it's still connected to it in some way?
    EDIT: Now that I think of it, it could be affected by how much your computer is processing but I'm not 100% sure.
     
  10. Kawa

    Kawa Tiy's Beard

    Or maybe Xenforo is just overly bloated. I've had threads with ten times the posts-per-page on another board and no issues.

    But enough about that. Let's talk scripted status effects. oh wow it's slow already!
     
  11. Rainbow Dash

    Rainbow Dash Oxygen Tank

    its not my internet thats slow
    (its super fast accaly)
    its just the website/firefox being dumb
     
  12. GorunNova

    GorunNova Pangalactic Porcupine

    I saw "persistent world data", and smiiiiiled... Having scripts that can do things on a planet, and have those things stored persistently... that could lead to all sorts of fun things. ^_^
     
  13. Holy mother of god THANK YOU.
     
    OmegaMinion likes this.
  14. bayley

    bayley Cosmic Narwhal

    THIS IS WHY WE CAN'T HAVE NICE THINGS!
     
    Dargona1018, Kawa and Feathery Dust like this.
  15. Ignify

    Ignify Phantasmal Quasar

    Y <-- Why is that Y there?! (edit)
    Yes! We now have the potential to create some pretty cool events. For instance, maybe at sundown, a giant monster appears and you have to escape underground for some survival game or maybe something practical, like refilling chests.
     
    Last edited: Sep 15, 2014
  16. Speed Lightning

    Speed Lightning Phantasmal Quasar

    It's good to know that you made it safely, metadept. I look forward to seeing what you create, as well as what modders create thanks to the Lua bindings thingy. =D
     
  17. Nutric

    Nutric Pangalactic Porcupine

    Yay! Metadept! :D
    I can already smell the deliciousness of an update :3
     

Share This Page