Skip to content

Commit

Permalink
Creature Isle version.
Browse files Browse the repository at this point in the history
  • Loading branch information
handsomematt committed Jun 10, 2017
1 parent a8c1540 commit 9e3027e
Show file tree
Hide file tree
Showing 12 changed files with 658 additions and 1,526 deletions.
6 changes: 3 additions & 3 deletions BWSetup/BWSetup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BWSetup</RootNamespace>
<AssemblyName>BWSetup</AssemblyName>
<AssemblyName>CISetup</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
Expand Down Expand Up @@ -58,7 +58,7 @@
<StartupObject>BWSetup.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>black.ico</ApplicationIcon>
<ApplicationIcon>ci.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
Expand Down Expand Up @@ -111,7 +111,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="black.ico" />
<Content Include="ci.ico" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
Expand Down
2 changes: 1 addition & 1 deletion BWSetup/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,172 changes: 652 additions & 1,520 deletions BWSetup/MainForm.resx

Large diffs are not rendered by default.

Binary file modified BWSetup/Resources/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed BWSetup/Resources/black.ico
Binary file not shown.
Binary file added BWSetup/Resources/ci.ico
Binary file not shown.
Binary file removed BWSetup/Resources/lh.ico
Binary file not shown.
Binary file removed BWSetup/Resources/white.ico
Binary file not shown.
Binary file removed BWSetup/black.ico
Binary file not shown.
Binary file added BWSetup/ci.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Synopsis

Lionhead's Black & White 1 ships with a graphical options application outside of the game itself.
Lionhead's Black & White 1: Creature Isle ships with a graphical options application outside of the game itself.
This application fails to write to the registry properly on newer operating systems and will sometimes
write invalid values. This simple C# application acts as a replacement for it.

![screenshot of the application](screenshot.png)

[You can download the most recent version here.](https://github.com/HandsomeMatt/bw1-setup/releases)
[You can download the most recent version here.](https://github.com/HandsomeMatt/bw1-ci-setup/releases)

## License

Expand Down
Binary file modified screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e3027e

Please sign in to comment.