Page 1 of 2
Custom Vehicles
Posted: Sun Jun 28, 2009 4:52 pm
by General_Nate
How do you make your own vehicles? Please help!

Re: Custom Vehicles
Posted: Sun Jun 28, 2009 5:25 pm
by MandeRek
1. Make a model and skin
2. Make a side
3. Load in lua
3 simple steps, all to be subdivided into loads of problems.. I recommened you look through the sides making tuts, model making tuts and loads of other tuts, before you start thinking about making that kind of new content

Re: Custom Vehicles
Posted: Sun Jun 28, 2009 5:29 pm
by Fiodis
If you want, use a shipped model.
Re: Custom Vehicles
Posted: Sun Jun 28, 2009 8:38 pm
by General_Nate
Fiodis wrote:If you want, use a shipped model.
Wait? What does that mean?

Re: Custom Vehicles
Posted: Mon Jun 29, 2009 3:41 am
by DarthD.U.C.K.
a model thats included in the original game
Re: Custom Vehicles
Posted: Mon Jun 29, 2009 4:06 am
by AceMastermind
General_Nate wrote:Wait? What does that mean?
It means you weren't clear as to what you wanted so we're throwing anything at you to find out.
Do you want to modify a vehicle that came with the game or create a completely new one?
Re: Custom Vehicles
Posted: Mon Jun 29, 2009 9:37 am
by General_Nate
Sorry, I would like to make my own. Also, what is the max size for a Vehicle?
Re: Custom Vehicles
Posted: Mon Jun 29, 2009 10:09 am
by mswf
General_Nate wrote:Sorry, I would like to make my own. Also, what is the max size for a Vehicle?
I don't think there really is one. You must consider the fact that your vehicle will be moving around, and a huge vehicle may come with collision issues.
There is a limit to the "size" in an other way; namely tri count.
(If you don't know what that means, they are the amount of triangles that your model is made of. One square = 2 tri's, one pentagon = 3 tri's etc)
Re: Custom Vehicles
Posted: Mon Jun 29, 2009 10:23 am
by General_Nate
Thanks, I would like to be able to fly an assault ship in space. Like, using the .msh but make my own odf and req files. Is that possible? And if so how????? Thanks!
Re: Custom Vehicles
Posted: Mon Jun 29, 2009 10:30 am
by mswf
General_Nate wrote:Thanks, I would like to be able to fly an assault ship in space. Like, using the .msh but make my own odf and req files. Is that possible? And if so how????? Thanks!
Tutorials to that can be, if I'm right, found here:
http://www.gametoast.com/forums/viewtop ... 27&t=13806
Re: Custom Vehicles
Posted: Mon Jun 29, 2009 11:31 am
by General_Nate
Thanks for your help!!!!!!!!!!!

Re: Custom Vehicles
Posted: Mon Jun 29, 2009 11:52 am
by mswf
You're welcome.
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 11:09 am
by General_Nate
Hey it's me again. The I've been trying to make a blockade runner that you can fly, but it dosn't show up. Here is my odf:
Any ideas? Thanks!

Re: Custom Vehicles
Posted: Thu Jul 02, 2009 11:59 am
by Super_Clone
General_Nate wrote:Hey it's me again. The I've been trying to make a blockade runner that you can fly, but it dosn't show up. Here is my odf:
Any ideas? Thanks!

It appears you have everything set up right, but i didn't study with immense detail, so i dunno what might be wrong, when i get more time, ill look at it some more.
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 12:08 pm
by General_Nate
Thanks for the support! I think that the ship to to big.....
There is a limit to the "size" in an other way; namely tri count.
(If you don't know what that means, they are the amount of triangles that your model is made of. One square = 2 tri's, one pentagon = 3 tri's etc)
I'm not shure what the max tri count is, and if the blockaderunner has to many of them, or what... any way, thanks!
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 12:12 pm
by DarthD.U.C.K.
it doesnt have too many tri's
maybe you are just referencing to too many nonexistant hardpoints (the blockaderunner has none of them)
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 12:13 pm
by Maveritchell
General_Nate wrote:Thanks for the support! I think that the ship to to big.....
There is a limit to the "size" in an other way; namely tri count.
(If you don't know what that means, they are the amount of triangles that your model is made of. One square = 2 tri's, one pentagon = 3 tri's etc)
I'm not shure what the max tri count is, and if the blockaderunner has to many of them, or what... any way, thanks!
That is not the case. The model already works in game, unless there is a very strange deception going on in most GCW space maps. You have simply set something up wrong. Please post your Bfront2.log file.
@above: Referencing nonexistant hardpoints will spit up errors, but they won't be crashing errors. If a model can't reference a specific hardpoint, it will default to its root.
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 2:40 pm
by General_Nate
The log is to long to post. Should I post it in tiny (tiny) bits? All the errors were at the severity of 2, no higher, no lower.
However..... I think I read somewere that in order to get space props in conquest you had to do something weird, well I've been putting the spawn for the ship in my test map which is conquest. Would that mess it up??? Thanks!
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 3:16 pm
by Frisbeetarian
Read the
BFront2.log errors explained sticky to find out what bits you can remove from your log. You should do this every time you post a BFront2.log on this site.
General_Nate wrote:I think I read somewhere that in order to get space props in conquest you had to do something weird
I'd like to see where.
General_Nate wrote:Would that mess it up?
No
Re: Custom Vehicles
Posted: Thu Jul 02, 2009 4:07 pm
by General_Nate
There! Can you make anything out of it? Thanks! (That was hard

)
EDIT: I'm very sorry if it's to long, I didn't want to delete anything that might be importaint...
Hmmmm. I think That Darth DUCK might be on to somthing.
maybe you are just referencing to too many nonexistant hardpoints (the blockaderunner has none of them)
Here is a pice from the log file:
This might not be the case, but you never know....
I know that Maveritchell said,
@above: Referencing nonexistant hardpoints will spit up errors, but they won't be crashing errors. If a model can't reference a specific hardpoint, it will default to its root.
I'm just spittng stuff out there...... (again, thanks guys for your help.)
-------------------EDIT------------
Never mind, I got it to work! But........... When I get in the blockade runner, it crashes to my desktop........

Sooooo.... Out with the old problems and in with the new.....
MandeRek wrote:
1. Make a model and skin
2. Make a side
3. Load in lua
3 simple steps, all to be subdivided into loads of problems.
EDIT2
I hate to Double post, but the last messege was so long I had to start a new post. Any way, here it the .log file:
There's some odd stuff in there. Thanks for the help and support!