Excel240k
Semi-Pro Drifter
Posts: 128
Joined: December 2014
Currently Offline
Gender: Male
|
Post by Excel240k on Nov 27, 2015 12:06:40 GMT
Downloaded some P-Server cars Found problem in 4.78212 seconds after download was finished
Can't say this is the problem for them all but it worked for the C33 + C35 + Aristo + something else
You need to rewrite the <VEHFILE> and MASFile= lines in each cars .gen files.
Open any .gen files you find in a P-server car folder, and near the top you will see something like this:
SearchPath=<VEHDIR> SearchPath=<VEHDIR>Project_D2.0 SearchPath=<VEHDIR>Project_D2.0\p-C33_Laurel
MASFile=c33.mas MASFile=c33w.mas
"SearchPath" defines where the game decides to look for all of the cars files. You need to make sure this points to the folder and/or root folder that contains the cars .mas files and .veh files.
"MASFile" is simple, it just needs to be the name of the .mas files used by the car, and the game will use the SearchPath to find them. Sometimes you may need to include the filepath infront if the file name just to make sure there are no conflicts between car mods of the same model.
In the case of the C33 Laurel, which uses the code I posted above, both the SearchPath's and the MASFile paths seem to be okay; however there is one really, really, stupid problem.
A space was needed between the D and 2.0.
Fixed:
SearchPath=<VEHDIR>
SearchPath=<VEHDIR>Project_D 2.0
SearchPath=<VEHDIR>Project_D 2.0\p-C33_Laurel
MASFile=c33.mas
MASFile=c33w.mas Yup. So double check or rewrite the file paths.
|
|