Low gravity
Moderator: Moderators
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Low gravity
I am making a map located on our moon. How would I simulate at least low-gravity conditions? Also, is there a way to have particle effects, e.g., dust, fly up when units walk around?
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Low gravity
You cannot change gravity levels. And you canot add dust fx to a unit only when he is walking, it would have to be all the time.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Low gravity
Yes, I know, that is why I said simulate low gravity. Isn't there a way to decrease the fall time for jumping? I think I remember seeing something like that before...THEWULFMAN wrote:You cannot change gravity levels.
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Low gravity
This is a game, so everything is simulated. You can not change gravity levels, that includes fall time.Marth8880 wrote:Yes, I know, that is why I said simulate low gravity. Isn't there a way to decrease the fall time for jumping? I think I remember seeing something like that before...
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: Low gravity
Try playing around with these values to simulate low gravity to the best the engine will allow you:
You could also remove the units' jumping ability (or make the JumpHeight very low) and give them modified jump packs instead.
Code: Select all
JumpHeight = 1.78 // base jump height in meters
JumpForwardSpeedFactor = 1.3 // boost forward part of velocity by this factor when jumping
JumpStrafeSpeedFactor = 1.0 // boost side/backward part of velocity by this factor when jumping
ControlSpeed = "jump 0.03 0.03 0.35"- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Low gravity
some walkers have dust kick up when they walk
not sure if you can transfer that to units ...
not sure if you can transfer that to units ...
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Low gravity
You cant, I have tryed.acryptozoo wrote:some walkers have dust kick up when they walk
not sure if you can transfer that to units ...
- acryptozoo
- Master Bounty Hunter

- Posts: 1642
- Joined: Wed Jun 03, 2009 3:14 pm
- Projects :: Yavin Mappack
- xbox live or psn: acryptozoo
- Location: in the jungles of Yavin IV
- Contact:
Re: Low gravity
thought soTHEWULFMAN wrote:You cant, I have tryed.acryptozoo wrote:some walkers have dust kick up when they walk
not sure if you can transfer that to units ...
- linksith
- Command Sergeant Major

- Posts: 284
- Joined: Mon Jul 12, 2010 12:19 pm
- Projects :: Waaay too many projects
- xbox live or psn: me has no xbox
- Location: looking for a wifi connection
Re: Low gravity
what you could do is change the animation stuff (i think you want combo files but im not sure) to make it seem like a low gravity.
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Low gravity
I am unsure, but I remember Mav or Tean or somebody saying you cannot change the anims for jumping, etc.linksith wrote:what you could do is change the animation stuff (i think you want combo files but im not sure) to make it seem like a low gravity.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: Low gravity
animations dont demerminate speed and velocity anyway so you are best off modifying the jumpvalues.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: Low gravity
i thought of something... i notice how in combo files there is the gravity setting for jump attacks (just look at vader's for example) and it sets the gravity to times 4... wonder if you can convert it to something like a decimal for jumping... or at least the jump attacks...
also you could change gravity values from certain weapons (notice there is a gravity setting for things like grenades/other dispensibles/projectiles)
also you could change gravity values from certain weapons (notice there is a gravity setting for things like grenades/other dispensibles/projectiles)
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Low gravity
Hmm, I have never really taken a peek inside of a combo file. I should sometime, this sounds interesting.Dakota wrote:i thought of something... i notice how in combo files there is the gravity setting for jump attacks (just look at vader's for example) and it sets the gravity to times 4... wonder if you can convert it to something like a decimal for jumping... or at least the jump attacks...
Yeah, I know about those.Dakota wrote:also you could change gravity values from certain weapons (notice there is a gravity setting for things like grenades/other dispensibles/projectiles)
- Snork
- Lieutenant General

- Posts: 669
- Joined: Thu Jun 07, 2007 3:34 pm
- xbox live or psn: No gamertag set
- Contact:
Re: Low gravity
The best way to do this would be to go to a game store, buy a game that has better physics (physics, period) and learn how to mod that one 
edit: that sounded kinda trollish, I'm really just saying that it isn't worth the effort because the results will not be that great. I mean I suppose you could make a person-shaped hover vehicle and call it a space suit and have the player spawn in a hangar and make the space suit really bouncy but that just wouldn't be worth it.
edit: that sounded kinda trollish, I'm really just saying that it isn't worth the effort because the results will not be that great. I mean I suppose you could make a person-shaped hover vehicle and call it a space suit and have the player spawn in a hangar and make the space suit really bouncy but that just wouldn't be worth it.
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: Low gravity
hmm speaking of low gravity i wonder if there is a way to make a grenade that does anti gravity and makes units float.
maybe a grenade that does no damage (or low damage) and plays an effect and there will be an auto turret that appears either above the grenade and pulls people up or maybe a better one would be an auto turret that is underground and pushes enemies up (the auto turret would be invisable, either no msh or just a reskin).
maybe a grenade that does no damage (or low damage) and plays an effect and there will be an auto turret that appears either above the grenade and pulls people up or maybe a better one would be an auto turret that is underground and pushes enemies up (the auto turret would be invisable, either no msh or just a reskin).
- Snork
- Lieutenant General

- Posts: 669
- Joined: Thu Jun 07, 2007 3:34 pm
- xbox live or psn: No gamertag set
- Contact:
Re: Low gravity
dakota.. while I am a big fan of convoluted schemes, that is just a bit too much
- Dakota
- Field Commander

- Posts: 991
- Joined: Mon Dec 06, 2010 8:21 pm
- Projects :: making random weapon assets
- xbox live or psn: PS3 beats xbox
- Location: at a computer desk floating around in space
Re: Low gravity
if you think thats a bit much you should see my black hole... or my prototype grenade that fires beams while it flys...Snork wrote:dakota.. while I am a big fan of convoluted schemes, that is just a bit too much
-
THEWULFMAN
- Space Ranger
- Posts: 5557
- Joined: Tue Aug 17, 2010 3:30 pm
- Projects :: Evolved 2
- Location: Columbus, Ohio
- Contact:
Re: Low gravity
Snork wrote:dakota.. while I am a big fan of convoluted schemes, that is just a bit too much
You cant argue with convoluted logic, you will never win!
- Fiodis
- Master of the Force

- Posts: 4145
- Joined: Wed Nov 12, 2008 9:27 pm
- Projects :: Rannoch + Tientia + Tools Programming
Re: Low gravity
Fixed. The dark side of logic is not stronger than the light, only easier.THEWULFMAN wrote:You cant argue using convoluted logic, you will never win!
@ Dakota -
There's the problem. How does this auto turret simply appear?Dakota wrote:there will be an auto turret that appears
Black holes and flying beam-grenades are actually fairly simple, compared to antigravity nades.
In the end, BF2 is a worthwhile game without antigrav. Aye?
-
Marth8880
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: Low gravity
wutFiodis wrote:Black holes and flying beam-grenades are actually fairly simple...
Wait, so black holes are possible?
