![]() |
Remove rifle grenade, add shotgun.
Want it for SH 2.11, how is it done? I can remove the grenade launcher, but not add the shotgun in its place.
I tried swapping the tiks, but it screws up on the server. |
Type this in the console: dmflags 1048576
|
what does it do?
|
Or you could just replace the gernade launcher's .tik file with the shotguns.
|
use dmflags its simple.
this flag replace the gewehrgranate for the shotgun |
Don't replace it! The last thing we need is the return of uber n00b shottie blasters! Just use the gwerhandgrenate.
|
Thats awesome, thanks.
is there a list of flags? |
// dmflags -- flags that can be set in the dmflags variable.
// 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 biggrin: |
Great, thanks.
|
No problem! biggrin:
|
How can i have lean and axis shottie at the same time. Seems to me that when i have one command in and type the other one in, it cancels the other one out. So i have either lean and no shottie or shottie and no lean. Can anyone help?
|
Add the numbers together to activate both. If you want to add another one, add that to the number too.
|
So i would type "dmflags 1048576262144"...?
|
Some info on the dmflags cvar.
// dmflags -- flags that can be set in the dmflags variable. // 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 dmflags (sum of all flags) Example: You want to set DF_ALLOW_LEAN 262144 and DF_GERMAN_SHOTGUN 1048576 You would add 262144 + 1048576 = 1310720 simply add the following line to your server.cfg file: set dmflags 1310720 or you can type this in the console: dmflags 1310720 cool: |
MUCH appreciated. Thank you biggrin:
|
All times are GMT -6. The time now is 05:50 PM. |
Powered by vBulletin® Version 3.8.12 by ScriptzBin
Copyright ©2000 - 2025, vBulletin Solutions Inc.
© 1998 - 2007 by Rudedog Productions | All trademarks used are properties of their respective owners. All rights reserved.