Duncan_10158 Posted December 3, 2003 Share Posted December 3, 2003 Now with the JA sdk released we can do some more in deep changes of JA. as i am working on some new vehicles i would like to start this thread on how we can mod JA to eliminate or at least rise the vehicle limit. the vehicle limit has something to do with the .veh files. if there are more the 12 added in the base folder JA gives you an error back when loading a map: veh files extention to large, or something like that. its eighter a limit of the number of veh files or the used size of all these veh files together. i couldnt figure that out. to fix that is very importent for us vehicle modelers, everyone downloading vehicles surly gets the problem of the many veh files. and for mapper its a limit of the vehicles they can use in thier maps. i dont realy have an idea about coding, but with my other request for help in creating new vehicle classes, i hope this can improve our projects a great part. if someone could help me figure out where the problem is and fix it, would be realy great. Link to comment Share on other sites More sharing options...
[jedi]gabrieL Posted December 23, 2003 Share Posted December 23, 2003 in 'C:\PROJECTS\JEDI_ACADEMY_SDK\CODEMP\GAME\bg_vehicles.h' : C:\PROJECTS\JEDI_ACADEMY_SDK\CODEMP\GAME\bg_vehicles.h(365): #define MAX_VEHICLES 16 //sigh... no more than 64 individual vehicles C:\PROJECTS\JEDI_ACADEMY_SDK\CODEMP\GAME\bg_vehicles.h(370): extern vehicleInfo_t g_vehicleInfo[MAX_VEHICLES]; Vehicle limit is 16 it can be increased up to 64. I would do it but i dont have the tools to compile a new minimod or submod for it. Link to comment Share on other sites More sharing options...
Duncan_10158 Posted December 23, 2003 Author Share Posted December 23, 2003 thx [jedi]gabrieL, finaly there are some people taking note of this. also razorace and RenegadeOfPhunk have done this size up of the vehicle limit in their Open Jedi Project. take a look at their forum here at lucas forums: http://www.lucasforums.com/forumdisplay.php?s=&forumid=542 Link to comment Share on other sites More sharing options...
razorace Posted December 23, 2003 Share Posted December 23, 2003 Yeah, we're just working on more features before we release a version of that in there. Link to comment Share on other sites More sharing options...
[jedi]gabrieL Posted December 24, 2003 Share Posted December 24, 2003 Glad to hear that guys. I hope all mod authors implement this in the next version of your mods. It would be cool too if someone made a server-side minimod. A small addon that would fix the vehicles limit no matter what mod you choose to use. Link to comment Share on other sites More sharing options...
MasterSidious Posted January 8, 2004 Share Posted January 8, 2004 I wonder why they didn't fix this in the last patch and if they'll fix it in the upcoming one. Link to comment Share on other sites More sharing options...
MasterSidious Posted January 8, 2004 Share Posted January 8, 2004 Triple post sry Link to comment Share on other sites More sharing options...
MasterSidious Posted January 8, 2004 Share Posted January 8, 2004 dito Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.