alexhuijsman / TournamentsEnhanced

Tournaments Enhanced mod for Mount & Blade II: Bannerlord
https://www.nexusmods.com/mountandblade2bannerlord/mods/1449
GNU Affero General Public License v3.0
3 stars 1 forks source link

New Mode Team-Tournament #8

Closed eg3r closed 3 years ago

eg3r commented 3 years ago

This PR is about adding a new mode "TeamTournament".

PS. also fixes #7

alexhuijsman commented 3 years ago

Awesome work! However, I am currently getting a build error: TournamentsEnhanced/src/TeamTournament/Menu/ViewModels/ManageTeamSelectionVM.cs(44,28): error CS1061: 'Hero' does not contain a definition for 'AllLivingRelatedHeroes' and no accessible extension method 'AllLivingRelatedHeroes' accepting a first argument of type 'Hero' could be found (are you missing a using directive or an assembly reference?) [/home/alex/code/TournamentsEnhanced/TournamentsEnhanced.csproj]

eg3r commented 3 years ago

For some reason my diff missed a file, added now. Also I fixed the cluttering in the view when huge teams were made, by just having one Hero appear as the Team (represented by the Team-Leader).