Search found 3 matches

by shadenmonk
Wed Aug 25, 2021 6:25 pm
Forum: General Discussion
Topic: GetKeys() is returning a way lower number than the amount of entries I have in my file
Replies: 4
Views: 935

Re: GetKeys() is returning a way lower number than the amount of entries I have in my file

I see, I was using the IDE called Atom to look at my .byte files (because opening them through unity would break the ES3 assemblies for some reason, requiring me to do a reimport all), but anyways, the file that I had opened in Atom (with all the keys) was not representing the actual contents of the...
by shadenmonk
Wed Aug 25, 2021 5:29 pm
Forum: General Discussion
Topic: GetKeys() is returning a way lower number than the amount of entries I have in my file
Replies: 4
Views: 935

Re: GetKeys() is returning a way lower number than the amount of entries I have in my file

Thank you for the quick response. I changed the ext to .txt from .bytes so I could attach it here. 0_Classic.txt is the file I am pulling from. Using the GetKeys() function, the only keys that are returning are Keys: "Classic_3" up to "Classic_15" All other entries were ignored. ...
by shadenmonk
Wed Aug 25, 2021 11:16 am
Forum: General Discussion
Topic: GetKeys() is returning a way lower number than the amount of entries I have in my file
Replies: 4
Views: 935

GetKeys() is returning a way lower number than the amount of entries I have in my file

For some reason, using GetKeys().length on my file returns a length of 13 instead of the 40+ entries I have in my .bytes file. Any idea of what may be going on? I Checked the formatting on the .bytes file and it appears to be all intact.