I would like to calculate how much fuel an enemy ship...

« Back

36 days, 17 hours, 49 minutes ago
Profile Image
kwesy
I would like to calculate how much fuel an enemy ship...Write Reply
I would like to calculate how much fuel an enemy ship probably needs to get from one point to another.
The ships engines and mass and the distance are known (or assumed).

Does anybody know a calculator for that matter?
36 days, 16 hours, 53 minutes ago
Profile Image
cpt cheese
RE: I would like to calculate how much fuel an enemy ship...Write Reply
Fuel Use = TRUNC((Fuel Factor) * TRUNC((Total Mass) / 10) * TRUNC(Distance Traveled) / (Max Distance Per Turn) / 10000)

It’s also on the how to play documents on this site under fuel consumption along with a list of known errors.

Good luck
Cheese
36 days, 16 hours, 53 minutes ago
Profile Image
talespin
RE: I would like to calculate how much fuel an enemy ship...Write Reply
Isn't there a fuel consumption calculator at the "vga planets calculator", or does that one not work for what you need?

https://www.vgaplanets.ca/vga-planets-calculator#waypoint_distance
36 days, 16 hours, 24 minutes ago
View psydev's profile
psydev
RE: I would like to calculate how much fuel an enemy ship...Write Reply
I made a spreadsheet for this. It's not public though. I can clean it up and make a public version for you, though.
36 days, 15 hours, 57 minutes ago
View psydev's profile
psydev
RE: I would like to calculate how much fuel an enemy ship...Write Reply
Here is a basic version of the calculator:

https://docs.google.com/spreadsheets/d/1UsHvVjbrv_-8xpHxWvaAI1jqgWoxGOUzT0f4puCIWrE

I have other fuel calculators I've made. They include
- multiple trips (including at different warp speeds on different turns, e.g. overdriving engines one turn)
- guessing how much fuel the opponent has on board (based on assumptions about cargo)
- knowing the empty mass of a ship, if you know its weapons. (Can be useful to let you know if a ship is empty of fuel).


In principle, here are things you can determine about a ship, if you know what weapons it has and can observe its mass (e.g. over 2 turns).
- the min/max empty mass a ship class can have
- the empty mass of ship, based on weapons it has
- How much total mass it is carrying (fuel and cargo combined)
- minimum amount of cargo or fuel on board
- maximum amount of cargo or fuel on board
- how far a ship can travel at a given warp speed
- max cargo a ship can carry if traveling a given distance at a given warp speed
- (If you know distance travelled), you can infer his mass before departure
- (if you know mass before departure), you can infer how many kit of fuel/cargo were transferred that turn
36 days, 15 hours, 46 minutes ago
Profile Image
ghostrider
RE: I would like to calculate how much fuel an enemy ship...Write Reply
excellant
34 days, 14 hours, 44 minutes ago
Profile Image
kwesy
RE: I would like to calculate how much fuel an enemy ship...Write Reply
Thanks all for the advice.
Funny thing is that I use https://www.vgaplanets.ca/vga-planets-calculator almost daily, but never really realized it has a fuel consumption calculator.
33 days, 18 hours, 58 minutes ago
Profile Image
kwesy
RE: I would like to calculate how much fuel an enemy ship...Write Reply
Thanks @Psydev for sharing your spreadsheet. Very useful.

I need this to figure out if my opponent put up a trap or if he made a major mistake.
However I still don't know. :-)