Search found 16 matches

by ariza8627
Wed Aug 07, 2019 5:42 am
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

Just sent you a PM. Thank you for all your help! I'm just an 18 year old fresh out of high school who dreams of contributing to the gaming industry with my first release. I will let you know if I have any more questions but as I said in the PM, everything is working just fine as of now. Thank you, J...
by ariza8627
Tue Aug 06, 2019 3:16 pm
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

correction: possibly it may help to know that the _BaseStats class itself is not static but all of the variables inside of it are.
by ariza8627
Tue Aug 06, 2019 2:17 am
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

Awesome. And it figures that if the class is static, I can't use it the same as a non static one, that's how most things are so yea, i just figured you just didnt assume the class was static in the first place. But always have I thought about being able to make my _BaseStats class a non static one. ...
by ariza8627
Mon Aug 05, 2019 7:12 pm
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

ok I guess I understand how you could have each variable saved and then loaded back again but thats kinda wild. I mean, i would guess that when i save the class, each variable is saved and when i make the class = the saved directory of the class, each variable would be set equal to their past value,...
by ariza8627
Mon Aug 05, 2019 6:50 pm
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

I've been trying to figure this one out... if I were to save the whole class in one variable, how would i load specific variables back into the game? Still however, I did try to do ES3.Save<BaseStats>("_BaseStats", _BaseStats);, but it didn't like the syntax. The _BaseStats class is a stat...
by ariza8627
Thu Aug 01, 2019 5:38 am
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

Hey Joel. So I don't know how to profile the ES3.Save method in specific, but attached is the profile of the game's scripts.
~ashenAlex
by ariza8627
Tue Jul 30, 2019 9:20 pm
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

Also, separate question. Why does it take so long to save the game? I use a save method when you die, you click this button and it saves the "new" values but it takes like 6 seconds as opposed to the instant before I implemented a saving system. Any fix to this? I just use ES3.Save<int>......
by ariza8627
Tue Jul 30, 2019 8:10 pm
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

lol shit, forgot to attach pic... here it is.
by ariza8627
Tue Jul 30, 2019 8:09 pm
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

So I already made all these scenes, I just want a way to save progress on each and I don't understand how to do what you say because the option is grayed out. What I am trying to do is, I set the scene to "Active" and I highlight the scene by clicking on it and then as you can see in the a...
by ariza8627
Tue Jul 30, 2019 8:10 am
Forum: General Discussion
Topic: code doesn't process after I use ES3... ? I think?
Replies: 20
Views: 6721

Re: code doesn't process after I use ES3... ? I think?

Wow, I've been messing with my code all day today and I realized after just a few minutes how dumb I seemed. The errors were just from me not double checking I had everything right and getting discouraged from it not working... Anyways, I have it working, to an extent. Obviously I have a lot of work...