Is it possible to reverse and modify the valuse of a starfighter, paste them on a vehicle that hovers above water, so that when you press space you go down a bit into the water and can continue below the water without being able to emerge from the surface again without pressing space?
Just wanted to know.
Is a submarine type vehicle possible?
Moderator: Moderators
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
-
CressAlbane
- Master Bounty Hunter

- Posts: 1519
- Joined: Fri Dec 18, 2009 8:02 am
- Projects :: CTF Arenas
- Location: ¿uoıʇɐɔoן ʎɯ sıɥʇ sı
Re: Is it possible?
well, I think you CAN have negative take-off values, and that might be possible - but I don't think that you could prevent the vehicle from leaving the region you have set as "water."
(Hovers can't go under the water, and IIRC flyers can't either.)
(Hovers can't go under the water, and IIRC flyers can't either.)
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Is it possible?
Hovers can go under water change FloatsOnWater value from 1 to 0. (actual line may vary from what I typed)
Not sure if same thing applies to flyers though.
Also I don't think what you want to do will work as you would be "landing" the flyer under water but once they are laned you can no longer move, just jump out and drown.
Not sure if same thing applies to flyers though.
Also I don't think what you want to do will work as you would be "landing" the flyer under water but once they are laned you can no longer move, just jump out and drown.
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: Is it possible?
I didn't find any water or float values when I manually searched through the odf:FragMe! wrote:Hovers can go under water change FloatsOnWater value from 1 to 0. (actual line may vary from what I typed)
Not sure if same thing applies to flyers though.
Also I don't think what you want to do will work as you would be "landing" the flyer under water but once they are laned you can no longer move, just jump out and drown.
Hidden/Spoiler:
And what I am actually trying to make is a submarine, where it floats on the water (half in, half out) and when you press space you submerge...
OFFTOPIC: When I made the terrain size bigger, it somehow made all of my proportions off, so when I placed water in a ditch (in ZE) ingame it showed up super far away from the actual water...
- The Nasal Abyss
- 1st Lieutenant

- Posts: 428
- Joined: Sun Sep 14, 2008 12:55 pm
- Projects :: Currently Working on an Indie Game
- xbox live or psn: Stm: Tight Verbage
Re: Is it possible?
Did you use a power of two for your terrain size? Ex: 128x128, 256x256, 512x512, 1024x1024, 2048x2048?
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: Is it possible?
I am pretty sure I did, although I will resize my terrain again to make sure.The Nasal Abyss wrote:Did you use a power of two for your terrain size? Ex: 128x128, 256x256, 512x512, 1024x1024, 2048x2048?
EDIT: Resized, now everything is in balance again. Thank you!
EDIT2: Tested negative takeoff values, they make the screen black, even when using freecam, until you die.
A note: I put the flyer directly above the water...
-
FragMe!
- Gametoast Staff

- Posts: 2244
- Joined: Sat May 13, 2006 12:34 am
- Projects :: Not sure keep changing my mind.
- xbox live or psn: No gamertag set
- Location: Origin name GT_FragMe
- Contact:
Re: Is it possible?
The line for hovers is
FloatsOnWater = 0
you would have to add it in.
You mentioning what you wanted to reminded me about something I played around with once just for fun.
Click picture to see video

It is a hover, it will "submerge" how far is determined by the line
SetAltitude = 0.5
So yes you are submerged but you are really just driving along the bottom.
FloatsOnWater = 0
you would have to add it in.
You mentioning what you wanted to reminded me about something I played around with once just for fun.
Click picture to see video

It is a hover, it will "submerge" how far is determined by the line
SetAltitude = 0.5
So yes you are submerged but you are really just driving along the bottom.
-
Noobasaurus
- Droid Pilot Assassin

- Posts: 2006
- Joined: Tue Aug 17, 2010 5:56 pm
Re: Is a submarine type vehicle possible?
That might just work! I will test it and report back!FragMe! wrote:The line for hovers is
FloatsOnWater = 0
you would have to add it in.
You mentioning what you wanted to reminded me about something I played around with once just for fun.
Click picture to see videoHidden/Spoiler:
It is a hover, it will "submerge" how far is determined by the line
SetAltitude = 0.5
So yes you are submerged but you are really just driving along the bottom.
Edit: If I put invisible objects in, it could actually simulate a "flying" submarine...
EDIT2: I changed the SetAltitude to 7.5, and I didn't see the speeder get any higher...perhaps that is for the jump?
