August 19 - The day when all your mods died.

Discussion in 'Dev Blog' started by OmnipotentEntity, Aug 20, 2014.

  1. Kawa

    Kawa Tiy's Beard

    Send it over and I'll see what you're missing.
     
  2. Mcuberboss1969

    Mcuberboss1969 Aquatic Astronaut

    • USER WAS WARNED FOR THIS POST. Reason: Being a jerk. Expires: One month.
    Hey ChuckleFuck stop dicking around with your game and buying dogs.
     
  3. J-block

    J-block Pay it Forward

  4. Type1Ninja

    Type1Ninja Hard-To-Destroy Reptile

    Wow... I mean... Wow... I just... *brain fizzles*

    What an idiot.
     
  5. THE_____

    THE_____ Phantasmal Quasar

    Hang on i thought there was a censor on the forums?
     
  6. RyuujinZERO

    RyuujinZERO Supernova

    Only in so far as there is a moderator stood behind you with a banhammer if you step out of line or abuse the absence of a filter ;)
     
  7. THE_____

    THE_____ Phantasmal Quasar

    Thank you Ryuujin you have now caused me to shudder whenever i see a moderator.
     
  8. Milavelo

    Milavelo Big Damn Hero

    Awful news to hear.

    The Variety is the Spice of Life biome mod is the best one we have IMO.

    However, the creator is still on hiatus last I checked, and what this news means is that either the creator will need to return and fix it for this new system eventually, or someone new will need to do so..

    :zzz:
     
  9. GorunNova

    GorunNova Pangalactic Porcupine

    The cool thing is, if he ever does come back to work on it, this new patching system will make it compatible like it never has been before. ^^
     
  10. OmnipotentEntity

    OmnipotentEntity Code Monkey Forum Administrator

    The awesome thing about using an RFC is there are other utilities you can use to help you.

    This website will generate the patch for you given the expected input and the desired output: http://chbrown.github.io/rfc6902/
     
  11. RyuujinZERO

    RyuujinZERO Supernova

    Oh wow, that's awesome, makes life MUCH easier.
     
  12. LordHavoc

    LordHavoc Phantasmal Quasar

    Notepad++ and regular expressions...gotta love em
     
  13. VarekRaith

    VarekRaith Phantasmal Quasar

    This hurts, but was sorely needed. The merge system just had too many flaws and limitations. Better to get this done and over with now instead of further down the line. :)
     
  14. Scival

    Scival Oxygen Tank

    You mean you dont see why they did the change? Yeah, same here, but i think its some bullshit about code and science and e=1337sikldjfhlasdkdjnakljdnZ0MGH4XZkehdngfsdlghsdj
    Wait
    What was i even trying to say again?
     
  15. Crystan

    Crystan Maverick Hunter

    In case someone else had also problems with setting up a proper physics.config.patch - Omni helped me and here's a example:
    Code:
        [
          {
            "op" : "add",
            "path" : "/boulder",
            "value" : {
              "gravityMultiplier" : 0.0,
              "bounceFactor" : 0.0,
              "maxMovementPerStep" : 0.4,
              "groundSlideMovementEnabled" : false,
              "collisionPoly" : [ [0, 1.25], [1.25, 0], [0, -5], [-1.25, 0], [0, 1.25] ],
              "ignorePlatformCollision" : false,
              "groundFriction" : 0.0,
              "airFriction" : 0.2,
              "liquidFriction" : 0.0,
              "speedLimit" : null
            }
          }
        ]
     
  16. moddownloader

    moddownloader Phantasmal Quasar

  17. VarekRaith

    VarekRaith Phantasmal Quasar

    Uh, this change was needed. It'll make compatibility far easier.
     
  18. Scival

    Scival Oxygen Tank

    I know that, i was just herp derping.
     
  19. NanoPi

    NanoPi Scruffy Nerf-Herder

    mods that move things around or delete things will have a hard time coexisting with other mods.

    what if there is a mod that does this:

    Code:
    {"op" : "test", "path" : "/genders/1/shirt/5", "value" : "underchest" }
    {"op" : "remove", "path" : "/genders/1/shirt/5" }
    and another mod comes along that patches first and does this:

    Code:
    {"op" : "remove", "path" : "/genders/1/shirt/4" }
    will there be a way to select "underchest" by name instead of using the number 5?
     
    GorunNova likes this.
  20. Desolator

    Desolator Pangalactic Porcupine

    Here's some music (not mine of course) that I feel fits perfectly to how I feel about this:
     

Share This Page