PDA

View Full Version : DMFLAGS for leaning while moving?


Chaz
09-10-2003, 02:07 PM
I know its early, but i heard the leaning will be the same as spearhead.

can someone post the dmflags to allow leaning while moving? I never did learn that for spearhead, I just took it out of a forum post :-)

BTW - The demo is online at:

ftp://largedownloads.ea.com/pub/demos/

Thank you!

Chaz

Chaz
09-10-2003, 08:26 PM
Well the DMFLAGS from Spearhead work in BT for leaning while moving.

Has anyone had a BT server run the palermo map well? I've used my T1 to host MOH, SH, BF42, Vietcong, ET, all 16 players and always runs very well.

The Anzio map is only slightly better.

This BT demo runs horrible with high pings and choppy framerates.

Chaz

Tighten
09-10-2003, 10:08 PM
I noticed a little lag in some congested areas of outdorrs, but basically the servers I host ran decent. (considering it's a Demo)

All three "test" servers are 20 man and always full.

They are also on huge fiber backbones so I am sure that does help a wee-bit.

blasney
09-11-2003, 10:25 AM
Here is the list of SpearHead dmflags. I don't know if they all work with BT yet or not, I haven't had a chance to test it.

To use them, just add up the valuse for the ones you want (i.e. lean w/Shotgun is 1310720 (no lean 262144 + german shotgun 1048576 = 1310720))

//Spearhead flags, don't know if they're the same
// DF_NO_HEALTH 1
// DF_NO_POWERUPS 2
// DF_WEAPONS_STAY 4
// DF_NO_FALLING 8
// DF_INSTANT_ITEMS 16
// DF_SAME_LEVEL 32
// DF_NO_ARMOR 2048
// DF_INFINITE_AMMO 16384
// DF_NO_FOOTSTEPS 131072
// DF_ALLOW_LEAN 262144
// DF_OLD_SNIPERRIFLE 524288
// DF_GERMAN_SHOTGUN 1048576

bfk98
09-12-2003, 05:22 AM
this is from the cfg files looks different not sure if it works the same.

// dmflags -- flags that can be set in the dmflags variable.
// DF_NO_HEALTH (1 << 0)
// DF_NO_POWERUPS (1 << 1)
// DF_WEAPONS_STAY (1 << 2)
// DF_NO_FALLING (1 << 3)
// DF_INSTANT_ITEMS (1 << 4)
// DF_SAME_LEVEL (1 << 5)
// DF_NO_ARMOR (1 << 11)
// DF_INFINITE_AMMO (1 << 14)
// DF_NO_FOOTSTEPS (1 << 17)
// DF_ALLOW_LEAN (1 << 18)
// DF_OLD_SNIPERRIFLE (1 << 19)
// DF_GERMAN_SHOTGUN (1 << 20)
// DF_ALLOW_OLDMAP_MINES (1 << 21)
set dmflags 0