Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Cheers
Example for HS Sniper Cannon (there is only for a small grid):
replace 2 lines
tCannon LargeGridCanon = new tCannon() { Name = "Not exist", Range = 0, Velocity = 0, ReloadTime = 0 };
tCannon SmallGridCanon = new tCannon() { Name = "HS Sniper Cannon", Range = 8000, Velocity = 4000, ReloadTime = 0 };
The first screenshot shows, how the weapon is described. The script can work with any fixed weapon if the weapon type is iMySmallGatlingGun and the weapon parameters have been entered.
The script does not automatically recognize the parameters of another weapon.