Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MHLoppy authored Dec 2, 2021
1 parent 29f34d3 commit 9110f51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ A launcher/installer for the Rise of Nations [Community Balance/Bugfix Patch](ht
- CBP Setup GUI is a small installer/updater (has separate language files to allow for translations). Unless mentioned otherwise, "CBP Setup" refers to CBP Setup GUI.
- CBP Launcher is the main program and contains the vast majority of overall logic. It's a launcher for CBP, an updater for CBP Setup GUI, and essentially provides its own mod manager via a [basic plugin system](https://github.com/MHLoppy/CBP-SDK), separate from RoN's mod manager.

Both are C# WPF apps using .NET Framework. As of v0.5, CBP Launcher haphazardly implements elements of MVVM architecture.

_Unused/Legacy (likely to be removed but spun out to their own project pages for posterity):_
- CBP Setup (note no GUI) is the predecessor to CBP Setup GUI and is a console application that ran without user interaction. Some anti-virus programs found this behavious deeply suspicious, so it was converted into CBP Setup GUI (and development after that point continued on CBP Setup GUI, not CBP Setup non-GUI).
- CBP patriots was briefly trialled as a replacement for RoN's own launcher (patriots.exe) that would just launch CBPS/CBPL as needed. This responsibility was instead integrated directly into CBP Setup GUI to avoid having to use three separate programs.

Both are C# WPF apps using .NET Framework. As of v0.5, CBP Launcher haphazardly implements elements of MVVM architecture.

![CBP Launcher v0.5 classic plus](https://i.imgur.com/EurwlsN.png)
![CBP Launcher v0.5 spartan v1](https://i.imgur.com/LH8muOp.png)
![CBP Setup GUI v0.5](https://i.imgur.com/Scf5pH7.png)
Expand Down

0 comments on commit 9110f51

Please sign in to comment.