Making stuff take off

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
User avatar
swado95
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 304
Joined: Wed Apr 08, 2009 7:36 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Where I whant to be.

Making stuff take off

Post by swado95 »

Is it possible in any way like animation or xsi or something to a spaceship(in my case an airplane) take off going forward or do you have to hover when taking off?
fiddler_on_the_roof
1st Lieutenant
1st Lieutenant
Posts: 460
Joined: Wed Nov 12, 2008 5:28 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

Re: Making stuff take off

Post by fiddler_on_the_roof »

you can probably make it take off going forward, you just need a correct animation for that
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Making stuff take off

Post by Fiodis »

I've been working on something like this for Abyssus space battles, and have gotten a ship to take off straight forward without rising any. The trouble with this, of course, is that right away it's incontact with the ground (since it didn't float up). I've anulled that effect as well, but I'd rather keep to myself how I did that until I play around with it a bit further.

But yes, you can have something take off without rising up first.
User avatar
swado95
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 304
Joined: Wed Apr 08, 2009 7:36 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Where I whant to be.

Re: Making stuff take off

Post by swado95 »

Well if you can tell me one day that would be great! Also if some one could make me a A10 model that did that, I WOULD WORSHIP YOU. Also can you make custom scopes if so where do you find tga and what else do I need to know?
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Making stuff take off

Post by Fiodis »

Ah, custom scopes are fun. :wink:
You can find custom scope meshes (which you'd need XSI to make/edit) and tgas (which you need an image editor like GIMP or Paint.net to edit - check the FAQ for links, they're both free and great programs). I believe it's easier to edit the .tgas. For instructions on how to edit skins, check the FAQ.

These are in data_***\Common\mshs\ and also in data_***\Common\mshs\PC.

Also, any requests ought to go in that special request thread in the SWBF General forum (right above the modding forum in the main board index).
User avatar
swado95
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 304
Joined: Wed Apr 08, 2009 7:36 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Where I whant to be.

Re: Making stuff take off

Post by swado95 »

Well i cant use Xsi (its being dum) but i do have gimp and a lot of tga expedience. Or do I have to have XSI?

Well im trying to make the scope look like this
Hidden/Spoiler:
Image
Sry its big o by the way can you force 1st person and whats the difference between hex editing and skinning?
Last edited by swado95 on Fri Oct 16, 2009 5:01 pm, edited 1 time in total.
MandeRek
Sith Master
Sith Master
Posts: 2766
Joined: Tue Oct 02, 2007 10:51 am
Projects :: Battlefront Zer0
Games I'm Playing :: SWTOR
xbox live or psn: No gamertag set
Location: Ghosting around GT
Contact:

Re: Making stuff take off

Post by MandeRek »

Fiodis wrote:I've been working on something like this for Abyssus space battles, and have gotten a ship to take off straight forward without rising any. The trouble with this, of course, is that right away it's incontact with the ground (since it didn't float up). I've anulled that effect as well, but I'd rather keep to myself how I did that until I play around with it a bit further.

But yes, you can have something take off without rising up first.
What is the difficulty about this all that you want to keep it for yourself? I guess one thing, and am sure it'll work. Make a new animation, where the flyer will go to the center, from someplace back. This someplace back must also be the basepose. If you only use a forward anim, it will return to center when flying (I think).

Then, in it's odf, edit this line:
TakeoffHeight = 10.0
To something like this:
TakeoffHeight = 0.0

Now, that did take years of research, didn't it ;)
User avatar
Fiodis
Master of the Force
Master of the Force
Posts: 4145
Joined: Wed Nov 12, 2008 9:27 pm
Projects :: Rannoch + Tientia + Tools Programming

Re: Making stuff take off

Post by Fiodis »

MandeRek wrote:What is the difficulty about this all that you want to keep it for yourself? I guess one thing, and am sure it'll work. Make a new animation, where the flyer will go to the center, from someplace back. This someplace back must also be the basepose. If you only use a forward anim, it will return to center when flying (I think).

Then, in it's odf, edit this line:
TakeoffHeight = 10.0
To something like this:
TakeoffHeight = 0.0

Now, that did take years of research, didn't it ;)
Not keeping anything to myself because it's that good (nothing I've ever done was so good I had the urge to conceal it, which would be odd). As I posted, I just want to experiment with it a bit more. Since I'm not terribly experienced in XSI, I used only ODF lines. I had changed that one but it didn't help much.

About the scope: for that you'd need a custom msh, as the stock ones have the texture in quarters and they're all identical. You can't get assymetrical scopes with stock mshs.
User avatar
AceMastermind
Gametoast Staff
Gametoast Staff
Posts: 3285
Joined: Mon Aug 21, 2006 6:23 am
Contact:

Re: Making stuff take off

Post by AceMastermind »

Takeoff animations would work for taking off like an airplane but wouldn't work for landing because takeoff animations play from start to end on takeoff and from end to start on landing which means your plane would be going backwards when landing.

You can make a believable airplane type takeoff with some simple ODF work but once again the landing will give you problems since it would land more like a helicopter than a plane due to lack of realistic momentum.
Another issue would be to keep people from trying to land from 100 meters off the ground, to avoid this helicopter type landing you would probably need to make a low profile landing region that would encompass a designated landing strip but even still it just wouldn't look good.

The bottom line is this game wasn't designed for that kind of thing.
User avatar
swado95
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 304
Joined: Wed Apr 08, 2009 7:36 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Where I whant to be.

Re: Making stuff take off

Post by swado95 »

thx. Now that i have a modeling program i can make a plane.
Post Reply