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
Next, whatever mech you want to edit, make a backup of the file first so you are editing a copy.
Next go here: (Drive Steam is installed on):\Steam\SteamApps\common\BATTLETECH\BattleTech_Data\StreamingAssets\data\chassis
Rememebr that most mechs have multiple variants so if you edit one file it will only be a changew on one variant, not all.
Starting around line 50 you will see locations:
Below that each body part is laid out.
For thiws example I will adjust just the left arm.
"Location": "LeftArm",
"Hardpoints": [
{
"WeaponMount": "Energy",
"Omni": false
},
{
"WeaponMount": "Energy",
"Omni": false
},
{
"WeaponMount": "AntiPersonnel",
"Omni": false
}
],
"Tonnage": 0,
"InventorySlots": 8,
"MaxArmor": 130,
"MaxRearArmor": -1,
"InternalStructure": 65
The is the default for a Victor VTR-9b
Now you can put whatever hardpoint on there you want as long as it doesn't excede the total slots.
"Location": "LeftArm",
"Hardpoints": [
{
"WeaponMount": "Energy",
"Omni": false
},
{
"WeaponMount": "Energy",
"Omni": false
},
{
"WeaponMount": "Ballistic",
"Omni": false
},
{
"WeaponMount": "Ballistic",
"Omni": false
},
{
"WeaponMount": "Ballistic",
"Omni": false
}
{
"WeaponMount": "AntiPersonnel",
"Omni": false
}
],
"Tonnage": 0,
"InventorySlots": 8,
"MaxArmor": 130,
"MaxRearArmor": -1,
"InternalStructure": 65
So now that left are can hold 3 ballistic weapons on top of its normal loadout.
Hope that clarifies things a bit.
Thank you! That makes a lot more sense!
If you make it work, unleash a plague of locusts on the unexpecting!
so does making omni do what i think it should do?
Somehow in trying to make heatsinks lighter, they now remove 900 tons from a mechs weight. I don't know how but i'm not complaining.
Probably but I haven’t tested it.
@Coledragonknight
im curious as to what you changed?
Try it at .1 and see how it goes.