Jump to content

Home

x/x/x.glm exceeds MAX_QPATH?


JarJarBinks

Recommended Posts

MAX_QPATH sounds like it is the maxium path string length so if you have it in folders with long names it might do that. Try shortening the path name, like if you have it in c:\program files\jediacademy\somemodel.glm move it to c:\jediacademy\somemodel.glm

Link to comment
Share on other sites

You certainly forgot to use it within a path that contains the name "base", it was already like this with JO...

You didn't try to use the ModView on the JA demo, did you? ;)

 

Another trick to shorten the pathname without really modifying it is to substitute (replace) the path with a drive letter:

 

open command box (start->execute->command (win9x) or cmd (winnt/2k/xp)), go to the gamebase directory and write:

 

subst x: "C:\Program Files\Jedi Outcast\GameData"

(you may use any drive letter that does not appear in your explorer actually, and please enter the exact path where you have installed JO or JA)

 

Then start ModView, go to drive X:\base\models\players\...

and open the model you want to watch.

 

To remove the substitution, close all applications that used files on drive X: first, then open a command box and do this:

subst /d x:

 

The substitution will also automatically be removed after then reboot of your computer.

 

I don't know if this will work with JA like with JO, but we certainly can wait a few days now :D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...