Warriors-Haven-Gaming / Zombie-Framework

An open world multiplayer mission using RyanD's Zombies and Demons mod.
MIT License
2 stars 0 forks source link

Allow sharing money between players #4

Closed thegamecracks closed 9 months ago

thegamecracks commented 9 months ago

Is your feature request related to a problem? Please describe. As of 43ca78201a267279ace11c2d1a1bddfdf7bceb3c, vehicles are very expensive to purchase and requires a lot of playtime to acrue enough money to purchase the vehicles. Money can be earned faster if players work together, however players must individually gain enough money to make a purchase.

Describe the solution you'd like To keep the same pricing, a menu should be added to allow sending money to a given player. This would show a notification for the sender and receiver. To prevent abuse, this option should only be available when both players are at base and/or are next to each other, and there should be a minimum amount allowed, perhaps 250 BP.

Describe alternatives you've considered Alternatively the prices could be lowered. This makes it easier for all players to purchase vehicles, but may lead to players using bought vehicles too often.

thegamecracks commented 9 months ago

This has been partially implemented in v0.12.2 via e8c08647bfa2b1d58cdaa2873a52a9e3deaa1639 with ACE-specific interactions for sharing 250, 500, 1000, 2500, 5000, and 10000 BP. A vanilla implementation is still pending however. This could be done by having a "Share Points" action show up only at base when looking at a player, which brings up a dialog with the same six quantities as above, though I'm probably not going to be the one implementing it due to my lack of experience with Arma GUIs.