Search found 51 matches

by Notso
Sun Mar 31, 2024 12:26 am
Forum: General Discussion
Topic: Start encryption for released game
Replies: 3
Views: 169

Re: Start encryption for released game

Encryption is an option in both the default settings page of S3 and by code
https://docs.moodkie.com/easy-save-3/es ... mpression/
I would imagine you could just turn it on and the next save would use encryption without issues.
by Notso
Tue Mar 19, 2024 2:30 pm
Forum: General Discussion
Topic: How to build out without build keeping saves?
Replies: 11
Views: 652

Re: How to build out without build keeping saves?

I do something similar for a few values, what you could do is have the SO value then a runtime value, and set the runtime value = default. Then you can just save the runtime value and reload the runtime value. But for a build the default value will always be the original float you want. Keep in mind...
by Notso
Sun Mar 17, 2024 1:47 am
Forum: General Discussion
Topic: How to build out without build keeping saves?
Replies: 11
Views: 652

Re: How to build out without build keeping saves?

Not sure I understand totally but if you are saving values into a scriptable object, then that would be why.
They retain data even after play.
That might be the issue here.
I am sure Joel might have more insight though.
by Notso
Thu Mar 07, 2024 4:58 pm
Forum: General Discussion
Topic: How can i save a list of gameobjects?
Replies: 11
Views: 795

Re: How can i save a list of gameobjects?

In another post (a duplicate I think) you have a lot of fields private. Are the fields not saving private? Try making everything public for a test and see if es3 then works...(if it does then you can just make get/set for those fields) You can open the save file and see the values it is saving as we...
by Notso
Wed Mar 06, 2024 4:22 pm
Forum: General Discussion
Topic: How can i save a list of gameobjects?
Replies: 11
Views: 795

Re: How can i save a list of gameobjects?

(Please use the code tags when posting code... there is button in the chat box for it, makes it easier to read) Sorry to jump in here and hope to not make matters worse but it looks like you might be over complicating things for easysave. I had the same issue and the solution was much simpler than e...
by Notso
Tue Feb 27, 2024 3:37 pm
Forum: General Discussion
Topic: Not Saving a child?
Replies: 5
Views: 499

Re: Not Saving a child?

Ok, sorry about that, didn't even think of that. (the posting of the method). Yeah, I was trying and even es3nonserialized the entire script I thought it was, instead it is something else about that 1 particular object I just can't find and knowing what script or line in the file it is trying to rea...
by Notso
Mon Feb 26, 2024 11:44 pm
Forum: General Discussion
Topic: Not Saving a child?
Replies: 5
Views: 499

Re: Not Saving a child?

So in relation to this error... Is there some way to put a debug in to at least see what script or object it is referencing to narrow it down, well, more specific which object in the list it is trying to use? It is so far only that 1...but it totally matches the others, no extra scripts or anything....
by Notso
Fri Feb 23, 2024 3:31 pm
Forum: General Discussion
Topic: Not Saving a child?
Replies: 5
Views: 499

Re: Not Saving a child?

Sure, I will have to do it Sunday (Working 10hr nights makes it hard to make time)
Will submit the requested in a day or 2.
What I have noticed is the AIentity has the same transform ID..but that shouldn't matter if the ES3 ID is different right?

I DM a couple links.
by Notso
Thu Feb 22, 2024 6:09 pm
Forum: General Discussion
Topic: Not Saving a child?
Replies: 5
Views: 499

Not Saving a child?

OK... For the zombie, I Right clicked and made ES3Prefab from asset window (not hierarchy). I have a zombie set up as an empty parent, under this parent I have 2 children. 1 called AI and the other TargetTrigger. On Load the zombie was no where in the scene, the parent was there and the 1 child targ...
by Notso
Mon Feb 19, 2024 12:39 am
Forum: General Discussion
Topic: Try to load from multiple save list.
Replies: 4
Views: 303

Re: Try to load from multiple save list.

He has a package with an example of how to use save slots

https://moodkie.com/forum/viewtopic.php?t=2466