1. Welcome to the Starbound support forums. Please check the support FAQs before posting: http://playstarbound.com/support

Closed [PATCH] Couple referential integrity errors

Discussion in 'Starbound Support' started by lexyeevee, May 3, 2015.

Thread Status:
Not open for further replies.
  1. lexyeevee

    lexyeevee Void-Bound Voyager

    I stumbled upon these for... reasons.
    • plants/bushes/ground/swampbush/swampbush.bush: name is "swampshrub", but it should be "swampbush" to match the filename.
    • codex/documents/lasladiary03.codex: name is "lasladiary023", but it should be "lasladiary03" to match the filename.
    • codex/documents/floranambition.codexitem: codexId is "florannotes", but it should be "floranambition" to match the filename.
    • treasure/common.treasurepools: "coffee" is listed in the "produce" pool, but there is no such item; it should be "coffeebeans".
    • codex/documents/towerresults.codexitem and codex/documents/towerbeverage.codexitem: the "Codex" suffix is missing from the item names (treasure/lore.treasurepools refers to them with "Codex" suffixes).
    • player.config: several of the defaultBlueprints refer to items that don't exist or don't have recipes: woodenstonefurnacetable, ironbeacon, diamond.
    • species/penguin.config: several of the defaultBlueprints refer to items that don't exist or don't have recipes: burger, sweetcorn, icecream.
    • species/novakid.config: several of the defaultBlueprints refer to items that don't have recipes: novakidsuspenders, novakidsuspenderspants, novakidjacket, novakidjacketpants, novakidwaistcoat, novakidblackpants.
    Patch against current stable that fixes the item names and deletes the bogus blueprints: https://gist.github.com/eevee/07288e27f2f191ce2449#file-starbound-referential-integrity-patch
     
    Last edited: May 3, 2015
  2. lexyeevee

    lexyeevee Void-Bound Voyager

    Best Answer
    Aha, I think I ran into it against update 2; you're right, there's a recipe now. I think that's the only one I didn't double-check against update 3, oops :)
     
  3. nimmerland

    nimmerland Existential Complex

    Last edited: May 3, 2015
  4. lexyeevee

    lexyeevee Void-Bound Voyager

    Best Answer
    Aha, I think I ran into it against update 2; you're right, there's a recipe now. I think that's the only one I didn't double-check against update 3, oops :)
     
Thread Status:
Not open for further replies.

Share This Page