PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : TIP:C&C alarmstufe rot geht auch ohne win-installation



yusuf75
09.12.02, 14:15
Hi,

Auf Holarse hab ich gelesen, das der Klassiker von Westwood <Alarmstufe Rot> auch unter Wine(X) funzt.
Also hab ich mir das Game für 5 Euro im Edeka-Markt gekauft.
Entgegen der Anweisung von Holarse kann das Game aber auch direkt unter Linux installiert werden ( also ohne windows).
Dazu muss mann einfach nur im wineconfigfile unter cdrom einstellungen Label="CD1" oder "CD2" (je nach dem welche Seite gespielt werden will) umbennen.

comrad
09.12.02, 17:25
hi

ich trag das dann in den successbericht auf holarse ein. kannst du bitte noch genau den ausschnitt deiner config posten und deine winex-version?

comrad

yusuf75
09.12.02, 19:35
Hier meine wineconfig:


-----------------wineconfig--------------------------
[Drive C]
"Path" = "/home/yusuf/winex"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/cdrom/"
"Type" = "cdrom"
"Label" = "CD2"
"Filesystem" = "win95"


[Drive E]
"Path" = "/mnt/cdrom2"
"Type" = "cdrom"
"Label" = "CD2"
"Filesystem" = "win95"


[Drive G]
"Path" = "/home/yusuf/tmp"
"Type" = "hd"
"Label" = "tmp"
"Filesystem" = "win95"

[Drive H]
"Path" = "/mnt/win_d"
"Type" = "hd"
"Label" = "spiele"
"Filesystem" = "win95"


[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "g:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"

# <wineconf>

[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"d3d8" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dinput8" = "builtin, native"
"dmusic" = "builtin, native"
"dsound" = "builtin, native"
"opengl32" = "builtin, native"
"msvcrt" = "native, builtin"
"rpcrt4" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"

[x11drv]
; Number of colors to allocate from the system palette
;"AllocSystemColors" = "100"
; Number of colors to copy from the default palette
;"CopyDefaultColors" = "0"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
;"PerfectGraphics" = "Y"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "800x600"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
;"UseDGA" = "N"
; Use XShm extension if present
;"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Use XVidMode extension if present
;"UseXVidMode" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
;"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"

[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-times-"

[FontPatterns]
"Pattern0" = "-adobe-times*"
"Pattern1" = "-adobe-helvetica*"
"Pattern2" = "-adobe-courier*"
"Pattern3" = "-misc-fixed*"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "n"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "n"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"

[Console]
"Drivers" = "xterm"
;"Drivers" = "tty"
"XtermProg" = "konsole"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files
[afmdirs]
;"1" = "/usr/share/ghostscript/fonts"
;"2" = "/usr/share/a2ps/afm"
;"3" = "/usr/share/enscript"
;"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[wineoss]
"UseMMap" = "N"
"FullDuplex" = "N"

;; sample AppDefaults entries
;[AppDefaults\\iexplore.exe\\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;
;[AppDefaults\\setup.exe\\x11drv]
;"Desktop" = "800x600"

# </wineconf>
-----------------------------Ende Wine Config-----------------


WineX Version 20020228.

PS.: Wie bei allen WineX Spielen funktioniert der Sound nur mit Alsa. Mit OSS kommt nur komische Geräusche...

comrad
10.12.02, 09:24
hi

danke, ich werds dort eintragen. ich hab übrigens ewig winex nur mit oss-treiber benutzt, weil mir alsa zu blöd war zum installieren.

comrad

comrad
10.12.02, 09:28
Alarmstufe Rot 2 läuft leider nur mit Einschränkungen unter WineX (mit Wine möglicherweise auch). Die Menüs sind nur teilweise erkennbar, aber stehts anklickbar und Optionen sind auch nur selten anklickbar. Jedoch kann man komplett ein Skirmish-Spiel starten und auch eine neue Kampagne eröffnen. Das Spiel an sich läuft ein bisschen langsam, man kann es aber sicher manuell ändern. Alle Funktionen sind somit verfügbar. Die Sprachausgabe und der Ton funktionieren auch bestens.<P>

das ist der text auf holarse, kannst du unterschiede dazu feststellen, läuft jetzt alles bestens, gibts noch ausser dem ton probleme?

yusuf75
10.12.02, 11:16
Du hast mich verkehrt verstanden...

Ich meinte den Klassiker Alarmstufe Rot also C&C 2 und nicht Alarmstufe Rot 2.!!!!
Alarmstufe Rot 2 habe ich noch nicht getestet...

comrad
10.12.02, 22:34
oh

den musste man aber auch noch nie unter windows installieren ? ;)

yusuf75
11.12.02, 11:18
wenn mann "Label = CD1" oder "Label = CD2" einstellt gehts nicht mit der installation.
Den Text auf Holarse hab ich auch so verstanden als ob mann es nur unter win installieren kann.