Difference between revisions of "TTDWinexChris"

From TTWiki
Jump to navigationJump to search
m (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>-+cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login+- (password: &quot;-+cvs+-&quot;)
+
<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>
   
-+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)</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>-+tar cf - winex-3.2.1/ | bzip2 -c9 &gt; winex-3.2.1.tar.bz2+-</pre>
+
<pre>tar cf - winex-3.2.1/ | bzip2 -c9 &gt; winex-3.2.1.tar.bz2</pre>
   
 
'''3.''' Build WineX.
 
'''3.''' Build WineX.
   
<pre>Use the GetCVSWineX_Pthreads script from [http://ting.homeunix.org/|this page].
+
Use the GetCVSWineX_Pthreads script from [http://ting.homeunix.org/ this page].
 
Check the configuration in the file and issue <tt>GetCVSWineX_Pthreads recompile</tt>
 
Check the configuration in the file and issue -+GetCVSWineX_Pthreads recompile+-</pre>
 
   
 
'''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>~pp~[Software\\FISH Technology Group\\Transport Tycoon Deluxe]
+
<pre>[Software\\FISH Technology Group\\Transport Tycoon Deluxe]
 
"DisplayModeNumber"=dword:00000000
 
 
"ForceDIBSection"=dword:00000001
&quot;DisplayModeNumber&quot;=dword:00000000
 
 
"FullScreen"=dword:00000000
 
 
"HDPath"="C:\\PROGRA~1\\TTD\\" # Replace with your fake-wine-location, complete with doubled backslashes
&quot;ForceDIBSection&quot;=dword:00000001
 
 
"Installed"=dword:00000003
 
 
"Language"=dword:00000003
&quot;FullScreen&quot;=dword:00000000
 
 
"MidiType"=dword:00000003
 
 
"MousePointer"=dword:00000001
&quot;HDPath&quot;=&quot;C:\\PROGRA~1\\TTD\\&quot; # Replace with your fake-wine-location, complete with doubled backslashes
 
 
"RetraceSync"=dword:00000000
 
 
"SafeMode"=dword:00000000
&quot;Installed&quot;=dword:00000003
 
 
"UpdateMode"=dword:00000001
 
&quot;Language&quot;=dword:00000003
 
 
&quot;MidiType&quot;=dword:00000003
 
 
&quot;MousePointer&quot;=dword:00000001
 
 
&quot;RetraceSync&quot;=dword:00000000
 
 
&quot;SafeMode&quot;=dword:00000000
 
 
&quot;UpdateMode&quot;=dword:00000001~/pp~
 
 
 
</pre>
 
</pre>
   
Now I hit a problem. &nbsp;I can't get any further. &nbsp;I have tried the various other instructions around, but nothing seems to work. &nbsp;Method ends here until I get it working again.
+
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.