BuzzerBeater Forums

Suggestions > Minor Suggestions 4

Minor Suggestions 4 (thread closed)

Set priority
Show messages by
This Post:
22
309376.914 in reply to 309376.913
Date: 3/19/2024 6:23:57 PM
Sea Urchins BC
II.2
Overall Posts Rated:
99
Second Team:
Sea Urchins BC II
The starting price for free agents should be 5 times their salary, instead of 10 times.

This Post:
00
309376.915 in reply to 309376.1
Date: 3/20/2024 8:44:16 AM
QQguest
I.1
Overall Posts Rated:
335335
I'm not sure if anyone has suggested this before.

In the match viewer, I suggest adding a feature where pressing the Tab key can allow users to jump from minutes to seconds in the time input field.

This Post:
11
309376.916 in reply to 309376.915
Date: 3/22/2024 10:20:19 AM
Sea Urchins BC
II.2
Overall Posts Rated:
99
Second Team:
Sea Urchins BC II
New teams should be given a grace period for the fan survey question of "I am familiar with the star players, and am not afraid that they will be transferred".

Maybe for the first month or so it should be N/A

From: Turbine
This Post:
11
309376.919 in reply to 309376.918
Date: 4/13/2024 2:38:03 PM
Bobry Highflyers
IV.1
Overall Posts Rated:
7373
I think there should be displayed a date and time for updating the table on the leauge preview page. I can't always remember how many wins/losses I had and sometimes wondering if its after or before match.

This Post:
00
309376.920 in reply to 309376.919
Date: 4/21/2024 8:28:07 AM
QQguest
I.1
Overall Posts Rated:
335335
I'm not sure if anyone has suggested it before.

There's an option to hold pickup games in a neutral area, but in the Current offers, Schedule, and Set lineup, it's not clear if the games are being held in a neutral area.
I don't know how to implement this, but I hope it can be made clear in the current offers and Set lineup whether the games are in a Neutral area.

From: France
This Post:
55
309376.921 in reply to 309376.920
Date: 4/22/2024 9:04:09 AM
Manila Ice
II.3
Overall Posts Rated:
5050
I'm not sure if this counts as small enough as a minor suggestion.

I enjoy looking at some random dude's team's history sometimes. I see their trophies but sometimes I wish I could just see a quick summary of their achievements.

Is it doable to put a summary of their achievements in the team history?

Something like this:

1x Tier 2 Tournament Champion
1x Tier 3 Semi-finalists
1x Tier 9 Runner-up
1x Tier 4 Top 1024
1x Tier 5 Top 512

1x Top Division Champion
4x Division 2 Runner-up
1x Division 3 Champion
1x Division 3 Runner-up
2x Division 4 Champion

1x National Cup Champion
3x National Cup Runner-up
1x Tournament Top 512
4x Tournament Top 2048

3x MVP Winner
2x MVP Runner-up

20x Made the Playoffs
4x Finished 5th Place
8x Finished 8th Place
4x Promoted to Division 2
3x Relegated to Division 3

Not sure if this is easily doable through aspx PL/Platform (since I main other PLs) but I think we could just collect the already existing results from Team History and summarize them accordingly.

If I can guess how to work the idea out through some pseudocode:

Achievement: {
eventType: String
total: int
}

achievements = Object/Collection //works for both depends on coding style

teamHistory = getTeamHistory()

removeExcessHistory(teamHistory) //history before user was born

foreach event in teamHistory
eventType = event.type //if there's a type

if (eventType exists in achievements) add to achievements.get(eventType).total += 1
else
-> add eventType: Achievement to achievements
-> add total = 1 to that Achievement property/item

display before Team History (Probably another box)

Other than that, we can further add other achievements too like scoring title, rebound titles, etc.. but I think that might be too much at the moment so a summary would be a banger. It's minor and I guess would be far from the general direction of the game development right now but I thought it's a nice addition

Visit my team website! https://manila-ice.netlify.app/
Message deleted
Message deleted
Advertisement