Hey I know that the vaulue is hardcoded, but I looked into the f2.exe with a Hex Editor.
I made an Image from the Section:
I found the directory + filename in ASCII. Eg: premade\combat
The file changing work great
Between the directory Lines are the old F1 VID. I delete the vid btw. I change it to 00...
And it work great, no errors or else. I think the VID have no function.
Next I found 3 Hex Vaulues: From top to bottom C9, CA, CB. In decimal this is 201-203. This are exact the frm IDs for the character Portraits. Changing is no problem.
Now the Problem:
I found at adress 10AED4 the character counter. I change the value to 4 and add a complet character set. With path,name,id,....
My problem is that the F2.exe, crash when I change ingame to the fourth character.
I am not very good in Hex, but I wrote the same struktur like the original, but the engine cannot find my char.
So what you think about it, is it possibly to change this?
Greetings
Mr.Wolna
I made an Image from the Section:

I found the directory + filename in ASCII. Eg: premade\combat
The file changing work great

Between the directory Lines are the old F1 VID. I delete the vid btw. I change it to 00...
And it work great, no errors or else. I think the VID have no function.
Next I found 3 Hex Vaulues: From top to bottom C9, CA, CB. In decimal this is 201-203. This are exact the frm IDs for the character Portraits. Changing is no problem.
Now the Problem:
I found at adress 10AED4 the character counter. I change the value to 4 and add a complet character set. With path,name,id,....
My problem is that the F2.exe, crash when I change ingame to the fourth character.
I am not very good in Hex, but I wrote the same struktur like the original, but the engine cannot find my char.
So what you think about it, is it possibly to change this?
Greetings
Mr.Wolna