You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ReDM Obj: Tickets mode is a task where each team starts with a set number of tickets. Tickets decrease with each player death in the team. The team with no tickets left loses.
Requirements:
Initial number of tickets — each team should start with a specified number of tickets, configurable in the settings.
Ticket decrement — tickets are reduced only when a player from the team dies. Each time a player dies, a set number of tickets (configurable) is subtracted from the team's total.
Game end — the game ends when one of the teams runs out of tickets. Appropriate notifications should be displayed to players.
Ticket status display — there should be a display of the current tickets for each team in a convenient format, such as a HUD element.
Configurable parameters:
Initial number of tickets for each team.
Number of tickets lost per player death.
Task progress — ObjectiveManager should track the progress of the task, meaning the current number of tickets for both teams. It should also track task completion (when a team runs out of tickets).
Additional requirements:
All parameters should be configurable via the configuration file.
The task progress and completion should be visible in the game interface, such as through custom notifications or HUD elements.
The text was updated successfully, but these errors were encountered:
Description
The ReDM Obj: Tickets mode is a task where each team starts with a set number of tickets. Tickets decrease with each player death in the team. The team with no tickets left loses.
Requirements:
Additional requirements:
The text was updated successfully, but these errors were encountered: