Jump to content

bober

Members
  • Posts

    827
  • Joined

  • Last visited

Posts posted by bober

  1. Sorry for replying so late... well it seems onepiece's pack works fine now, and the rest doesn't (which is the opposite from what happened in the past)

    So I guess if I add WMP and IE separately somehow I seem to lose them

    PS Is it possible to figure out combing your XPTSP with Alduin visual style..

    Alduin visual style.. ? if you link to the files i mgiht bve able to make you an addon for it or something.(you want that particular style as the default replacement of the windows xp luna theme right?)

  2. good news, can we have this also fixed as an Addon on page 1 please?

    thank you very much

    yeah, i was just awaiting that people having trouble with the ieframe.mui test the modifications i made so i can update 1st post.

    Thanks for eforts to make Tsp better... I was removing/changing some user pictures from Extra folder and find that all bmp names are mixed: car is fish, guitar is dog etc... etc... This is not causing special problems, but in fact exists.

    this is caused by the fact that the manual batch patcher can only have new user images by replacing old ones, of course the addon version can easily be fixed by adding the user images as an addon. but then the manual batch and the addon batch files would be different, and im tryign to keep them the same.

  3. yes, ieframe.mui it's still compressed

    and this is why

    :8ieframemui

    set name=ieframe

    set name1=dll

    set ext=mui

    set com=mui

    if not exist "i386\%name%.%com%" set com=mu_

    if not exist "i386\%name%.%com%" goto iepeers

    %xp% "i386\%name%.%com%" "%tmp%\%name%.mui" >nul

    if exist "i386\%name%.%com%" Del "i386\%name%.%com%" >nul

    %rh% %ao% "%tmp%\%name%.%com%", "%tmp%\%name%.%com%", "%res%\8%name%.%name1%.%ext%.res",,,&echo patching %name%.%name1%.%ext%

    %pe% -c %tmp%\%name%.%com% >nul

    if exist "i386\%name%.%com%" %cp% /v /y "%tmp%\%name%.%ext%" "i386\%name%.%ext%" goto iepeers

    %cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%name%.mu_" >nul

    the second bolded line is not executed because "i386\%name%.%com%" was deleted before so it's cabbing the file

    ok lets fix that:


    :8ieframemui
    set name=ieframe
    set name1=dll
    set ext=mui
    set com=mui
    if not exist "i386\%name%.%com%" set com=mu_
    if not exist "i386\%name%.%com%" goto iepeers
    %xp% "i386\%name%.%com%" "%tmp%\%name%.mui" >nul
    %rh% %ao% "%tmp%\%name%.%com%", "%tmp%\%name%.%com%", "%res%\8%name%.%name1%.%ext%.res",,,&echo patching %name%.%name1%.%ext%
    %pe% -c %tmp%\%name%.%com% >nul
    if exist "i386\%name%.%ext%" %cp% /v /y "%tmp%\%name%.%ext%" "i386\%name%.%ext%" >nul
    if exist "i386\%name%.%ext%" goto iepeers
    if exist "i386\%name%.mui" Del "i386\%name%.mui" >nul
    %cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%name%.mu_" >nul

  4. EDIT: There is one small issue with patching SMSS.EXE and it involves non-English languages. I know how "Media Center" is spelled in English, but doing so with other languages would an impossible challenge unless there is a string with that phrase that could simply be copied. I'm not talking about "If there is a Media Center component, do this" string, I'm talking about the language equlivant of that string....

    im willing to try a french version. each lang would need a different res file for it(if multilang come available),as hexing would be a pain .But for english i dont see any problems using a hex instead fo a res.

    also reshacker may work, i think we would simply need to have to save the message table to a text file or rc and the command line would work, adding it via the gui dosent work.

  5. ah man, its ben changed again? im not sure if the ie8 addon and the all in one update pack addon are synched or not but this is begining to be a pain. soem time its cabed some times its not depending of the version of the addon/update pack. i might do one last update cuz there are still a few things i think needs to be finalized but id realy wish everyone would use the xptspgui.

    but thx for noticing tho.

×
×
  • Create New...