mirror of https://github.com/OpenTTD/OpenTTD
(svn r23221) -Codechange: update the documentation and installers regarding the new directories
parent
79b82b56a8
commit
387e410f3e
|
@ -4,12 +4,12 @@ if "%2" == "" goto err
|
||||||
|
|
||||||
echo Downloading NoSound...
|
echo Downloading NoSound...
|
||||||
|
|
||||||
%1\wget http://binaries.openttd.org/installer/nosound-NOSOUND_VERSION.7z -O %2/data/nosound.7z
|
%1\wget http://binaries.openttd.org/installer/nosound-NOSOUND_VERSION.7z -O %2/baseset/nosound.7z
|
||||||
|
|
||||||
echo Extracting NoSound...
|
echo Extracting NoSound...
|
||||||
|
|
||||||
%1\7za x -y -O%2/data %2/data/nosound.7z
|
%1\7za x -y -O%2/baseset %2/baseset/nosound.7z
|
||||||
del %1\data\nosound.7z /n
|
del %1\baseset\nosound.7z /n
|
||||||
|
|
||||||
echo NoSound has been installed.
|
echo NoSound has been installed.
|
||||||
goto end
|
goto end
|
||||||
|
|
|
@ -4,12 +4,12 @@ if "%2" == "" goto err
|
||||||
|
|
||||||
echo Downloading OpenGFX...
|
echo Downloading OpenGFX...
|
||||||
|
|
||||||
%1\wget http://binaries.openttd.org/installer/opengfx-OPENGFX_VERSION.7z -O %2/data/opengfx.7z
|
%1\wget http://binaries.openttd.org/installer/opengfx-OPENGFX_VERSION.7z -O %2/baseset/opengfx.7z
|
||||||
|
|
||||||
echo Extracting OpenGFX...
|
echo Extracting OpenGFX...
|
||||||
|
|
||||||
%1\7za x -y -O%2/data %2/data/opengfx.7z
|
%1\7za x -y -O%2/baseset %2/baseset/opengfx.7z
|
||||||
del %1\data\opengfx.7z /n
|
del %1\baseset\opengfx.7z /n
|
||||||
|
|
||||||
echo OpenGFX has been installed.
|
echo OpenGFX has been installed.
|
||||||
goto end
|
goto end
|
||||||
|
|
|
@ -4,12 +4,12 @@ if "%2" == "" goto err
|
||||||
|
|
||||||
echo Downloading OpenSFX...
|
echo Downloading OpenSFX...
|
||||||
|
|
||||||
%1\wget http://binaries.openttd.org/installer/opensfx-OPENSFX_VERSION.7z -O %2/data/opensfx.7z
|
%1\wget http://binaries.openttd.org/installer/opensfx-OPENSFX_VERSION.7z -O %2/baseset/opensfx.7z
|
||||||
|
|
||||||
echo Extracting OpenSFX...
|
echo Extracting OpenSFX...
|
||||||
|
|
||||||
%1\7za x -y -O%2/data %2/data/opensfx.7z
|
%1\7za x -y -O%2/baseset %2/baseset/opensfx.7z
|
||||||
del %1\data\opensfx.7z /n
|
del %1\baseset\opensfx.7z /n
|
||||||
|
|
||||||
echo OpenSFX has been installed.
|
echo OpenSFX has been installed.
|
||||||
goto end
|
goto end
|
||||||
|
|
|
@ -3,8 +3,8 @@ if "%1" == "" goto err
|
||||||
|
|
||||||
echo Removing NoSound...
|
echo Removing NoSound...
|
||||||
|
|
||||||
del %1\data\nosound\*.* /n
|
del %1\baseset\nosound\*.* /n
|
||||||
rmdir %1\data\nosound
|
rmdir %1\baseset\nosound
|
||||||
|
|
||||||
echo NoSound has been removed.
|
echo NoSound has been removed.
|
||||||
goto end
|
goto end
|
||||||
|
|
|
@ -3,8 +3,8 @@ if "%1" == "" goto err
|
||||||
|
|
||||||
echo Removing OpenGFX...
|
echo Removing OpenGFX...
|
||||||
|
|
||||||
del %1\data\opengfx\*.* /n
|
del %1\baseset\opengfx\*.* /n
|
||||||
rmdir %1\data\opengfx
|
rmdir %1\baseset\opengfx
|
||||||
|
|
||||||
echo OpenGFX has been removed.
|
echo OpenGFX has been removed.
|
||||||
goto end
|
goto end
|
||||||
|
|
|
@ -3,8 +3,8 @@ if "%1" == "" goto err
|
||||||
|
|
||||||
echo Removing OpenSFX...
|
echo Removing OpenSFX...
|
||||||
|
|
||||||
del %1\data\opensfx\*.* /n
|
del %1\baseset\opensfx\*.* /n
|
||||||
rmdir %1\data\opensfx
|
rmdir %1\baseset\opensfx
|
||||||
|
|
||||||
echo OpenSFX has been removed.
|
echo OpenSFX has been removed.
|
||||||
goto end
|
goto end
|
||||||
|
|
|
@ -117,7 +117,7 @@ way it is possible to install a openttd version without SDL requirement.
|
||||||
%setup -qn openttd%{?branch:-%{branch}}-%{srcver}
|
%setup -qn openttd%{?branch:-%{branch}}-%{srcver}
|
||||||
|
|
||||||
# we build the grfs from sources but validate the result with the existing data
|
# we build the grfs from sources but validate the result with the existing data
|
||||||
md5sum bin/data/* > validate.data
|
md5sum bin/baseset/* > validate.data
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./configure \
|
./configure \
|
||||||
|
@ -183,16 +183,14 @@ md5sum -c validate.data
|
||||||
%dir %{_datadir}/doc/%{binname}
|
%dir %{_datadir}/doc/%{binname}
|
||||||
%dir %{_datadir}/%{binname}
|
%dir %{_datadir}/%{binname}
|
||||||
%dir %{_datadir}/%{binname}/lang
|
%dir %{_datadir}/%{binname}/lang
|
||||||
%dir %{_datadir}/%{binname}/data
|
%dir %{_datadir}/%{binname}/baseset
|
||||||
%dir %{_datadir}/%{binname}/gm
|
|
||||||
%dir %{_datadir}/%{binname}/scripts
|
%dir %{_datadir}/%{binname}/scripts
|
||||||
%dir %{_datadir}/%{binname}/ai
|
%dir %{_datadir}/%{binname}/ai
|
||||||
%{_datadir}/doc/%{binname}/*
|
%{_datadir}/doc/%{binname}/*
|
||||||
%{_datadir}/%{binname}/lang/*
|
%{_datadir}/%{binname}/lang/*
|
||||||
%{_datadir}/%{binname}/data/*
|
%{_datadir}/%{binname}/baseset/*
|
||||||
%{_datadir}/%{binname}/scripts/*
|
%{_datadir}/%{binname}/scripts/*
|
||||||
%{_datadir}/%{binname}/ai/*
|
%{_datadir}/%{binname}/ai/*
|
||||||
%{_datadir}/%{binname}/gm/*
|
|
||||||
%doc %{_mandir}/man6/%{binname}.6.*
|
%doc %{_mandir}/man6/%{binname}.6.*
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
|
@ -125,15 +125,12 @@ Section "!OpenTTD" Section1
|
||||||
File ${PATH_ROOT}bin\ai\compat_*.nut
|
File ${PATH_ROOT}bin\ai\compat_*.nut
|
||||||
|
|
||||||
; Copy data files
|
; Copy data files
|
||||||
SetOutPath "$INSTDIR\data\"
|
SetOutPath "$INSTDIR\baseset\"
|
||||||
File ${PATH_ROOT}bin\data\*.grf
|
File ${PATH_ROOT}bin\baseset\*.grf
|
||||||
File ${PATH_ROOT}bin\data\*.obg
|
File ${PATH_ROOT}bin\baseset\*.obg
|
||||||
File ${PATH_ROOT}bin\data\*.obs
|
File ${PATH_ROOT}bin\baseset\*.obm
|
||||||
File ${PATH_ROOT}bin\data\opntitle.dat
|
File ${PATH_ROOT}bin\baseset\*.obs
|
||||||
|
File ${PATH_ROOT}bin\baseset\opntitle.dat
|
||||||
; Copy the music base metadata files
|
|
||||||
SetOutPath "$INSTDIR\gm\"
|
|
||||||
File ${PATH_ROOT}bin\gm\*.obm
|
|
||||||
|
|
||||||
; Copy the scripts
|
; Copy the scripts
|
||||||
SetOutPath "$INSTDIR\scripts\"
|
SetOutPath "$INSTDIR\scripts\"
|
||||||
|
@ -171,12 +168,30 @@ Section "!OpenTTD" Section1
|
||||||
File /oname=openttd.exe ${BINARY_DIR}\openttd.exe
|
File /oname=openttd.exe ${BINARY_DIR}\openttd.exe
|
||||||
|
|
||||||
|
|
||||||
; Delete old files from the main dir. they are now placed in data/ and lang/
|
; Delete old files from the main dir. they are now placed in baseset/ and lang/
|
||||||
Delete "$INSTDIR\*.lng"
|
Delete "$INSTDIR\*.lng"
|
||||||
Delete "$INSTDIR\*.grf"
|
Delete "$INSTDIR\*.grf"
|
||||||
Delete "$INSTDIR\sample.cat"
|
Delete "$INSTDIR\sample.cat"
|
||||||
Delete "$INSTDIR\ttd.exe"
|
Delete "$INSTDIR\ttd.exe"
|
||||||
|
Delete "$INSTDIR\data\opntitle.dat"
|
||||||
|
Delete "$INSTDIR\data\2ccmap.grf"
|
||||||
|
Delete "$INSTDIR\data\airports.grf"
|
||||||
|
Delete "$INSTDIR\data\autorail.grf"
|
||||||
|
Delete "$INSTDIR\data\canalsw.grf"
|
||||||
|
Delete "$INSTDIR\data\dosdummy.grf"
|
||||||
|
Delete "$INSTDIR\data\elrailsw.grf"
|
||||||
|
Delete "$INSTDIR\data\nsignalsw.grf"
|
||||||
|
Delete "$INSTDIR\data\openttd.grf"
|
||||||
|
Delete "$INSTDIR\data\roadstops.grf"
|
||||||
|
Delete "$INSTDIR\data\trkfoundw.grf"
|
||||||
|
Delete "$INSTDIR\data\openttdd.grf"
|
||||||
|
Delete "$INSTDIR\data\openttdw.grf"
|
||||||
|
Delete "$INSTDIR\data\orig_win.obg"
|
||||||
|
Delete "$INSTDIR\data\orig_dos.obg"
|
||||||
|
Delete "$INSTDIR\data\orig_dos_de.obg"
|
||||||
|
Delete "$INSTDIR\data\orig_win.obs"
|
||||||
|
Delete "$INSTDIR\data\orig_dos.obs"
|
||||||
|
Delete "$INSTDIR\data\no_sound.obs"
|
||||||
|
|
||||||
; Create the Registry Entries
|
; Create the Registry Entries
|
||||||
WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenTTD" "Comments" "Visit ${APPURLLINK}"
|
WriteRegStr HKEY_LOCAL_MACHINE "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\OpenTTD" "Comments" "Visit ${APPURLLINK}"
|
||||||
|
@ -224,17 +239,17 @@ SectionEnd
|
||||||
Section "Download OpenGFX (free graphics set)" Section3
|
Section "Download OpenGFX (free graphics set)" Section3
|
||||||
SetOverwrite try
|
SetOverwrite try
|
||||||
|
|
||||||
NSISdl::download "http://binaries.openttd.org/installer/opengfx-${OPENGFX_BASE_VERSION}.7z" "$INSTDIR\data\opengfx.7z"
|
NSISdl::download "http://binaries.openttd.org/installer/opengfx-${OPENGFX_BASE_VERSION}.7z" "$INSTDIR\baseset\opengfx.7z"
|
||||||
Pop $R0 ;Get the return value
|
Pop $R0 ;Get the return value
|
||||||
StrCmp $R0 "success" +3
|
StrCmp $R0 "success" +3
|
||||||
MessageBox MB_OK "Downloading of OpenGFX failed"
|
MessageBox MB_OK "Downloading of OpenGFX failed"
|
||||||
Goto Done
|
Goto Done
|
||||||
|
|
||||||
; Let's extract the files
|
; Let's extract the files
|
||||||
SetOutPath "$INSTDIR\data\"
|
SetOutPath "$INSTDIR\baseset\"
|
||||||
NSIS7z::Extract "$INSTDIR\data\opengfx.7z"
|
NSIS7z::Extract "$INSTDIR\baseset\opengfx.7z"
|
||||||
|
|
||||||
Delete "$INSTDIR\data\opengfx.7z"
|
Delete "$INSTDIR\baseset\opengfx.7z"
|
||||||
SetOutPath "$INSTDIR\"
|
SetOutPath "$INSTDIR\"
|
||||||
Done:
|
Done:
|
||||||
|
|
||||||
|
@ -245,17 +260,17 @@ SectionEnd
|
||||||
Section "Download OpenSFX (free sound set)" Section4
|
Section "Download OpenSFX (free sound set)" Section4
|
||||||
SetOverwrite try
|
SetOverwrite try
|
||||||
|
|
||||||
NSISdl::download "http://binaries.openttd.org/installer/opensfx-${OPENSFX_BASE_VERSION}.7z" "$INSTDIR\data\opensfx.7z"
|
NSISdl::download "http://binaries.openttd.org/installer/opensfx-${OPENSFX_BASE_VERSION}.7z" "$INSTDIR\baseset\opensfx.7z"
|
||||||
Pop $R0 ;Get the return value
|
Pop $R0 ;Get the return value
|
||||||
StrCmp $R0 "success" +3
|
StrCmp $R0 "success" +3
|
||||||
MessageBox MB_OK "Downloading of OpenSFX failed"
|
MessageBox MB_OK "Downloading of OpenSFX failed"
|
||||||
Goto Done
|
Goto Done
|
||||||
|
|
||||||
; Let's extract the files
|
; Let's extract the files
|
||||||
SetOutPath "$INSTDIR\data\"
|
SetOutPath "$INSTDIR\baseset\"
|
||||||
NSIS7z::Extract "$INSTDIR\data\opensfx.7z"
|
NSIS7z::Extract "$INSTDIR\baseset\opensfx.7z"
|
||||||
|
|
||||||
Delete "$INSTDIR\data\opensfx.7z"
|
Delete "$INSTDIR\baseset\opensfx.7z"
|
||||||
SetOutPath "$INSTDIR\"
|
SetOutPath "$INSTDIR\"
|
||||||
Done:
|
Done:
|
||||||
|
|
||||||
|
@ -287,22 +302,21 @@ SectionEnd
|
||||||
Section /o "Copy data from Transport Tycoon Deluxe CD-ROM" Section2
|
Section /o "Copy data from Transport Tycoon Deluxe CD-ROM" Section2
|
||||||
SetOverwrite try
|
SetOverwrite try
|
||||||
; Let's copy the files with size approximation
|
; Let's copy the files with size approximation
|
||||||
SetOutPath "$INSTDIR\gm"
|
SetOutPath "$INSTDIR\baseset"
|
||||||
CopyFiles "$CDDRIVE\gm\*.gm" "$INSTDIR\gm\" 1028
|
CopyFiles "$CDDRIVE\gm\*.gm" "$INSTDIR\baseset\" 1028
|
||||||
SetOutPath "$INSTDIR\data\"
|
CopyFiles "$CDDRIVE\sample.cat" "$INSTDIR\baseset\sample.cat" 1566
|
||||||
CopyFiles "$CDDRIVE\sample.cat" "$INSTDIR\data\sample.cat" 1566
|
|
||||||
; Copy Windows files
|
; Copy Windows files
|
||||||
CopyFiles "$CDDRIVE\trg1r.grf" "$INSTDIR\data\trg1r.grf" 2365
|
CopyFiles "$CDDRIVE\trg1r.grf" "$INSTDIR\baseset\trg1r.grf" 2365
|
||||||
CopyFiles "$CDDRIVE\trgcr.grf" "$INSTDIR\data\trgcr.grf" 260
|
CopyFiles "$CDDRIVE\trgcr.grf" "$INSTDIR\baseset\trgcr.grf" 260
|
||||||
CopyFiles "$CDDRIVE\trghr.grf" "$INSTDIR\data\trghr.grf" 400
|
CopyFiles "$CDDRIVE\trghr.grf" "$INSTDIR\baseset\trghr.grf" 400
|
||||||
CopyFiles "$CDDRIVE\trgir.grf" "$INSTDIR\data\trgir.grf" 334
|
CopyFiles "$CDDRIVE\trgir.grf" "$INSTDIR\baseset\trgir.grf" 334
|
||||||
CopyFiles "$CDDRIVE\trgtr.grf" "$INSTDIR\data\trgtr.grf" 546
|
CopyFiles "$CDDRIVE\trgtr.grf" "$INSTDIR\baseset\trgtr.grf" 546
|
||||||
; Copy DOS files
|
; Copy DOS files
|
||||||
CopyFiles "$CDDRIVE\trg1.grf" "$INSTDIR\data\trg1.grf" 2365
|
CopyFiles "$CDDRIVE\trg1.grf" "$INSTDIR\baseset\trg1.grf" 2365
|
||||||
CopyFiles "$CDDRIVE\trgc.grf" "$INSTDIR\data\trgc.grf" 260
|
CopyFiles "$CDDRIVE\trgc.grf" "$INSTDIR\baseset\trgc.grf" 260
|
||||||
CopyFiles "$CDDRIVE\trgh.grf" "$INSTDIR\data\trgh.grf" 400
|
CopyFiles "$CDDRIVE\trgh.grf" "$INSTDIR\baseset\trgh.grf" 400
|
||||||
CopyFiles "$CDDRIVE\trgi.grf" "$INSTDIR\data\trgi.grf" 334
|
CopyFiles "$CDDRIVE\trgi.grf" "$INSTDIR\baseset\trgi.grf" 334
|
||||||
CopyFiles "$CDDRIVE\trgt.grf" "$INSTDIR\data\trgt.grf" 546
|
CopyFiles "$CDDRIVE\trgt.grf" "$INSTDIR\baseset\trgt.grf" 546
|
||||||
SetOutPath "$INSTDIR\"
|
SetOutPath "$INSTDIR\"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
@ -388,46 +402,49 @@ Section "Uninstall"
|
||||||
; AI files
|
; AI files
|
||||||
Delete "$INSTDIR\ai\compat_*.nut"
|
Delete "$INSTDIR\ai\compat_*.nut"
|
||||||
|
|
||||||
; Data files
|
; Baseset files
|
||||||
Delete "$INSTDIR\data\opntitle.dat"
|
Delete "$INSTDIR\baseset\opntitle.dat"
|
||||||
|
Delete "$INSTDIR\baseset\openttd.grf"
|
||||||
Delete "$INSTDIR\data\2ccmap.grf"
|
Delete "$INSTDIR\baseset\orig_win.obg"
|
||||||
Delete "$INSTDIR\data\airports.grf"
|
Delete "$INSTDIR\baseset\orig_dos.obg"
|
||||||
Delete "$INSTDIR\data\autorail.grf"
|
Delete "$INSTDIR\baseset\orig_dos_de.obg"
|
||||||
Delete "$INSTDIR\data\canalsw.grf"
|
Delete "$INSTDIR\baseset\orig_win.obs"
|
||||||
Delete "$INSTDIR\data\dosdummy.grf"
|
Delete "$INSTDIR\baseset\orig_dos.obs"
|
||||||
Delete "$INSTDIR\data\elrailsw.grf"
|
Delete "$INSTDIR\baseset\no_sound.obs"
|
||||||
Delete "$INSTDIR\data\nsignalsw.grf"
|
Delete "$INSTDIR\baseset\sample.cat"
|
||||||
Delete "$INSTDIR\data\openttd.grf"
|
Delete "$INSTDIR\baseset\trg1r.grf"
|
||||||
Delete "$INSTDIR\data\roadstops.grf"
|
Delete "$INSTDIR\baseset\trghr.grf"
|
||||||
Delete "$INSTDIR\data\trkfoundw.grf"
|
Delete "$INSTDIR\baseset\trgtr.grf"
|
||||||
Delete "$INSTDIR\data\openttdd.grf"
|
Delete "$INSTDIR\baseset\trgcr.grf"
|
||||||
Delete "$INSTDIR\data\openttdw.grf"
|
Delete "$INSTDIR\baseset\trgir.grf"
|
||||||
Delete "$INSTDIR\data\orig_win.obg"
|
Delete "$INSTDIR\baseset\trg1.grf"
|
||||||
Delete "$INSTDIR\data\orig_dos.obg"
|
Delete "$INSTDIR\baseset\trgh.grf"
|
||||||
Delete "$INSTDIR\data\orig_dos_de.obg"
|
Delete "$INSTDIR\baseset\trgt.grf"
|
||||||
Delete "$INSTDIR\data\orig_win.obs"
|
Delete "$INSTDIR\baseset\trgc.grf"
|
||||||
Delete "$INSTDIR\data\orig_dos.obs"
|
Delete "$INSTDIR\baseset\trgi.grf"
|
||||||
Delete "$INSTDIR\data\no_sound.obs"
|
Delete "$INSTDIR\baseset\*.gm"
|
||||||
|
|
||||||
Delete "$INSTDIR\data\sample.cat"
|
Delete "$INSTDIR\data\sample.cat"
|
||||||
; Windows Data files
|
|
||||||
Delete "$INSTDIR\data\trg1r.grf"
|
Delete "$INSTDIR\data\trg1r.grf"
|
||||||
Delete "$INSTDIR\data\trghr.grf"
|
Delete "$INSTDIR\data\trghr.grf"
|
||||||
Delete "$INSTDIR\data\trgtr.grf"
|
Delete "$INSTDIR\data\trgtr.grf"
|
||||||
Delete "$INSTDIR\data\trgcr.grf"
|
Delete "$INSTDIR\data\trgcr.grf"
|
||||||
Delete "$INSTDIR\data\trgir.grf"
|
Delete "$INSTDIR\data\trgir.grf"
|
||||||
; Dos Data files
|
|
||||||
Delete "$INSTDIR\data\trg1.grf"
|
Delete "$INSTDIR\data\trg1.grf"
|
||||||
Delete "$INSTDIR\data\trgh.grf"
|
Delete "$INSTDIR\data\trgh.grf"
|
||||||
Delete "$INSTDIR\data\trgt.grf"
|
Delete "$INSTDIR\data\trgt.grf"
|
||||||
Delete "$INSTDIR\data\trgc.grf"
|
Delete "$INSTDIR\data\trgc.grf"
|
||||||
Delete "$INSTDIR\data\trgi.grf"
|
Delete "$INSTDIR\data\trgi.grf"
|
||||||
|
|
||||||
; Music
|
|
||||||
Delete "$INSTDIR\gm\*.gm"
|
Delete "$INSTDIR\gm\*.gm"
|
||||||
|
|
||||||
; Downloaded OpenGFX/OpenSFX/OpenMSX
|
; Downloaded OpenGFX/OpenSFX/OpenMSX
|
||||||
|
Delete "$INSTDIR\baseset\opengfx\*"
|
||||||
|
RMDir "$INSTDIR\baseset\opengfx"
|
||||||
|
Delete "$INSTDIR\baseset\opensfx\*"
|
||||||
|
RMDir "$INSTDIR\baseset\opensfx"
|
||||||
|
Delete "$INSTDIR\baseset\openmsx\*"
|
||||||
|
RMDir "$INSTDIR\baseset\openmsx"
|
||||||
|
|
||||||
Delete "$INSTDIR\data\opengfx\*"
|
Delete "$INSTDIR\data\opengfx\*"
|
||||||
RMDir "$INSTDIR\data\opengfx"
|
RMDir "$INSTDIR\data\opengfx"
|
||||||
Delete "$INSTDIR\data\opensfx\*"
|
Delete "$INSTDIR\data\opensfx\*"
|
||||||
|
@ -447,6 +464,8 @@ Section "Uninstall"
|
||||||
; Base sets for music
|
; Base sets for music
|
||||||
Delete "$INSTDIR\gm\orig_win.obm"
|
Delete "$INSTDIR\gm\orig_win.obm"
|
||||||
Delete "$INSTDIR\gm\no_music.obm"
|
Delete "$INSTDIR\gm\no_music.obm"
|
||||||
|
Delete "$INSTDIR\baseset\orig_win.obm"
|
||||||
|
Delete "$INSTDIR\baseset\no_music.obm"
|
||||||
|
|
||||||
; Remove remaining directories
|
; Remove remaining directories
|
||||||
RMDir "$SMPROGRAMS\$SHORTCUTS\Extras\"
|
RMDir "$SMPROGRAMS\$SHORTCUTS\Extras\"
|
||||||
|
@ -455,6 +474,7 @@ Section "Uninstall"
|
||||||
RMDir "$SMPROGRAMS\$SHORTCUTS"
|
RMDir "$SMPROGRAMS\$SHORTCUTS"
|
||||||
RMDir "$INSTDIR\ai"
|
RMDir "$INSTDIR\ai"
|
||||||
RMDir "$INSTDIR\data"
|
RMDir "$INSTDIR\data"
|
||||||
|
RMDir "$INSTDIR\baseset"
|
||||||
RMDir "$INSTDIR\gm"
|
RMDir "$INSTDIR\gm"
|
||||||
RMDir "$INSTDIR\lang"
|
RMDir "$INSTDIR\lang"
|
||||||
RMDir "$INSTDIR\scripts"
|
RMDir "$INSTDIR\scripts"
|
||||||
|
|
27
readme.txt
27
readme.txt
|
@ -189,7 +189,7 @@ an AI a message will be shown that the 'dummy' AI has been started.
|
||||||
|
|
||||||
4.1) (Required) 3rd party files
|
4.1) (Required) 3rd party files
|
||||||
---- --------------------------
|
---- --------------------------
|
||||||
Before you run OpenTTD, you need to put the game's data files into a data/
|
Before you run OpenTTD, you need to put the game's data files into a baseset/
|
||||||
directory which can be located in various places addressed in the following
|
directory which can be located in various places addressed in the following
|
||||||
section.
|
section.
|
||||||
|
|
||||||
|
@ -227,10 +227,11 @@ You need to copy the following files:
|
||||||
|
|
||||||
4.1.3) Original Transport Tycoon Deluxe music
|
4.1.3) Original Transport Tycoon Deluxe music
|
||||||
------ --------------------------------------
|
------ --------------------------------------
|
||||||
If you want the Transport Tycoon Deluxe music, copy the gm/ folder from the
|
If you want the Transport Tycoon Deluxe music, copy the files from the gm/
|
||||||
Windows version of Transport Tycoon Deluxe to your OpenTTD folder (not your
|
folder from the Windows version of Transport Tycoon Deluxe to the baseset
|
||||||
data folder - also explained in the following sections). The music from the
|
folder in your OpenTTD folder (also explained in the following sections).
|
||||||
DOS version as well as the original Transport Tycoon does not work.
|
The music from the DOS version as well as the original Transport Tycoon does
|
||||||
|
not work.
|
||||||
|
|
||||||
4.1.4) AIs
|
4.1.4) AIs
|
||||||
------ ---
|
------ ---
|
||||||
|
@ -283,11 +284,11 @@ Different types of data or extensions go into different subdirectories of the ch
|
||||||
OpenTTD directory:
|
OpenTTD directory:
|
||||||
Config File: (no subdirectory)
|
Config File: (no subdirectory)
|
||||||
Screenshots: (no subdirectory)
|
Screenshots: (no subdirectory)
|
||||||
Base Graphics: data (or a subdirectory thereof)
|
Base Graphics: baseset (or a subdirectory thereof)
|
||||||
Sound Sets: data (or a subdirectory thereof)
|
Sound Sets: baseset (or a subdirectory thereof)
|
||||||
NewGRFs: data (or a subdirectory thereof)
|
NewGRFs: newgrf (or a subdirectory thereof)
|
||||||
32bpp Sets: data (or a subdirectory thereof)
|
32bpp Sets: newgrf (or a subdirectory thereof)
|
||||||
Music Sets: gm (or a subdirectory thereof)
|
Music Sets: baseset (or a subdirectory thereof)
|
||||||
AIs: ai (or a subdirectory thereof)
|
AIs: ai (or a subdirectory thereof)
|
||||||
AI Libraries: ai/libraries (or a subdirectory thereof)
|
AI Libraries: ai/libraries (or a subdirectory thereof)
|
||||||
Savegames: save
|
Savegames: save
|
||||||
|
@ -315,12 +316,12 @@ personal directory (where the game will then also place savegames and screenshot
|
||||||
You can install OpenTTD on external media so you can take it with you, i.e.
|
You can install OpenTTD on external media so you can take it with you, i.e.
|
||||||
using a USB key, or a USB HDD, etc.
|
using a USB key, or a USB HDD, etc.
|
||||||
Create a directory where you shall store the game in (i.e. OpenTTD/).
|
Create a directory where you shall store the game in (i.e. OpenTTD/).
|
||||||
Copy the binary (OpenTTD.exe, OpenTTD.app, openttd, etc), data/ and your
|
Copy the binary (OpenTTD.exe, OpenTTD.app, openttd, etc), baseset/ and your
|
||||||
openttd.cfg to this directory.
|
openttd.cfg to this directory.
|
||||||
You can copy binaries for any operating system into this directory, which will
|
You can copy binaries for any operating system into this directory, which will
|
||||||
allow you to play the game on nearly any computer you can attach the external
|
allow you to play the game on nearly any computer you can attach the external
|
||||||
media to.
|
media to.
|
||||||
As always - additional grf files are stored in the data/ dir (for details,
|
As always - additional grf files are stored in the newgrf/ dir (for details,
|
||||||
again, see section 4.1).
|
again, see section 4.1).
|
||||||
|
|
||||||
|
|
||||||
|
@ -583,7 +584,7 @@ can be viewed in the NewGRF window accessible from the file load dialogue window
|
||||||
You can try to obtain the missing files from that NewGRF dialogue or - if they
|
You can try to obtain the missing files from that NewGRF dialogue or - if they
|
||||||
are not available online - you can search manually through our forum's graphics
|
are not available online - you can search manually through our forum's graphics
|
||||||
development section (http://www.tt-forums.net/viewforum.php?f=66) or GrfCrawler
|
development section (http://www.tt-forums.net/viewforum.php?f=66) or GrfCrawler
|
||||||
(http://grfcrawler.tt-forums.net/). Put the NewGRF files in OpenTTD's data folder
|
(http://grfcrawler.tt-forums.net/). Put the NewGRF files in OpenTTD's newgrf folder
|
||||||
(see section 4.2 "OpenTTD directories") and rescan the list of available NewGRFs.
|
(see section 4.2 "OpenTTD directories") and rescan the list of available NewGRFs.
|
||||||
Once you have all missing files, you are set to go.
|
Once you have all missing files, you are set to go.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue