MB2 weapons.dat???

Posts
301
Likes
227
Hello admins,
please could you tell where can I find that weapons.dat file, where are listed all parametres of weapons like shot speed, shot effect, damage and more? I can´t see it anywhere :)
 

Gargos

Donator
Movie Battles II Team
Posts
574
Likes
1,186
I still don't get it why it says that caster 3 charge shot does 240 dmg? Not sure if even hs does that much dmg or is that 240 dmg the headshot dmg?
 

Subaru

Not a car!
Donator
Movie Battles II Team Retired
Posts
216
Likes
172
Code:
case HL_FOOT_RT:
case HL_FOOT_LT:
    fMultiplier = 0.6f;
    break;
case HL_LEG_RT:
case HL_LEG_LT:
    fMultiplier = 0.6f;
    break;
case HL_WAIST:
    fMultiplier = 1.3f;
    break;
case HL_BACK_RT:
case HL_BACK_LT:
case HL_BACK:
case HL_CHEST_RT:
case HL_CHEST_LT:
case HL_CHEST:
    fMultiplier = 1.3f;
    break;
case HL_NECK:
    fMultiplier = 3.0f;
    break;
case HL_ARM_RT:
case HL_ARM_LT:
    fMultiplier = 1.3f;
    break;
case HL_HAND_RT:
case HL_HAND_LT:
    fMultiplier = 1.3f;
    break;
case HL_HEAD:
    fMultiplier = 3.0f;
    break;

Ben has it right.
 

Lessen

pew pew
Movie Battles II Team
Posts
1,251
Likes
995
Except it's 3.0 instead of 3.5 on head and 0.6 instead of 0.7 on leg.

But arm and torso are the same, yeah.
 

Hexodious

Moderator
Movie Battles II Team
Posts
722
Likes
720
I've got the next two weeks off work, so I should be able to get a good amount of work done on the Wiki.
 
Posts
301
Likes
227
Great work :) , but I´ve thought it diferrently. In weapons.dat you have these lines:


// WP_BRYAR_PISTOL
{
weapontype WP_BRYAR_PISTOL
weaponclass weapon_bryar_pistol
weaponmodel models/weapons2/briar_pistol/briar_pistol.md3
weaponIcon gfx/hud/w_icon_briar
missileFuncName bryar_func
altmissileFuncName bryar_alt_func
ammotype 2
ammolowcount 15
energypershot 1
firetime 400
range 8192
altenergypershot 1
altfiretime 400
altrange 8192
muzzleEffect bryar/muzzle_flash
altmuzzleEffect bryar/altmuzzle_flash
altchargesound sound/weapons/bryar/altcharge.wav
altchargeforce fffx/weapons/bryar/altcharge
selectSound sound/weapons/bryar/select.wav
selectforce fffx/weapons/bryar/select
}

So I´ve wanted these informations mainly because of firetimes, ranges, muzzleefects, sounds, and models :) I haven´t found it in mb2 folders. Because without it, i cannot do proper weapon replacement for JKA :)

And what about this ???? :(
 

Subaru

Not a car!
Donator
Movie Battles II Team Retired
Posts
216
Likes
172
I don't think that file is used anymore.
 

Subaru

Not a car!
Donator
Movie Battles II Team Retired
Posts
216
Likes
172
Indeed. The wiki should have some of what you want, though
 
Top