Jump to content

gluon

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Australia

Everything posted by gluon

  1. msimsg.dll.mui seems to be fixed in the oct12a version, it is now installed in "\system32\mui\0409" (US English) thanks for the great work tommyp and tomalak for testing and reporting Edit: for my own reference - patched version so XAudio slipstream would work. how to check: In system32 folder there should be XAudio2_n.dll where n = 0 - 4. If you play [PROTOTYPE] then you would only need to install vcredist2005, otherwise you will see these kind of errors http://au.gamespot.com/pc/action/prototype...&pid=942352
  2. am I seeing right? the latest one already has the snippet.... [edit] sorry my bad I got confused with the file I'm editting.
  3. Yep, you're right, but it was the thought that counted. lol. New beta rev o posted. Added in gluon's contribution too. Meanwhile tried, in contrary to my words above (who needs sleep anyway? Note to myself: don't be that impatient), previous version "n" with corrected logic. Works almost perfectly now, except one problem: the 'msimsg.dll.mui' was copied to system32\mui\1031, and not system32\mui\0407. Seems that the hex value is required here, not the decimal one... In my case it seems to be copied to "system32\mui\1033" instead of 1031. Prolly because I got English source. The XAudio2 won't slipstream with version o, I think it's missing this snippet which suppose to grab and extract XAudio CABs IF EXIST HFCABS\*XAudio_x86.cab FOR /F %%I IN ('DIR/B/A-D/ON HFCABS\*XAudio_x86.cab') DO EXPAND HFCABS\%%I -F:* WORK\DX9EXTRA >NUL I insert it after line 2141 to make it work.
  4. Hi tommyp, HFSlip is awesome n I've been trying the old 1.7.9 beta m (6 June) n it's fantastic. I don't have to put the hotfixes in HFSVCPACK_SW1 anymore I've been modifying the old 1.7.9.m a bit to slipstream XAudio2 from DirectX 9 since [PROTOTYPE] needs it. I've tested it n it's been good so far. I thought it would be nice to include this bit of code which I stole from HFSlip 2.0 into your new version In :DX9EXTRA section on line 2121 I put IF EXIST HFCABS\*XAudio_x86.cab FOR /F %%I IN ('DIR/B/A-D/ON HFCABS\*XAudio_x86.cab') DO EXPAND HFCABS\%%I -F:* WORK\DX9EXTRA >NUL then on line 2155 I put IF EXIST WORK\DX9EXTRA\XAPOFX*.dll FOR /F "TOKENS=1,2 DELIMS=_" %%I IN ('DIR/B/ON/L WORK\DX9EXTRA\XAPOFX*.dll') DO ( REN "WORK\DX9EXTRA\%%I_%%J" %%I%%J ECHO>>SOURCESS\I386\TXTSETUP.SIF %%I%%J = 1,,,,,,,2,0,0,%%I_%%J&ECHO>>SOURCESS\I386\DOSNET.INF d1,%%I%%J ) IF EXIST WORK\DX9EXTRA\XAudio*.dll FOR /F "TOKENS=1,2* DELIMS=io" %%I IN ('DIR/B/ON WORK\DX9EXTRA\XAudio*.dll') DO ( REN "WORK\DX9EXTRA\%%Iio%%J" %%I%%J ECHO>>SOURCESS\I386\TXTSETUP.SIF %%I%%J = 1,,,,,,,2,0,0,%%Iio%%J&ECHO>>SOURCESS\I386\DOSNET.INF d1,%%I%%J ECHO>>WORK\RGSVRWU.TXT HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\ZZB","!HFDX!",0,"%%11%%\regsvr32 /s """%%11%%\%%Iio%%J"""" SET /A HFDX=!HFDX!+1 ) I have Windows XP SP3 slipstream n will do another slipstream with ur beta in 2 days time n let u know how I go. P.S. is there such thing as XPSP3.EXT for HFCLEANUP? I've been using XPSP2.EXT n rename it as XPSP3.EXT... not too sure whether it actually does anything for me.
  5. hmmm just a suggestion, maybe u can try remove the slipstreaming of WMP11 and KB898543. Yeah it would probably ruin the WMP11 + IE7 plan, nothing is perfect. Just another suggestion, u probably should unplug ur LAN cable or anything that connects u to the internet. It solves some of my problems Cheers from a n00b
×
×
  • Create New...