BattletechModders / BattletechModders/CustomComponents

Vehicle (partial) customization project

オープン
#22 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
C#
スター
7
フォーク
6
PR マージ指標
30日以内にマージされた PR はありません

説明

Creating an issue on github as reuqested to not loose this in ticktes

Critical issues - this project cannot proceed without this implemented
1. Fixed gear
vehiclechassisdefs do not process "FixedEquipment": [] block at all - i tried putting it in on some vee, its just ignored
we need ME to either implment it or some custom that replaces it for vees
2. AllowedLocations override
locations on fakevees do not match locations on mechs, so AllowedLocations on gear makes their placements on vees invalid
we need a custom for gear that overrides AllowedLocations by UnitType
something like
"Custom": {
"AllowedLocationsOverride": [
{
"UnitType": X
"AllowedLocations": A
}

Not Critical, but will real helps our sanity:)
RedBat's tools we currenyly use to validate vees is using this custom in vehiclechassisdefs to override weight of a gear installed
"CustomWeights": [
{
"ComponentDefID": "Gear_Vehicle_Compartment_Infantry_BA2",
"Tonnage": 8
}
]
would be realy nice if ME implements this in game too, will save us from creating hundred of copies of the same infantry and cargo bays with different weights

Maybe Maybe nice to haves - something we might use if its available, but we can go without this
1. ArmorLock - some custom flag in chassisdef that prevent player from modifiying unit armor in mechbay. Idk if implementing this is ever possibvle in light of compatibility with ArmorRepair mod
2. Vehicle/ProtoMech heatsink TT validation
TT rules for vehicle and protomech heatsink are this
unit must mount enough heatsinks to cover heatgen from all of its energy weapons. Only energy weapons matter, other types dont even if they generate heat

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

調査の方向性

FixedEquipment に対する vehiclechassisdefs の処理と、要求されている AllowedLocationsOverride および CustomWeights の動作を確認します。重要な要求とオプションの要求のうち、どれが対象範囲に含まれるかを確認し、車両カスタマイズの動作と互換性検証によって完了条件を定義します。この issue ではソースファイルやテストは指定されていません。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
csharp
領域
game-dev
issue の種類
機能追加
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
20/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。