Modding Help Can someone make this mod work again?

Discussion in 'Starbound Modding' started by claudekennilol, Sep 6, 2014.

  1. claudekennilol

    claudekennilol Space Kumquat

  2. Ricowan

    Ricowan Scruffy Nerf-Herder

    I think the problem is that the __merge command no longer works. You can simply extract the assets folder, grab the client.config from there and put it in the mod's folder, then edit it to delete all of the items in the normalModeDeathDrops array (it's at the bottom of the file). Works for me when I tried it just now.
     
  3. THAU

    THAU Scruffy Nerf-Herder

    Here is the equivalent code with the new modding system :

    client.config.patch :
    Code:
    [
      { "op" : "replace", "path" : "/normalModeDeathDrops", "value" : [] }
    ]
    
     

Share This Page