1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Toxic EPP Version 1.0

For swimming in toxic oceans and playing in acid rain!

  1. Alex_Hupsch

    Alex_Hupsch Void-Bound Voyager

    Alex_Hupsch submitted a new mod:

    Toxic EPP - For swimming in toxic oceans and playing in acid rain!

    Read more about this mod...
     
    Last edited: Aug 17, 2016
  2. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Your player.config.patch is wrong:
    Code:
    [
      {
      "op":"add",
      "path":"/defaultBlueprints/tier1/-",
      "value":{ "item" : "toxiceppback" }
      },
    ]
    should be:
    Code:
    [
      {
      "op":"add",
      "path":"/defaultBlueprints/tier1/-",
      "value":{ "item" : "toxiceppback" }
      }
    ]
    The metadata name should be _metadata not .metadata and the contents of the metadata also seems to be an old structure.
    Try this instead:
    Code:
    {
      "author" : "Your name here",
      "description" : "your description here",
      "name" : "name of the mod",
      "version" : "1.0"
    }
    This is a really short metadata there are more options.

    The item itself is missing the modifier for "stat" : "lanternglow" (should have amount, baseMultiplier or effectiveMultiplier in the statuseffect config for this stat)

    ~ Iris ~
     
  3. Mooncalf99

    Mooncalf99 Spaceman Spiff

    This item is somewhat redundant, since a vanilla EPP with a poison resistance augment will allow you to swim in poison just fine. Doesn't stop the rain, but there's nothing interesting on the surface anyway.
     
  4. Alex_Hupsch

    Alex_Hupsch Void-Bound Voyager

    This is mostly for practice.
     
  5. Alex_Hupsch

    Alex_Hupsch Void-Bound Voyager

    Even after making those changes, I still can't make it work. I fail at modding.
     
  6. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    When you're modding always check your starbound.log when something fails. It always holds information about what failed. ;) Most common are simple syntax errors. (i often forget the "then" next to "if" when doing lua x) )

    ~ Iris ~
     
  7. Alex_Hupsch

    Alex_Hupsch Void-Bound Voyager

    Iris Blanche likes this.
  8. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    No problem >v<

    ~ Iris ~
     
  9. Toa_Derax

    Toa_Derax Pangalactic Porcupine

    Might wanna update the main thread, and say that the mod currently works.
     
    Alex_Hupsch likes this.
  10. Alex_Hupsch

    Alex_Hupsch Void-Bound Voyager

    Thanks!
     

Share This Page