Update installer:
- Change ZB logo to use transparency - Now removes Doom-related configs
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 46 KiB |
|
@ -1,3 +1,10 @@
|
|||
Disclaimer of warranty:
|
||||
|
||||
This software is provided as is without warranty of any kind. Don't expect this software to do anything. If it causes you problems, don't blame us. Peace out.
|
||||
This software is provided as is without warranty of any kind. Don't expect this software to do anything. If it causes you problems, don't blame us. Peace out.
|
||||
|
||||
Zone Builder is a map editor for:
|
||||
Sonic Robo Blast 2 - https://srb2.org
|
||||
SRB2Kart - https://kartkrew.org
|
||||
|
||||
The source code can be found at:
|
||||
https://git.do.srb2.org/STJr/ZoneBuilder
|
||||
|
|
|
@ -27,6 +27,7 @@ MinVersion=0,6.1sp1
|
|||
UninstallDisplayIcon={app}\Builder.exe
|
||||
WizardImageFile=..\Setup\WizardLarge100.bmp,..\Setup\WizardLarge125.bmp,..\Setup\WizardLarge150.bmp,..\Setup\WizardLarge175.bmp,..\Setup\WizardLarge200.bmp,
|
||||
WizardSmallImageFile=..\Setup\WizardSmall100.bmp,..\Setup\WizardSmall125.bmp,..\Setup\WizardSmall150.bmp,..\Setup\WizardSmall175.bmp,..\Setup\WizardSmall200.bmp
|
||||
WizardImageAlphaFormat=defined
|
||||
WizardImageStretch=false
|
||||
DisableDirPage=no
|
||||
AlwaysShowDirOnReadyPage=yes
|
||||
|
@ -79,6 +80,30 @@ Name: {app}; Type: filesandordirs
|
|||
[InstallDelete]
|
||||
Name: {app}\Builder.pdb; Type: files
|
||||
Name: {app}\Builder.xml; Type: files
|
||||
Name: {app}\Configurations\Includes\Boom*; Type: files
|
||||
Name: {app}\Configurations\Includes\Common*; Type: files
|
||||
Name: {app}\Configurations\Includes\Doom*; Type: files
|
||||
Name: {app}\Configurations\Includes\Eternity*; Type: files
|
||||
Name: {app}\Configurations\Includes\Game*; Type: files
|
||||
Name: {app}\Configurations\Includes\GZDoom*; Type: files
|
||||
Name: {app}\Configurations\Includes\Heretic*; Type: files
|
||||
Name: {app}\Configurations\Includes\Hexen*; Type: files
|
||||
Name: {app}\Configurations\Includes\Skulltag*; Type: files
|
||||
Name: {app}\Configurations\Includes\Strife*; Type: files
|
||||
Name: {app}\Configurations\Includes\Test*; Type: files
|
||||
Name: {app}\Configurations\Includes\UDMF*; Type: files
|
||||
Name: {app}\Configurations\Includes\Zandronum*; Type: files
|
||||
Name: {app}\Configurations\Includes\ZDoom*; Type: files
|
||||
Name: {app}\Configurations\Other Games; Type: filesandordirs
|
||||
Name: {app}\Configurations\Boom*; Type: files
|
||||
Name: {app}\Configurations\Doom*; Type: files
|
||||
Name: {app}\Configurations\Eternity*; Type: files
|
||||
Name: {app}\Configurations\GZDoom*; Type: files
|
||||
Name: {app}\Configurations\Heretic*; Type: files
|
||||
Name: {app}\Configurations\Hexen*; Type: files
|
||||
Name: {app}\Configurations\Strife*; Type: files
|
||||
Name: {app}\Configurations\Zandronum*; Type: files
|
||||
Name: {app}\Configurations\ZDoom*; Type: files
|
||||
|
||||
[Registry]
|
||||
Root: HKLM; Subkey: SOFTWARE\SRB2\Zone Builder\; ValueType: string; ValueName: Location; ValueData: {app}; Flags: uninsdeletevalue
|
||||
|
|