Modding Help Replace and Remove Operations Won't Work

Discussion in 'Starbound Modding' started by Danakk04, Jun 5, 2020.

Tags:
  1. Danakk04

    Danakk04 Void-Bound Voyager

    I've tried everything I can think of, and yet the parts of my patches that include the operations "remove" and "replace" still have no effect on the game whatsoever.

    Here's an example of some of the code that doesn't work:

    Code:
    [ {
    "op" : "replace",
    "path" : "/shortdescription",
    "value" : "Alien Terraformer"
    } ]
    Any suggestions?
     
  2. projectmayhem

    projectmayhem Spaceman Spiff

    What item/object are you trying to change? If it from a mod or vanilla?
     
  3. Danakk04

    Danakk04 Void-Bound Voyager

    It was a vanilla item, but it didn't seem to work for modded items either
     
  4. projectmayhem

    projectmayhem Spaceman Spiff

    it should work, you have the patch file in the same path as the vanilla file right?
     
  5. Danakk04

    Danakk04 Void-Bound Voyager

    I must've skimmed over that bit while reading! It works fine now, thanks!
     
  6. projectmayhem

    projectmayhem Spaceman Spiff

    No problem :)
     

Share This Page