ok may be i am missing something
here are the steps i take
1. copy .h file from .res files of client to Resource fold for the source code
2. copy all the files from the .res files, the World, Model, and Char Folder from the client to the resource fold of the server
3. Compile the server's and the client
all the server start with no errors
Clients i have tried
V15 from one of the repacks
V15 i found useing google
i get no compile errors but i get this in the error log of the client and client crashes
Code:
2011/ 3/31 22:30:33 GetMoverProp range_error min:0, max:1166, index:6553612
2011/ 3/31 22:30:33 CMover::InitProp - GetProp(6553612) return NULL
2011/ 3/31 22:30:33 SerializeOpt:573.119995
2011/ 3/31 22:30:33 GetMoverProp range_error min:0, max:1166, index:6553612
V15 client upgraded to v16
i get no compile errors but i get this error log of the client
and client crashes. i looked at the strings and do not see any thing wrong with them
Code:
011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003393
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003394
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003395
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003396
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003397
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003398
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003399
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003400
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003401
2011/ 3/27 22:03:56 string error: IDS_PROPQUEST_INC_003402
V17 client
i get one error when i compile about MAX_LEVEL easy fix after that no compile errors. Client crashes with no error in log file.