the editor unindents now on pressing }. have fun!
- fixed bugs... lalala - updated debug-list - fixed comment-bug - now final edition... hrm bail decided this will be AMX Mod X 1.5 so updated captions.. -> Basic-Master is now crazy o_><_O
This commit is contained in:
parent
057929e2f6
commit
0ef9b80430
|
@ -134,3 +134,6 @@ OriginalFilename=
|
|||
ProductName=
|
||||
ProductVersion=1.0.0.0
|
||||
Comments=
|
||||
[HistoryLists\hlUnitAliases]
|
||||
Count=1
|
||||
Item0=WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
program AMXInstaller;
|
||||
|
||||
{ AMXX Installer 1.1
|
||||
{ AMXX Installer for AMX Mod X 1.5
|
||||
by the AMXX Development Team
|
||||
|
||||
Used components:
|
||||
|
@ -10,7 +10,7 @@ program AMXInstaller;
|
|||
- FlatPack Component Pack (www.torry.net)
|
||||
- JVCL Lib Pack 3.0 (jvcl.sourceforge.net)
|
||||
|
||||
AMXX Installer 1.1 is developed under GNU Public License
|
||||
AMXX Installer for AMX Mod X 1.5 is developed under GNU Public License
|
||||
and comes WITH ABSOLUTELY NO WARRANTY!
|
||||
}
|
||||
|
||||
|
|
|
@ -461,7 +461,7 @@ begin
|
|||
finally
|
||||
eStr := TStringList.Create;
|
||||
eStr.Add(';;Metamod plugins.ini');
|
||||
eStr.Add(';;AMX Mod X 1.1');
|
||||
eStr.Add(';;AMX Mod X 1.5');
|
||||
if OS = osWindows then
|
||||
eStr.Add('win32 addons\amxmodx\dlls\amxmodx_mm.dll')
|
||||
else if OS = osLinux32 then
|
||||
|
|
|
@ -57,7 +57,7 @@ object frmMain: TfrmMain
|
|||
Top = 0
|
||||
Width = 527
|
||||
Height = 314
|
||||
ActivePage = jspWelcome
|
||||
ActivePage = jspInstallProgress
|
||||
PropagateEnable = False
|
||||
Align = alClient
|
||||
OnChange = jplWizardChange
|
||||
|
@ -4911,7 +4911,7 @@ object frmMain: TfrmMain
|
|||
Top = 10
|
||||
Width = 343
|
||||
Height = 50
|
||||
Caption = 'Welcome to the AMX Mod X Installer 1.1 Setup Wizard'
|
||||
Caption = 'Welcome to the AMX Mod X Installer 1.5 Setup Wizard'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -21
|
||||
|
@ -4923,11 +4923,11 @@ object frmMain: TfrmMain
|
|||
object lblInfo1: TLabel
|
||||
Left = 172
|
||||
Top = 82
|
||||
Width = 326
|
||||
Height = 13
|
||||
Width = 327
|
||||
Height = 15
|
||||
Caption =
|
||||
'This wizard will guide you through the installation of AMX Mod X' +
|
||||
' 1.1.'
|
||||
' 1.5.'
|
||||
WordWrap = True
|
||||
end
|
||||
object lblInfo2: TLabel
|
||||
|
@ -5016,7 +5016,7 @@ object frmMain: TfrmMain
|
|||
Height = 13
|
||||
Caption =
|
||||
'Please review the following license terms before installing AMX ' +
|
||||
'Mod X 1.1.'
|
||||
'Mod X 1.5.'
|
||||
end
|
||||
object bvlSpacer1: TBevel
|
||||
Left = 0
|
||||
|
@ -5949,7 +5949,7 @@ object frmMain: TfrmMain
|
|||
Top = 28
|
||||
Width = 277
|
||||
Height = 13
|
||||
Caption = 'Please select the mod AMX Mod X 1.1 shall be installed to.'
|
||||
Caption = 'Please select the mod AMX Mod X 1.5 shall be installed to.'
|
||||
end
|
||||
object bvlSelectMod: TBevel
|
||||
Left = 0
|
||||
|
@ -6062,7 +6062,7 @@ object frmMain: TfrmMain
|
|||
Top = 8
|
||||
Width = 202
|
||||
Height = 14
|
||||
Caption = 'Installing AMX Mod X 1.1 via FTP'
|
||||
Caption = 'Installing AMX Mod X 1.5 via FTP'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
|
@ -6380,7 +6380,7 @@ object frmMain: TfrmMain
|
|||
Top = 8
|
||||
Width = 156
|
||||
Height = 14
|
||||
Caption = 'Installing AMX Mod X 1.1'
|
||||
Caption = 'Installing AMX Mod X 1.5'
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clWindowText
|
||||
Font.Height = -12
|
||||
|
@ -6393,7 +6393,7 @@ object frmMain: TfrmMain
|
|||
Top = 28
|
||||
Width = 241
|
||||
Height = 13
|
||||
Caption = 'Please wait while AMX Mod X 1.1 is being installed.'
|
||||
Caption = 'Please wait while AMX Mod X 1.5 is being installed.'
|
||||
end
|
||||
object bvlSpacer5: TBevel
|
||||
Left = 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user