Vehicle (partial) customization project
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Aptitud para principiantes
- 20/100
Línea de trabajo
Revisa el manejo de vehiclechassisdefs para FixedEquipment y el comportamiento solicitado de AllowedLocationsOverride y CustomWeights. Confirma cuáles de las solicitudes críticas y opcionales están dentro del alcance y define la finalización mediante el comportamiento de personalización del vehículo y la validación de compatibilidad; el issue no menciona archivos fuente ni tests.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Creating an issue on github as reuqested to not loose this in ticktes
Critical issues - this project cannot proceed without this implemented
- 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 - 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
- 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
- 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
- Lenguaje dominante
- C#
- Estrellas
- 7
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de BattletechModders/CustomComponents
-
Translations not working Abierto
Dificultad 4/5 3-5 días Aptitud para principiantes 48/100
-
bug
Dificultad 3/5 1-2 días Aptitud para principiantes 35/100
-
bug
Dificultad 4/5 3-5 días Aptitud para principiantes 35/100
BattletechModders/CustomComponents#18 · 1 comentario ·
Todos los issues de BattletechModders/CustomComponents
Issues similares
-
effort:S P3 refactor
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
nightscout/nocturne#1532 ·
-
core dependencies
Dificultad 1/5 Menos de una hora Aptitud para principiantes 80/100
-
documentation
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
-
C#/.NET Roslyn LSP Abierto
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
-
Suspicious code fragments Abierto
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
DotNetNext/SqlSugar#1458 ·