PadWorld-Entertainment / worldofpadman

World of PADMAN game repository
https://worldofpadman.net
Other
38 stars 8 forks source link

Restore and adjust Q3A assist medal as 'WatchPad' in WoP #193

Closed kai-li-wop closed 4 months ago

kai-li-wop commented 1 year ago
Icon
Name Excellent SnackAttack PadStar (BLUE/RED) PadHero WatchPad SprayKiller SprayGod

Tasks

Note to myself and testers: whatever is written in online wikis about the Assist medal in CTF/CTL, there are 2 ways to get it:

  1. if your own team's lolly is not in the home base, you must be returned first. Within 10 seconds, another teammate must score by bringing the opposing lolly to the home base. If he scores in time, you receive the assist medal.
  2. if your own team's lolly is not in the home base, you must kill the opposing lolly carrier but must not return the lolly. Someone else from your team can return it. Within 10 seconds, another teammate must score by bringing the opposing flag to the home base. If he scores in time, you get the assist medal.

If there are two teammates involved, one killing the opposing lolly carrier and the other returning the lolly, both will receive the Assist medal as long as a third teammate scores within 10 seconds.

kai-li-wop commented 8 months ago

@mgerhardy: To apply assist medal for BB please have a look at g_trigger.c, search for comment: "// FIXME: If some players come "later", they will also be calculated for the full time."

We need to distinguish between first player and others coming later.

AddBalloonScores simply gives everyone a PadStar award near the balloon.

kai-li-wop commented 8 months ago

e41bf0401750d5ff47174bef87cb3a9e4a0e52f7 should apply the assist medal (PadAce) to Big Balloon. Would be good to test this a little. I could not debug this, but it seems that always the same player receives PadStar, even if he is coming later to raise the balloon.

kai-li-wop commented 8 months ago

PadAce (assist) should work in BB now as intended.

3aTmE commented 8 months ago

PadAce (assist) should work in BB now as intended.

I can confirm this. Just played a round of BB because of a different issue. The Medal triggered just fine! 👍

kai-li-wop commented 6 months ago

Some more info on how the Assist award could work also in the game mode Spray Your Color Team:

kai-li-wop commented 6 months ago
\g_gametype 10
\devmap wop_jail
\give ammo_spray
\give ammo_spray
\give ammo_spray
\give ammo_spray
\give ammo_spray

Drop all cartridges with Backspace or F-key directly to another player. If he scores min 5 cartridges in a row (25 points) he will achieve SprayKiller. So the cartridge giver will receive PadAce award.

kai-li-wop commented 4 months ago

Due to unforeseen difficulties and limited capacity, we will not be implementing WatchPad for the SYC team.