Difference between revisions of "TTDWinexChris"
From TTWiki
Jump to navigationJump to searchm (3 revisions) |
(Reformat and update) |
||
Line 1: | Line 1: | ||
− | |||
− | -=Chris's CVS Corollary=- |
||
− | |||
Installing from CVS: |
Installing from CVS: |
||
'''1.''' Check out the source code from Transgaming CVS. |
'''1.''' Check out the source code from Transgaming CVS. |
||
− | <pre> |
+ | <pre>cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login (password: "cvs") |
+ | cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot checkout -rwinex-3-2-1 winex</pre> |
||
− | + | (this gives source for WineX 3.2.1 stable release - omit the -r flag if you want the HEAD) |
|
'''2.''' Create a tarball so you don't have to CVS 57MB of source code again. |
'''2.''' Create a tarball so you don't have to CVS 57MB of source code again. |
||
− | <pre> |
+ | <pre>tar cf - winex-3.2.1/ | bzip2 -c9 > winex-3.2.1.tar.bz2</pre> |
'''3.''' Build WineX. |
'''3.''' Build WineX. |
||
− | + | Use the GetCVSWineX_Pthreads script from [http://ting.homeunix.org/ this page]. |
|
⚫ | |||
− | |||
⚫ | |||
'''4.''' Copy across the TT installation. |
'''4.''' Copy across the TT installation. |
||
Line 24: | Line 21: | ||
'''5.''' Add the registry information to system.reg |
'''5.''' Add the registry information to system.reg |
||
− | <pre> |
+ | <pre>[Software\\FISH Technology Group\\Transport Tycoon Deluxe] |
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
⚫ | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
⚫ | |||
− | |||
</pre> |
</pre> |
||
− | Now I hit a problem. |
+ | Now I hit a problem. I can't get any further. I have tried the various other instructions around, but nothing seems to work. Method ends here until I get it working again. |
+ | [[Category:TTD on Linux]] |
Latest revision as of 13:39, 30 July 2011
Installing from CVS:
1. Check out the source code from Transgaming CVS.
cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login (password: "cvs") cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot checkout -rwinex-3-2-1 winex
(this gives source for WineX 3.2.1 stable release - omit the -r flag if you want the HEAD)
2. Create a tarball so you don't have to CVS 57MB of source code again.
tar cf - winex-3.2.1/ | bzip2 -c9 > winex-3.2.1.tar.bz2
3. Build WineX.
Use the GetCVSWineX_Pthreads script from this page. Check the configuration in the file and issue GetCVSWineX_Pthreads recompile
4. Copy across the TT installation.
5. Add the registry information to system.reg
[Software\\FISH Technology Group\\Transport Tycoon Deluxe] "DisplayModeNumber"=dword:00000000 "ForceDIBSection"=dword:00000001 "FullScreen"=dword:00000000 "HDPath"="C:\\PROGRA~1\\TTD\\" # Replace with your fake-wine-location, complete with doubled backslashes "Installed"=dword:00000003 "Language"=dword:00000003 "MidiType"=dword:00000003 "MousePointer"=dword:00000001 "RetraceSync"=dword:00000000 "SafeMode"=dword:00000000 "UpdateMode"=dword:00000001
Now I hit a problem. I can't get any further. I have tried the various other instructions around, but nothing seems to work. Method ends here until I get it working again.