MegaMek/mekhq

Impossible To Refuel Aero

Open

#840 opened on Aug 2, 2018

View on GitHub
 (9 comments) (0 reactions) (0 assignees)Java (225 forks)auto 404
(RFE) EnhancementGood First IssueHelp WantedMM/MML-origin MHQ Issues

Repository metrics

Stars
 (160 stars)
PR merge metrics
 (PR metrics pending)

Description

Environment

MekHQ 0.44.0 Java 1.8 Windows 8.1

Description

So, HQ will track and display an aero's current fuel points but, doesnt look like there is any code to track current fuel / max fuel. And I dont see a fuel part from @Dylan-M 's a928fff? I had to go into my cpnx file and change the Corsairs fuel value from 400 to 200 and reload HQ since we cannot GM edit fuel points but, doesn't show up in the repair bay or allow refueling. I dont see any fuel related options in Campaign Options and also tried turning on the StratOps fuel tracking rule in HQ's megamek options which had no effect. This was brought up by Astn on slack in #mekhq.

I changed fuel left from 400 to 200

  <unit id="623d286c-0eaf-49d7-9614-e412f03872f5" type="mekhq.campaign.unit.Unit">
  	<entity chassis="Corsair" model="CSR-V12" type="Aerodyne" commander="false" externalId="623d286c-0eaf-49d7-9614-e412f03872f5">
  		<structural integrity="6"/>
  		<heat sinks="16"/>
  		<fuel left="200"/>
  		<bombs>
  		</bombs>
  	</entity>

Files

AeroRefueling.zip

Contributor guide