Page 1 of 1

Balloon as a vehicle

Posted: Fri May 19, 2006 4:01 pm
by DW_Wraith
I have created (but not finished) a hot air balloon, and I was just wondering if it could be made into a vehicle and how much work would it be? Would anyone be interested in trying to convert it over? The balloon is a static mesh I created. I was thinking if only it could have some type of gun on it and a means to steer it. (Can you put this mesh over a raptor at all? LOL)

Anyhow, I might plan on creating a mover out of it if nothing else, or perhaps use it to transport people to a place that is unaccessible or just a people mover/people sniper type of deal, I dunno.....

Grasping at straws.....

Wraith

:idea:

Posted: Fri May 19, 2006 4:29 pm
by DW_Hornet
Minus tank me up had those new vehicles in there, so its definitly possible. I think those mini tanks were really supposed to be hellbenders. As when you destroy them they magically turn into a broken bender.

Posted: Sat May 20, 2006 10:36 am
by DW_Ifondlesweaters
Wraith, have you ever played the Air Bucanners mod for Unreal? It's an entire game based around hot air balloon warfare. Maybe you can get some inspiration here, if you haven't already seen it:

http://ludocraft.oulu.fi/airbuccaneers/

Posted: Thu Jun 15, 2006 8:19 am
by Gorzakk
Yeah its possible. This already a zeppelin out there for UT2004. The Kirov airship from C&C got modded by someone to work in unreal. I'll see if I can dig it out when my PC calms down.

Depending on what the ballon consists of, it could be very very easy to working. Here is a very simple test to check if the thing is usable:-

create a new class from the Attack craft that has these variables.

Code: Select all

class Baloon extends ONSAttackCraft
    placeable;
{
     Mesh=SkeletalMesh'[i]<<your baloon here>>[/i]'
}
Bung it in a vehice factory and try it out. If it doesnt work the first time change "skeletalMesh" to "StaticMesh". If it doesnt work at all my guess is it needs to be created as an animations mesh.

Posted: Thu Jun 15, 2006 12:10 pm
by DW_Wraith
I'll try to do that and see what happens Gorz, thanks for the info.

Wraith

Posted: Sun Jun 18, 2006 6:17 pm
by Gorzakk
Let us know if it works or not. There are other ways.