Difference between revisions of "TTDWineXOskar"

From TTWiki
Jump to navigationJump to search
 
Line 20: Line 20:
 
'''4.''' Disable verbose switch in ttdpatch.cfg (keyboard inputs seems to be a bit broken)
 
'''4.''' Disable verbose switch in ttdpatch.cfg (keyboard inputs seems to be a bit broken)
   
'''5.''' Use this script to start TTDPatchW, change startwine to your wrapper, aka cvswine <pre>~pp~
+
'''5.''' Use this script to start TTDPatchW, change startwine to your wrapper, aka cvswine
  +
#!/bin/bash
+
<pre>~pp~!/bin/bash
   
 
LANG=English
 
LANG=English
Line 31: Line 32:
 
-=Notes=-
 
-=Notes=-
   
The fullscreenmode seems to have some palette problems, if you want to change settings you can copy the script and change ttdpatchw.exe to ttconfig, change the config and click apply, then exit...
+
The fullscreenmode seems to have some palette problems, if you want to change settings you can copy the script and change ttdpatchw.exe to ttconfig.exe, run, change the config and click apply, then exit...
  +
 
If you have a prelink with exec-shield enabled, you can run it some memory problems with wine.
  +
  +
(Asks if you have a security kernel)
  +
 
The prelink option -no-exec-shield can help. Be sure to remake the prelink cache
   
  +
Sometimes the CVS is broken, if it doesn't directly work try another day as I did ...
If you have a prelink and exec-shield enabled, you can run it some memory problems with wine,
 
   
  +
If you want to backup the sourcecode ~/temp/cvswine/winex.tar.gz
the prelink option -no-exec-shield can help
 

Revision as of 15:53, 26 January 2004

-=TTD with CVS WineX =-

Installing from CVS:

1. Build WineX.

Use the GetCVSWineX_Pthreads script from [http://ting.homeunix.org/|this page].

start GetCVSWineX_Pthreads and follow the onscreen informations

2. Use a installed TTD Windows installation or copy <language>.exe to gamegfx.exe

3. Use a native msvcrt.dll

 ~/c/windows/system should have a msvcrt.dll

3. Add the registry information to system.reg

4. Disable verbose switch in ttdpatch.cfg (keyboard inputs seems to be a bit broken)

5. Use this script to start TTDPatchW, change startwine to your wrapper, aka cvswine

~pp~!/bin/bash

LANG=English

startwine -winver winxp -dll msvcrt.dll=n ttdpatchw.exe

~/pp~

-=Notes=-

The fullscreenmode seems to have some palette problems, if you want to change settings you can copy the script and change ttdpatchw.exe to ttconfig.exe, run, change the config and click apply, then exit...

If you have a prelink with exec-shield enabled, you can run it some memory problems with wine.

(Asks if you have a security kernel)

The prelink option -no-exec-shield can help. Be sure to remake the prelink cache

Sometimes the CVS is broken, if it doesn't directly work try another day as I did ...

If you want to backup the sourcecode ~/temp/cvswine/winex.tar.gz