0 Members and 1 Guest are viewing this topic.
Name: The name of the weapon.Cost: The purchase price of the weapon.If set to 0, this weapon is free.BulletType: The graphic of bullet fired:ShootStyle: How the bullet is fired:0: When the mouse is clicked. (semi auto/bolt)1: When the mouse is held. (full auto)2: When the mouse is released. (charged for power/distance)Force: The force of the bullet on impact.This determines how far back both the target and the shooter are pushed.Damage: The damage of each bullet. (Hitpoints)This assumes that the target is without protection.DamageRate: The damage dealt per second after impact (Hitpoints)DamageDuration: How long the above DamageRate lasts for (seconds)ExplodeRange: The exposive range of each bullet (Metres)The closer a person to the bullet, the more damage dealtShockTime: How long the bullet stuns the object it hits (milliseconds)While shocked, an object cannot change direction or accelerateChargeTime: How long the weapon takes to charge (milliseconds)The more you charge the weapon, the further/faster it will fireDrawTime: How long the weapon takes to draw (milliseconds)Speed: The initial velocity of the bullet. (Metres per second)Range: The firing range of each bullet. (Metres)Ingame, each metre is 32 pixels, or the size of a person.Pellets: How many bullets/pellets are fired with each shot.Fragments: How many bullets/fragments are exploded on impact.This will release fragment bullets described belowReload: The time it takes to reload the weapon. (milliseconds)If set to 0, the weapon reloads instantly.RPM: The number of bullets the weapon can fire each minute. (Rounds Per Minute)ClipSize: How many bullets there are in each clip. (Bullets)Note that if you reload halfway through a clip, all the bullets in that clip are lost.Clips: How many extra clips you carry. (Clips)If set to 0, the weapon has an unlimited supply of clips.Spread: The minimum inaccuracy when a bullet is fired. (0.1*Degrees)Eg: 0 = perfect accuracy, while 3600 means the bullet could go in any direction.Recoil: The increase of inaccuracy for each bullet fired. (0.1*Degrees Per Bullet)Eg: 0 = no recoil. A recoil value of 6 means that for each bullet, the cone of fire will increase by 0.6 degrees.After firing 30 bullets, the weapon will be firing with an additional 18 degrees of inaccuracy. This value is added to the spread value above.Note also that for each second the weapon isn't fired, the recoil will go down by 10 degrees.Bounces: Determines how many times the bullet can bounce off walls & ground. If > 0 the bullet will fall with gravity.Size: The increase of inaccuracy while the player is moving. (Degrees)Eg: If you start moving and have a weapon with a size of 3, then it will fire bullets with an additional 3 degrees of inaccuracy.This size value is also used to determine how much space the weapon occupies in your inventory.Zoom: Determines how far the user can see with this weapon equipped. (100 = 1 full screen; 300 = 2 full screens)[M249 SAW]name=M249 SAW;cost=4000;bulletType=14;shootStyle=1;force=70;damage=40;damageRate=0;damageDuration=0;explodeRange=0;shockTime=0;chargeTime=0;drawTime=1500;speed=40;range=50;pellets=1;fragments = 0;reload=3500;rpm=600;clipSize=100;clips=10;spread=2;recoil=7;bounces=0;size=9;zoom=100;
Why not make a .exe that runs a full wm program or something?