How can I Add array tag in File Editor

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
sspsos74
Posts: 8
Joined: Fri Mar 25, 2016 4:09 am

How can I Add array tag in File Editor

Post by sspsos74 »

Hi Joel,

First of all, I didn't know easy save 2 has the feature of file editing so I was considering I had to use Jason or CSV...
But Easy Save 2 offers File editor in itself ! it's very useful to handle inventory's values intuitionally.

But when I tried to make a file like player's skill prices...
I could make a file and then, I tried to add tags but it should have been an array like system.single[]
When I save a file using on script (for example : ES2.Save2DArray(value , "ValueFile.txt?tag=value")
if I open that file ValueFile.txt in File editor, it shows the tag's type is Sytem.Boolean[]
It means easy save's file editor can handle the array data.

But I can't find any array type when I try to add a tag !
Is there a way to add array tag in file editor? or should I just make it on script first ?

Thanks
Jinu
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: How can I Add array tag in File Editor

Post by Joel »

Hi Jinu,

It's not possible to use 2D/3D arrays with the File Editor, so as you suggest it will be necessary to create these using code.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Locked