Hello, There is a long time that i don't use the server files, but i've downloaded the old one and started to do my own modifications and i'm trying to load an older data folder, tcd and tcmd (Champions of Iberia, 3.4).
Firstly The client was hanging in 42% which is where OBJ files are loaded, i've fixed the problem, but now it's crashing at 61% which i THINK is tcds (TEngine source says it's "Char Loading 1" and i didn't understood that), but I did somethings and it didn't fix, maybe some other thing can cause the crash?
Thanks for reading.
#Edit My Bad, TIF loading is 58 to 61, so i'm trying it now... :D
Firstly The client was hanging in 42% which is where OBJ files are loaded, i've fixed the problem, but now it's crashing at 61% which i THINK is tcds (TEngine source says it's "Char Loading 1" and i didn't understood that), but I did somethings and it didn't fix, maybe some other thing can cause the crash?
PHP Code:
static BYTE bSTART[][2] = {
{ 0, 6 }, // T3DRES_TEX
{ 6, 6 }, // T3DRES_IMGBUF
{ 12, 2 }, // T3DRES_IMG
{ 14, 2 }, // T3DRES_MEDIA
{ 16, 13 }, // T3DRES_ANI
{ 29, 13 }, // T3DRES_MESH
{ 42, 7 }, // T3DRES_OBJ
{ 49, 8 }, // T3DRES_SFX
{ 57, 1 }, // T3DRES_MAP
{ 58, 4 }, // TIF Loading
{ 62, 8 }, // Char Loading 1
{ 70, 7 }, // Char Loading 2
{ 77, 6 }, // Char Loading 3
{ 83, 6 }, // Char Loading 4
{ 89, 6 }, // Char Loading 5
{ 95, 5 } }; // Char Loading 6
static BYTE bPrvProgress = 0xFF;
#Edit My Bad, TIF loading is 58 to 61, so i'm trying it now... :D