Difference between revisions of "Extra Rocket"

From Soldat Community Wiki
Jump to: navigation, search
 
Line 3: Line 3:
 
:'''script name:''' Extra Rocket
 
:'''script name:''' Extra Rocket
 
:'''original author:''' dominikkk26
 
:'''original author:''' dominikkk26
:'''core version:''' 2.7.6
+
:'''core version:''' 2.7.7
 
----
 
----
  
Line 12: Line 12:
 
;Features list
 
;Features list
 
:Player can shoot homing missiles and normal LAW.
 
:Player can shoot homing missiles and normal LAW.
 +
:Ammo Limits
 +
:Open rock.pas and edit settings:
 +
  RocketFuel = 45; // default 45;
 +
  Accuracy = 40; // 0 - the best accuracy, default 40;
 +
  Acceleration = 3; // default 3; [I would recommend 1, the possibility of dodging]
 +
  FlameTraceMovement = 2; // default 2;
 +
  MaxAmmo = 2; // default 2; Here you set any value, it is the number of missiles which player has a life time
  
 
;Video Presentation
 
;Video Presentation
Line 17: Line 24:
  
 
== Download Links ==
 
== Download Links ==
[http://forums.soldat.pl/index.php?action=dlattach;topic=43195.0;attach=30839 Forum Download Link]
+
[http://forums.soldat.pl/index.php?action=dlattach;topic=43195.0;attach=31343 Forum Download Link]
  
 
----
 
----
 
  Back to: [[Scripts Database]]
 
  Back to: [[Scripts Database]]

Latest revision as of 14:01, 15 August 2014

Back to: Scripts Database

script name: Extra Rocket
original author: dominikkk26
core version: 2.7.7

Description
Would not be nice to launch a rocket which alone make it into the goal?
How to shoot missiles with improved? You have to crouch press "R" and shoot! Law must, be charged.
Features list
Player can shoot homing missiles and normal LAW.
Ammo Limits
Open rock.pas and edit settings:
  RocketFuel = 45; 		// default 45;
  Accuracy = 40;		// 0 - the best accuracy, default 40;
  Acceleration = 3; 		// default 3; [I would recommend 1, the possibility of dodging]
  FlameTraceMovement = 2; 	// default 2;
  MaxAmmo = 2;			// default 2; Here you set any value, it is the number of missiles which player has a life time
Video Presentation
YouTube - Extra Rocket

Download Links

Forum Download Link


Back to: Scripts Database