Ok I reached the add character part and it seems there are more difference between versions 3 and 3.5.
I copied all files requested and added the spawn point in Maya. But when I start the game I got the following errors (I can't copy the exact message so here is a simple version) :
init\std\base\char\char_base.dat (126) : String expected
So I replaced > show_cloth[0] = 2;
by > show_cloth[0] = "2";
I restarted and got this one :
init\std\base\char\char_base.dat (1900) : Unsigned int expected
So I replaced > pivot = true;
by > pivot = 1;
and now I get this error :
GAMESTATE load failed : char_objecti ALIEN pose CRAWLOR does not exist, in file 'init/sotry/init.dat' at line 8
I tried to find this crawlor pose to remove it but can't find it.
I'm guessing it's related to the pose crawl which might not have existed in version 3 and was added to version 3.5
I couldn't find any way to solve this one so if you have any idea, that would be nice
