wwwxl
I've been fixing a lot of "errors" I see on trace.txt log from some mods I have installed, making them so all the cars appear on "All Tracks and Vehicles", missing textures, wrong search paths, etc. But now there's one last error I am not able to fix. I am seeing stuff like this on the trace log:
i am opening and closing the game without touching anything so I know which car is triggering that, but I checked the .veh file, and it does contain the genstring like this:
Both graphics and spinner .gen files try to use it with <1234> and <5678> like this:
The file CH03_FWA.gmt exists inside the .mas file.
What could be causing th e error on the trace log? Shouldn't I be able to get "CH03" with <1234> on the .gen files?
Code:
Vehicle gen token "1234" unknown
Vehicle gen token "5678" unknown
i am opening and closing the game without touching anything so I know which car is triggering that, but I checked the .veh file, and it does contain the genstring like this:
Code:
Graphics=CHEVY08.gen
Spinner=CHEVY08_SPIN.gen
GenString=CH03TRGR
Both graphics and spinner .gen files try to use it with <1234> and <5678> like this:
Code:
Instance=Fwing
{
Moveable=True
MeshFile=<1234>_FWA.gmt CollTarget=True HATTarget=False LODIn=(0.0) LODOut=(200.0) ShadowCaster=(Dynamic, Solid, 512, 512) Reflect=True
}
The file CH03_FWA.gmt exists inside the .mas file.
What could be causing th e error on the trace log? Shouldn't I be able to get "CH03" with <1234> on the .gen files?