Jump to content

Home

vehicle limit and new vehicle classes


Duncan_10158

Recommended Posts

  • Replies 113
  • Created
  • Last Reply

strong forces 2 was recently uploaded to lucasfiles.com, check there.

 

Originally posted by Darth Sun

You don't have to give up on Strong Forces 2, mods work independantly of each other since each goes into its own folder inside JA's location.

 

yes, but I'm not sure how to run TWO mods like that at once, when you load a new one, it overwrites the old one correct?

Link to comment
Share on other sites

Originally posted by razorace

You can have multiple mods installed at the same time but you can only have one running at a time. Please note that I'm refering to actual code mods instead of these "mods" that are just additional vehicles, sabers, etc.

 

i've said before, I have no experience editing, if you found the strong forces 2 mod, could you tell me (in newbish) if i can have strong forces 2 and ojp running at the same time?

Link to comment
Share on other sites

Originally posted by razorace

Nope, doesn't look like it. However, like I stated before, you could ask the auther to come talk to us and we will provide the nessicary changes once they are ready.

 

what mehtod of communication should I ask them to ask you with? emailing the mod site? (not sure of adress) your email (once again, not sure of adress) or if they are a member of lucasforums, send you a PM? the file is on lucasfiles, and is named strong forces 2 the author's email is inside of the readme i beleive.

Link to comment
Share on other sites

Originally posted by razorace

OJP Basic doesn't include any gameplay changes. That's the specific reason why it exists in the first place.

i dont know if this is realy gamplay, but its something i wouldnt like to have if i am making a mod. i am always playing in third person view, but with your OJP Basic mod the game changes the view mode when changing from saber to weapon. in the original i set both saber and weapons to third person and i can change weapon without view mode change. with OJP Basic mod if i change the view mod on weapons on third person, the saber gets first person, if i do that with saber, the weapons get first person.

 

i dont know if there is no other way to have first person saber, but i would prefer to not have first person saber instead of this view mod change problem.

Link to comment
Share on other sites

It might be an unnoticed glitch in the code.

 

I couldn't test it myself since for some reason I can't seem to download from the CVS to compile it, but if it is a "feature" I don't think I'd like it that much since I always play in Third Person, may it be weapons or sabers.

Link to comment
Share on other sites

Originally posted by keshire

Yes that would be a bug. Just press "p" to change views.

 

I'm also hoping someone takes it upon themselves to add in vehicle attacks for the animal class. Melee attacks and hopefully the rancor grab.

 

yeah, being able to grab ppl up then eat them, or holding them and letting them sweat for a while, or running the rancor over the ledge, but jumping off at the last moment!

Link to comment
Share on other sites

  • 4 weeks later...

FYI, not sure if you figured this out, yet, but... if you increase the number of different types of ships, you have to make your mod a client & server-mod. A server-side only mod cannot increase the number of vehicle types because both the client's list of vehicle types and the server's list must be exactly the same... otherwise, the server will send the client an index into the vehicleInfo array that makes the client very, very sad... :)

Link to comment
Share on other sites

Originally posted by ChangKhan[RAVEN]

FYI, not sure if you figured this out, yet, but... if you increase the number of different types of ships, you have to make your mod a client & server-mod. A server-side only mod cannot increase the number of vehicle types because both the client's list of vehicle types and the server's list must be exactly the same... otherwise, the server will send the client an index into the vehicleInfo array that makes the client very, very sad... :)

 

Yep, we know. That's why I laugh when I see server side mods like JA+ claim to have raised the limit. And, yes, we have a working vehicle limit working. It's just two defines that have to be changed. easy!

 

But thanks for the heads up anyway. :)

Link to comment
Share on other sites

Archived

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


×
×
  • Create New...