I am trying to load strings from my bank file. Every time I do, I get to a point and the string values simply stop loading. Is there a cap on how much of a string you can load from a bank at any time?
Currently, it stops at the 781st value within the stored string.
Additionally, this is what the debugger prints after it stops:
I am largely inactive, but I am still around. Feel free to poke me if you need some help, just be warned that I only really come back if I need help and/or if I'm posting a new map/library.
If you look at the raw script, you'll find that your code is actually much longer than the GUI says it is (probably around 2900 lines), post me the raw code and I could probably tell you which chunk if your code isn't working
EDIT+: Figured out the initial error. Leaving the thread up in case something else pops up or if I need help with something related. Will close when confident the problem and any other related problems are 100% fixed.
I am largely inactive, but I am still around. Feel free to poke me if you need some help, just be warned that I only really come back if I need help and/or if I'm posting a new map/library.
I am trying to load strings from my bank file. Every time I do, I get to a point and the string values simply stop loading. Is there a cap on how much of a string you can load from a bank at any time?
Currently, it stops at the 781st value within the stored string.
Additionally, this is what the debugger prints after it stops:
Whole of the string is somewhere around 3900 characters long.
Any ideas? Everything else related to pulling data from the bank works now, but this....
I read somewhere that the maximum amount of string allowed in a bank file is 775 or so, let me find the source.
Here Bank Facts
" -Longest string you can open/load is 775. (you can save actually any length of string, but you cant load it beyond 775) " - Hookah604
EDIT: Do you know how 360 is viewed as a real? I want to check the facing of a point but all that shows on the bank is 0 and -90...I have no idea what -90 is though....
I am largely inactive, but I am still around. Feel free to poke me if you need some help, just be warned that I only really come back if I need help and/or if I'm posting a new map/library.
EDIT: Do you know how 360 is viewed as a real? I want to check the facing of a point but all that shows on the bank is 0 and -90...I have no idea what -90 is though....
if it's reading it like that the only thing I can think of is that 0 is default (probably left, or down) and only goes 180degrees in either direction, creating a circle.
I couldn't say why it's doing that, in my experience I've been able to retrieve angles and they were never a negative value. It might have something to do with banks using xml to read it, but I'm not sure how banks work entirely, I could be wrong
I am largely inactive, but I am still around. Feel free to poke me if you need some help, just be warned that I only really come back if I need help and/or if I'm posting a new map/library.
To post a comment, please login or register a new account.
Okay, problem 2.
I am trying to load strings from my bank file. Every time I do, I get to a point and the string values simply stop loading. Is there a cap on how much of a string you can load from a bank at any time?
Currently, it stops at the 781st value within the stored string.
Additionally, this is what the debugger prints after it stops:
Whole of the string is somewhere around 3900 characters long.
Any ideas? Everything else related to pulling data from the bank works now, but this....
If you look at the raw script, you'll find that your code is actually much longer than the GUI says it is (probably around 2900 lines), post me the raw code and I could probably tell you which chunk if your code isn't working
@unclesatan: Go
EDIT: PMing it to you.
EDIT+: Figured out the initial error. Leaving the thread up in case something else pops up or if I need help with something related. Will close when confident the problem and any other related problems are 100% fixed.
I read somewhere that the maximum amount of string allowed in a bank file is 775 or so, let me find the source.
Here Bank Facts " -Longest string you can open/load is 775. (you can save actually any length of string, but you cant load it beyond 775) " - Hookah604
@unclesatan: Go
Bah, sucks. Thanks!
EDIT: Do you know how 360 is viewed as a real? I want to check the facing of a point but all that shows on the bank is 0 and -90...I have no idea what -90 is though....
if it's reading it like that the only thing I can think of is that 0 is default (probably left, or down) and only goes 180degrees in either direction, creating a circle.
I couldn't say why it's doing that, in my experience I've been able to retrieve angles and they were never a negative value. It might have something to do with banks using xml to read it, but I'm not sure how banks work entirely, I could be wrong
@unclesatan: Go
Ah. Alright, thank you.