Dr_night Posted January 29, 2004 Posted January 29, 2004 I have VERY little experience with modding, (actually, none) but lots with mods, and I know that you CAN change the maximum number of vehicles in jedi academy, but I don't know HOW. Could anyone enlighten me on this? and also once again, no experiance with modding here so please be clear, and have patience for a newbie that wants to play kotor maps.
Samuel Dravis Posted January 29, 2004 Posted January 29, 2004 It's in the source code. Which is in C. The OJP mod has extended the vehicle limit, and is fully open source. Check out the forum for help on accessing the code.
Samuel Dravis Posted January 29, 2004 Posted January 29, 2004 The Open Jedi Project. It's a open source collaboration of modders that submit quality mods and improvements to the game code. You can use the OJP, in part or in whole, in your own mods provided you give credit to the original authors. It is a really good idea, and already has some very useful features. Check it out: Open Jedi Project Official Website Open Jedi Project Forums
Sam Fisher Posted January 29, 2004 Posted January 29, 2004 Yeah, I can't even play KotOR final! AAHHHH!!!!
Crow_Nest Posted January 31, 2004 Posted January 31, 2004 Get the Last Hope mod, it has RBG sabers (but aint that good) and increases your vehicle extension to 64.
Azymn Posted January 31, 2004 Posted January 31, 2004 But he didn't increase the vehicle buffer size, right? Isn't that the real problem?
keshire Posted January 31, 2004 Posted January 31, 2004 Yes they both are a problem. There's and in-game limit and out of game limit.
razorace Posted February 1, 2004 Posted February 1, 2004 Well, there's three limits. 1. is the size of the data struct for vehicles. This is the actual max number of different types of vehicles you can have ingame. 2. Is the number of active vehicles allowed on the map at once. 3. The size of the read buffer for the vehicle files. This the one that almost everyone is hitting. I've created and tested a fix and it will be in the next release wave of OJP.
zag Posted February 17, 2004 Posted February 17, 2004 cant someone just make a mod that just changes the vehicle limit to like 9999999? i mean thats what everyone wants right?
Crow_Nest Posted February 17, 2004 Posted February 17, 2004 Originally posted by vas_zag cant someone just make a mod that just changes the vehicle limit to like 9999999? i mean thats what everyone wants right? Yeah but what is the file name that you have to edit? In which folder?
t3rr0r Posted February 17, 2004 Posted February 17, 2004 Originally posted by |GG|Crow_Nest Yeah but what is the file name that you have to edit? In which folder? it's in the code...
razorace Posted February 17, 2004 Posted February 17, 2004 Originally posted by vas_zag cant someone just make a mod that just changes the vehicle limit to like 9999999? i mean thats what everyone wants right? Because right now, all the vehicle files are loaded on map load. Setting it to 9999999 would result in a large hunk of memory being used even without using up the whole limit.
Destroyder121 Posted February 18, 2004 Posted February 18, 2004 Put 100 for limit,i think it wont be used for a while.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.