Files
@ r3016:b28a60dfd364
Branch filter:
Location: cpp/openttd-patchpack/source/docs/OSX_where_did_the_package_go.txt - annotation
r3016:b28a60dfd364
1.2 KiB
text/plain
(svn r3596) -Codechange: [OSX] changed to use Apple's macros instead of OTTD macros for endian conversion
This increases the execution speed a lot since GCC can't detect the OTTD macro as an endian conversion
while Apple's code uses the instruction to convert endian instead of a series of instructions to produce the same result
Since we don't have that many endian conversions in the game, overall performance should not increase noteworthy
This increases the execution speed a lot since GCC can't detect the OTTD macro as an endian conversion
while Apple's code uses the instruction to convert endian instead of a series of instructions to produce the same result
Since we don't have that many endian conversions in the game, overall performance should not increase noteworthy
r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r614:5ada491fc357 r614:5ada491fc357 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r562:650dd8623326 r961:3e8c29636fc7 r614:5ada491fc357 r562:650dd8623326 | It's gone
The main goal with the package system was to make it as simple as possible to update. The problem was that some files inside the data folder should be updated and not others. Now the data files have been moved inside OpenTTD itself and to make it even easier, the same goes for the lang dir. There will no longer be an issue where people have different versions of grf files, language files and OpenTTD.
To install simply copy OpenTTD into the folder you want
If it is your current folder with outdated grf files, you should remove
canalsw.grf
openttd.grf
opntitle.dat
signalsw.grf
trkfoundw.grf
THE TTD GRF FILES ARE STILL NEEDED!
They need to be inside a folder called "data" in the same folder as OpenTTD. Create it if you have none. It should contain:
sample.cat
trg1r.grf
trgcr.grf
trghr.grf
trgir.grf
trgtr.grf
(Alternatively you can use the TTD GRF files from the DOS version: TRG1.GRF, TRGC.GRF, TRGH.GRF, TRGI.GRF, TRGT.GRF. A few minor graphical glitches with the DOS graphics remain. E.g. the autorail button in the rail toolbar doesn't look as nice as with the Windows graphics.)
You should also use the data folder to add any custom grf files if you like
|