Modding Help SAIL problem from Skittles Advanced Race Template

Discussion in 'Starbound Modding' started by RelicMC, Aug 17, 2021.

  1. RelicMC

    RelicMC Orbital Explorer

    hello
    i tried make custom AI but whatever i do, the game still using vanila one
    i tried follow this tutorial but the video just how to edit image, not the code

    i don't know this is working or not, but this is the A.I.confiq code from skittles

    Code:
    [{
            "op" : "add",
            "path" : "/species/Oneshot",
            "value" : {
                "aiFrames" : "OneshotAI.png",
                "portraitFrames" : "portraits/Oneshotportrait.png",
                "staticFrames" : "staticOneshot.png"   
            }
        }
    ]
    
    and here the file if you guys want too
     

    Attached Files:

Share This Page