It is the very first time I am using a bank file, so there must be an obvious thing that I did wrong…
Anyway, I can save my bank file, but I can't load it.
When I do a test to see if the bank file exist, it isn't found. But I can see the bank file on my computer, in my StarCraft II > Banks folder.
When I re-save it, it does not modify the previous one, it just overwrite it.
I do preload the bankfile via the menu : mod > preload info.
If so, try to remove "Wait for bank" (This is usually just for reloading) as well as the bank exists check, as it isnt necessary.
If it still doesnt work, it is most likely related to moving your documents folder. I cannot tell because I never tried that before. Might be a bug.
There are no other obvious mistakes in the code you have posted.
Thank you for your answer. Today, i have spend more time to investigate on this problem.
This are the main stages of my investigation :
1) I have remove the « wait for bank » and check for existing bank, but it didn't solve the problem.
2) To check if the problem was really coming from a bug in the path for « My Documents » folder, i tried the mod on another computer with the « My Document » folder at his native place, and the problem was still there : can save but not load bank file. So I concluded that the problem was not relative to the moving of the « My Document » folder.
3) Next, I downloaded a tutorial map for banks, and tried if it worked… and it the tutorial map was working fine. So the problem was in my file. I did some tests on both the tutorial map and on my mod, and one of this test was to copy my triggers on the tutorial map. And then, the loading did work !
So my conclusion is this : the bank file can't be loaded from a MOD, but can only be loaded from a MAP.
Was this behaviour known, and if yes, does anyone have found a turn-around for it ?
Hi
It is the very first time I am using a bank file, so there must be an obvious thing that I did wrong… Anyway, I can save my bank file, but I can't load it. When I do a test to see if the bank file exist, it isn't found. But I can see the bank file on my computer, in my StarCraft II > Banks folder. When I re-save it, it does not modify the previous one, it just overwrite it.
I do preload the bankfile via the menu : mod > preload info.
Help, plz !
NB : see attached file plz.
No one has got idea ?
I changed the location of the "My Documents" folder (from a HDD on C: to a SSD on D:). May it be related ?
Did anyone downloaded the file and tried it ?
I need help ! Thank you !
Its really difficult to find the issue from the information that you have provided.
Please post all related code bits.
Hi !
Thank you for answering !
The file of my mod was attached to the original post, but i attached the pictures of triggers to this one.
Thank you in advance !
And the game displays "BankFile not found"?
If so, try to remove "Wait for bank" (This is usually just for reloading) as well as the bank exists check, as it isnt necessary. If it still doesnt work, it is most likely related to moving your documents folder. I cannot tell because I never tried that before. Might be a bug.
There are no other obvious mistakes in the code you have posted.
Hi !
Thank you for your answer. Today, i have spend more time to investigate on this problem.
This are the main stages of my investigation :
1) I have remove the « wait for bank » and check for existing bank, but it didn't solve the problem.
2) To check if the problem was really coming from a bug in the path for « My Documents » folder, i tried the mod on another computer with the « My Document » folder at his native place, and the problem was still there : can save but not load bank file. So I concluded that the problem was not relative to the moving of the « My Document » folder.
3) Next, I downloaded a tutorial map for banks, and tried if it worked… and it the tutorial map was working fine. So the problem was in my file. I did some tests on both the tutorial map and on my mod, and one of this test was to copy my triggers on the tutorial map. And then, the loading did work !
So my conclusion is this : the bank file can't be loaded from a MOD, but can only be loaded from a MAP.
Was this behaviour known, and if yes, does anyone have found a turn-around for it ?
Thank you !
I have find this thread, on battle.net forums : [Bug] banks and extension mods
It seems to be a known issue, with no « turn-around » solution. And no addressing of it seems planned…
@Krystof74: Go
Ah, I didnt know you worked on an extention mod. Thats to bad. Seems like they are no longer working on it. :/
@Mille25: Go
Yep, it prevent me to make several cool features that i wanted to do on my mod, as a setting panel that would have been saved cross maps. :(