I made a axe and want to difine the weapon type in the weapon spec file.
I looked through the manual.
I looked through the FPSC Hints and Tips.
I looked throught the forum.
I can find no list of weapon type numbers.
Can someone please tell me precisely where they are?
Also I animated the axe and cant get the animation to work.
Here is the animation set from the .x file:
AnimationSet x3dc_0 {
Animation Group_7 {
{Group_7}
AnimationOptions { 1; 0; }
AnimationKey {
2;
1;
0; 3; 5.00E+00, 0.00E+00, 5.00E+00;;;
}
AnimationKey {
0;
1;
0; 4; 1.00E+00, 0.00E+00, 0.00E+00, 0.00E+00;;;
}
}
Animation Group_8 {
{Group_8}
AnimationOptions { 1; 0; }
AnimationKey {
2;
1;
0; 3; 5.00E+00, 0.00E+00, 5.00E+00;;;
}
AnimationKey {
0;
1;
0; 4; 1.00E+00, 0.00E+00, 0.00E+00, 0.00E+00;;;
}
}
Animation Group_9 {
{Group_9}
AnimationOptions { 1; 0; }
AnimationKey {
2;
1;
0; 3; 5.00E+00, 0.00E+00, 5.00E+00;;;
}
AnimationKey {
0;
1;
0; 4; 1.00E+00, 0.00E+00, 0.00E+00, 0.00E+00;;;
}
}
Animation Group {
{Group}
AnimationOptions { 1; 0; }
AnimationKey {
2;
1;
0; 3; 5.00E+00, 0.00E+00, 5.00E+00;;;
}
AnimationKey {
0;
1;
0; 4; 1.00E+00, 0.00E+00, 0.00E+00, 0.00E+00;;;
}
}
Animation Group_10 {
{Group_10}
AnimationOptions { 1; 0; }
AnimationKey {
2;
1;
0; 3; -2.380943E+01, -8.803056E+00, 1.124269E+01;;;
}
AnimationKey {
0;
1;
0; 4; -1.629207E-07, 0.00E+00, -1.00E+00, 0.00E+00;;;
}
}
}
Here is the gunspec file for the axe the I am using:
;Weapon Spec
GUN model File Requirements
;GUN Settings
muzzleflash = 8
muzzlesize = 35
brass = 4
smoke = 3
second = 1
damage = 15
damagetype = 1
scorchtype
reloadqty = 0
iterate = 0
accuracy = 10
range =70
;GUN Visuals
textured = gun2_D2.dds
effect =
transparency =
weapontype = 1
;GUN Decal Override
decal =
;GUN Sounds
sound1 = thud.wav
sound2 = thud.wav
fireloop = 0
;HUD muzzleflash position
horiz = 0
vert = 0
forward = 51
alignx = 0
aligny = 0
alignz = 0
;HUD animation frames list
;keyframe ratio = 1
fire = 0,2
;HUD sound frames list
soundframes = 2
soundframe0 = 1,2
soundframe1 = 59,1
Can someone tell me what Im not doing correctly?
The person that now knows the most started with many questions. Patients and tolorance are the keys to the passage of knowledge. FPSC is Getting better. Now if we can just keep the ball rolling.