Replicating TS Component Tower Weapon Logic
|
|
Creating the strings:
This is probably the most simplest part. Strings can be created using either a simple text editor (Notepad suffices) or by using a string editor. I myself use Turbo String Table Editor.
This is a list of the strings and their content.
Name:GDIComponentTower
Desc:GDIComponentTower
Type:GDIComponentTower
Name:UpgradeRPG
Name:UpgradeSAM
Name:UpgradeVulcanCannon
Desc:UpgradeRPG
Desc:UpgradeSAM
Desc:UpgradeVulcanCannon
Upgrade:GDIRPG
Upgrade:GDISAM
Upgrade:GDIVulcanCannon
The indentation shouldn't be in the actual strings, I only have it here to make it easier to read.
This is probably the most simplest part. Strings can be created using either a simple text editor (Notepad suffices) or by using a string editor. I myself use Turbo String Table Editor.
This is a list of the strings and their content.
Name:GDIComponentTower
- Component Tower
Desc:GDIComponentTower
- Upgradable Defense Structure.
Can be upgraded with:
»Vulcan Cannon
»RPG Launcher
»SAM Launcher
Type:GDIComponentTower
- Base Defense Structure
Name:UpgradeRPG
- RPG Launcher
Name:UpgradeSAM
- SAM Launcher
Name:UpgradeVulcanCannon
- Vulcan Cannon
Desc:UpgradeRPG
- Rocket Propelled Grenade Launcher.
Effective vs. Vehicles
Desc:UpgradeSAM
- Suface to Air Missile Launcher.
Effective vs. Aircraft
Desc:UpgradeVulcanCannon
- High-speed chaingun.
Effective vs. Infantry.
Upgrade:GDIRPG
- RPG Upgrade
Upgrade:GDISAM
- SAM Upgrade
Upgrade:GDIVulcanCannon
- Vulcan Cannon Upgrade
The indentation shouldn't be in the actual strings, I only have it here to make it easier to read.