Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

fix vehicle limit

Page: 1 of 1
 Duncan_10158
12-02-2003, 10:15 PM
#1
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.
 [jedi]gabrieL
12-23-2003, 5:47 AM
#2
in 'C:\PROJECTS\JEDI_ACADEMY_SDK\CODEMP\GAME\bg_vehic les.h' :
C:\PROJECTS\JEDI_ACADEMY_SDK\CODEMP\GAME\bg_vehicl es.h(365): #define MAX_VEHICLES 16 //sigh... no more than 64 individual vehicles
C:\PROJECTS\JEDI_ACADEMY_SDK\CODEMP\GAME\bg_vehicl es.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.
 Duncan_10158
12-23-2003, 12:03 PM
#3
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)
 razorace
12-23-2003, 12:28 PM
#4
Yeah, we're just working on more features before we release a version of that in there.
 [jedi]gabrieL
12-23-2003, 11:01 PM
#5
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.
 MasterSidious
01-07-2004, 8:21 PM
#6
I wonder why they didn't fix this in the last patch and if they'll fix it in the upcoming one.
 MasterSidious
01-07-2004, 8:22 PM
#7
Triple post sry
 MasterSidious
01-07-2004, 8:23 PM
#8
dito
Page: 1 of 1