Change speed of X-Wings

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
jeb253

Change speed of X-Wings

Post by jeb253 »

Please, I need to change the speed of the X-Wings. Is it possible?
How? Please help me.

Please don't post in all caps. -Staff
Taivyx
2008 Best Games Related Avatar
Posts: 1706
Joined: Thu Jun 07, 2007 3:34 pm
Projects :: Terra Strife - discontinued
Games I'm Playing :: none
xbox live or psn: No gamertag set
Contact:

Re: Change speed of X-Wings

Post by Taivyx »

Read (and FOLLOW) the Jedi Creation Documentation and Getting Started Documentation.
Or alternatively, follow this tutorial: http://www.gametoast.com/forums/viewtop ... 27&t=12729

Next, open up all_fly_xwing_sc.odf with a text editor such as wordpad.
Find these values

Code: Select all

Acceleraton = "50"
MinSpeed = "35"
MidSpeed = "70"
MaxSpeed = "95"
BoostAcceleration = "80"
BoostSpeed = "150"
TrickRollSpeed = "6"
TrickFlipSpeed = "6"
TrickSideRollStrafeSpeed = "30"
and edit to your liking.
Munge your custom side, making sure to set up the vehicle spawn in zeroeditor correctly, and voilà.
jeb253

Re: Change speed of X-Wings

Post by jeb253 »

thank you very much! (sorry for the caps). my english is bad, i'm from venezuela! :lol:

Edit
I followed the instructions but not you that you value to place instead of those that are there. could you help me again? give me a suggestion that you value I have to place so that the speed is double the original one. than you!
User avatar
trainmaster611
Sith Lord
Sith Lord
Posts: 1779
Joined: Thu Aug 24, 2006 5:22 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Building a railway to Coruscant
Contact:

Re: Change speed of X-Wings

Post by trainmaster611 »

Which speed do you want to change?

MinSpeed controls the minimum speed when you throttle down. MidSpeed is the speed you go when you're not doing anything to the controls. MaxSpeed is when you gear up one notch on the throttle. BoostSpeed is how fast you go when you're going full throttle (thats the one with the contrail effects). BoostAcceleration I would presume is the rate of acceleration. TrickRollSpeed and TrickFlipSpeed are the speeds you go when you do a roll or a flip. I'm actually not sure what the strafe speed is. But this is all self-explanatory. I don't even see why I have to explain this. Just choose which parameter you want to change and double its value.
User avatar
Teancum
Jedi Admin
Jedi Admin
Posts: 11080
Joined: Wed Sep 07, 2005 11:42 pm
Projects :: No Mod project currently.
Games I'm Playing :: Destiny
xbox live or psn: No gamertag set
Location: Indiana

Re: Change speed of X-Wings

Post by Teancum »

StrafeSpeed is unused in SWBF2.
jeb253

Re: Change speed of X-Wings

Post by jeb253 »

Friends, have I made all that you tell me, I created a new "side" with x - wing with the modifications and doesn't anything, no run, has some of you achieved it? that is to say, to modify speed of the vehicles... thank you ahead of time and excuse the nuisance.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Change speed of X-Wings

Post by AceMastermind »

Did you munge your side again from the dropdown in VisualMunge after making modifications to the ODF?
If changes to the ODF aren't showing up ingame then clean your side and re-munge it.
jeb253

Re: Change speed of X-Wings

Post by jeb253 »

This is it I made: he/she believes a "side" called "aaa", I placed the portfolios inside of (effects, msh, odf. ....), I created an ODF copying that of x - wing, modify the values, copy the files msh, odf, tga.... in the corresponding portfolios. I added my "side" to the file .lua (GCW) and munge my world. I don't work. as I can make it?. I am confused.
User avatar
Maveritchell
Jedi Admin
Jedi Admin
Posts: 7366
Joined: Mon Aug 21, 2006 11:03 pm

Re: Change speed of X-Wings

Post by Maveritchell »

1) Make sure you create a .req file for the "new" vehicle you created. If your vehicle is called aaa_fly_xwing_sc, then you would have a file called "aaa_fly_xwing_sc.req" and that file would look like this:
Hidden/Spoiler:
[code]ucft
{
REQN
{
"class"
"all_fly_xwing_sc"
}
}[/code]
That file goes inside your aaa/req folder (as opposed to the aaa/odf, aaa/msh, or aaa/effects).
2) Make sure your new side has a side .req. It would be called aaa.req and it would look like this:
Hidden/Spoiler:
[code]ucft
{
REQN
{
"lvl"
"aaa_fly_xwing_sc"
}
}[/code]
That file goes directly inside your sides folder ("aaa," and not "aaa/req").

If you're unsure about how the structure of this should look, with the file locations, browse through the assets and look at the game's sides. (For example, "ALL" or "CIS").

And make sure you've read through the guide Taivyx mentioned in an earlier post (Click this - How to set up a custom side). It's a very well-explained lesson on how to set up a side. Feel free to look through all the other tutorials we have in the FAQ as well - many of them are well-laid-out and some have pictures, which may help to overcome any difficulty caused by trying to understand a lot of text.
jeb253

Re: Change speed of X-Wings

Post by jeb253 »

Thank you friend. I followed the instructions of the tutorial that you pointed out me and I created a "jdi_demojedi" to prove if he/she gave result, add all the "human_sabre" animations and it changes them for "tat_luke. ....." as he/she says the tutorial. when .lua modifies and place: "ReadDataFile ("dc:SIDE\\jdi.lvl",
"jdi_demojedi" )
the game is interrupted.
I have not been able to create a SIDE correctly. help please!

Edit: I made it! Yea!! Thanks to all! Then I will show him my mod. Bye! :runaway: :lol:
Post Reply