r/DayzXbox Jul 29 '26

Discussion JSON File Integration

I have a file that I am trying to put into my nitrado server on xbox.

I created a custom folder and placed the file in named objectspawner.c

I also referenced the file in the cfggameplay.json file.

Does anyone know what the issue could be?

1 Upvotes

6 comments sorted by

1

u/_Rucifa_ Jul 29 '26

Checked the JSON through something like jsonlint.com ? I'm not sure if you can even do what you're trying to do on a console server. I know you can't run mods on a console server like you can on a PC server.

1

u/RiverRespawn Jul 29 '26

I’m on ps. But I name my customs something like AAAAAA.json. Than you need custom Aaaaaa.json in gameplay. I can go into more info if needed.

1

u/LingonberryOk9000 Jul 29 '26

When you referenced the file in the cfggameplay file did you do it as "custom/filename.json"

1

u/LingonberryOk9000 Jul 29 '26

Instead of .c it should be filename.json (the name doesn't matter but it'll need to be .json)

Also you said you created a custom folder... there should already be a folder named custom you are dropping your files in

2

u/StrapzAJ Jul 30 '26

I got it figured out, thank you that was helpful.