vehicle extensions (*:veh) are to large | |
<(TX)>Joso - ex-Student |
i have a problem with jedi knight jedi academy! when i try to join a server it don't work. it comes back to the menu and there is text:vehicle extensions (*.veh) are to large. i hope any1 can help me! |
Poll | ||
what is the greatest game?
|
Login and add your comment! |
Comments |
tarpman - The Tarped Avenger |
Garos: Technically yes you could. The reason for it being there, however, is to let you know when (I'm assuming you know basic C++ here) the index counter for the vehicle defs overflows. The only way to remove the warning would be to add another byte or two to the counter (for example vehicle* vehicles[65536] as opposed to vehicle* vehicles[256]) which would increase the amount of memory required and take a while to debug. Any questions? _______________ Saving the world, one kilobyte at a time. This comment was edited by tarpman on Jul 08 2004 08:34pm. |
<(TX)>Joso - Ex-Student |
thx it worked! |
Garos - Student |
Simply remove a few vehicle pk3s from you base directory I wonder if there's a way to alter the game so that message never comes up... |
Login and add your comment! |