Project Zomboid

Project Zomboid

Rick's MLC Pay & Pump
Mostrando 1-10 de 21 aportaciones
< 1  2  3 >
Actualización: 12 OCT a las 2:49

Added compatibility for PZK Vanilla Vehicles so filling the fuel tanker truck will cost funds. These things are huge, and will drain your credit cards quite well...
Moved the mod compatibility code to its own .lua file instead of in the general PayAtThePump .lua file.
Updated the other mod compatibility for build 42. The check for if a mod is available now correctly checks the mod name with the '\' char on the front.

Actualización: 3 SEP a las 23:21

Updated the B41 version to match the B42 releases public functions, so modders can update their B41 version mods to integrate with Pay and Pump.

Actualización: 8 JUN a las 0:18

Updated code so the local functions are now available for modders to use.

Actualización: 20 FEB a las 3:13

Updated for B41

Actualización: 19 FEB a las 2:24

Added a sandbox option to automatically find funds (credit cards and Money) in your bags in your inventory. By default this is off.
When it is on the mod will look in your main inventory first and then bags to find credit cards. When the credit cards in your main inventory are used up, it will use the ones in your bags. If it can't find any credit cards it will use the first Money it can find.
This means if you have Money in your main inventory and a credit card in your backpack, it will use the credit card before the Money.

Actualización: 21 DIC 2024 a las 22:22

Updated for B42. The balance is now appended after the cardholder's name.

Actualización: 15 OCT 2024 a las 16:17

Updated the max cost for fuels to 10000.0

Actualización: 22 SEP 2024 a las 6:40

Updated the 3rd Party Patch to also patch for the PZK vehicles mod, as it uses the same code as Treads.

Actualización: 21 SEP 2024 a las 5:26

Updated sandbox options for the credit card initial value ranges. Min and max now have the same range, so it is possible to set a fixed value by setting min and max to the same number.
Added checkboxes to turn on/off Money and Credit Cards. Note that turning off both will prevent anyone from getting gas :)

Actualización: 4 SEP 2024 a las 17:28

Added check so the Treads compatibility patch does not error if the FuelAPI is not included in the mods.