Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Pages: 1 [2]

Author Topic: New modder needing help  (Read 1731 times)

xenoargh

  • Admiral
  • *****
  • Posts: 5078
  • naively breaking things!
    • View Profile
Re: New modder needing help
« Reply #15 on: September 25, 2019, 05:13:16 PM »

You got rid of the curly bracket at the end of the JSON file and at the beginning, what's this:

Code
        {
            "angle": 0,
            "arc": 315,
            "id": "WS 001",
            "locations": [
                109,
                18
            ]{

You realllllllly need to pay attention to the brackets and commas and suchlike.  FWIW, I've had plenty of adventures with those, lol.
Logged
Please check out my SS projects :)
Xeno's Mod Pack

connortron7

  • Captain
  • ****
  • Posts: 439
  • "God has cursed me for my hubris" - brian gilbert
    • View Profile
Re: New modder needing help
« Reply #16 on: September 25, 2019, 06:29:34 PM »

You got rid of the curly bracket at the end of the JSON file and at the beginning, what's this:

Code
        {
            "angle": 0,
            "arc": 315,
            "id": "WS 001",
            "locations": [
                109,
                18
            ]{

You realllllllly need to pay attention to the brackets and commas and suchlike.  FWIW, I've had plenty of adventures with those, lol.

Oh ok thanks, yeah i heard those curly lads often cause trouble lol.
Pages: 1 [2]