DatKofGuy
Active member
hey guys, I'm sitting with weird bug that I can't seem to figure out.
Im using multiple select files for different modes and such, but I've added a new character and the game crashes.
I add one of the old characters to the select file and it works, but as soon as I add the new character it crashes.
like this
So I tried a test, where I try using an existing character with just the folder and text file renamed, and it still crashes. Then I tried making the model list load one character twice, with a different name like below, and it still crashes.
My select files all look the same, like this, just the character name changed
So in this case its terrySelect.txt
and terrySelect2.txt
I've literally used a copy of a character that works, just changed the name and it causes a crash.
Anyone come across such a bug before?
Im using multiple select files for different modes and such, but I've added a new character and the game crashes.
I add one of the old characters to the select file and it works, but as soon as I add the new character it crashes.
like this
Code:
load Terry data/chars/TerryBogard/TerryBogard.txt
load Terry2 data/chars/TerryBogard2/TerryBogard2.txt
So I tried a test, where I try using an existing character with just the folder and text file renamed, and it still crashes. Then I tried making the model list load one character twice, with a different name like below, and it still crashes.
Code:
load Terry data/chars/TerryBogard/TerryBogard.txt
load Terry2 data/chars/TerryBogard/TerryBogard.txt
My select files all look the same, like this, just the character name changed
So in this case its terrySelect.txt
Code:
music data/music/FF-Terry.bor 1
background data/bgs/TerryLoad.png
allowselect Terry
and terrySelect2.txt
Code:
music data/music/FF-Terry.bor 1
background data/bgs/TerryLoad.png
allowselect Terry2
I've literally used a copy of a character that works, just changed the name and it causes a crash.
Anyone come across such a bug before?