Integrate Easy Save with Anti Cheat Toolkit

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
alteregogi
Posts: 1
Joined: Wed Aug 12, 2015 3:08 am

Integrate Easy Save with Anti Cheat Toolkit

Post by alteregogi »

Hello,
i just want to know, is Easy Save compatible with Anti Cheat Toolkit that have costum variable ?
like ObscuredInt, ObscuredFloat etc ?

so let's say if i've code like this

Code: Select all

public ObscuredInt myInt = 5;

ES2.Save(myInt, "savefile.sv?tag=myInt");
ObscuredInt loadMyInt = ES2.Load<ObscuredInt>("myInt");

Debug.Log(loadMyInt);

is that code will work like that ? or i should customize it ? because ObscuredInt is custom variable type from Anti Cheat Toolkit.

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

Re: Integrate Easy Save with Anti Cheat Toolkit

Post by Joel »

Hi there,

As we have no experience with that plugin, we can't confirm whether it's possible.

There's a guide to adding support for custom types HERE, but you may want to confirm with the makers of anti-cheat toolkit that it will work with their types.

All the best,
Joel
Locked