rubab Posted December 19, 2008 Share Posted December 19, 2008 Yes amnesia i understand what you are talking about. I tried extracting the bitmaps myself and the result was a horrible looking bootscreen that will give a heart patient a heart attack. Just kidding.I suppose i will have to stick with the version you guyz are providing with XPtsp.Thanks amnesia and dougiefresh for all your help. Link to comment Share on other sites More sharing options...
amnesia Posted December 19, 2008 Share Posted December 19, 2008 (edited) I suppose i will have to stick with the version you guyz are providing with XPtsp.oh, come on now, don't give up all we have to do is follow step-by-step tutorial fromhttp://www.geocities.com/thejjoelc/XPbootcolors.htmland figure out how to attach hex editing to reshacker-patching routine edit: i actually went on and hex edit my kernel, the palette changed (to normal, i suppose). so, the next step is to play with bitmaps-palettes(yeah, i kinda went in reverse order) Edited December 19, 2008 by amnesia Link to comment Share on other sites More sharing options...
bober Posted December 19, 2008 Author Share Posted December 19, 2008 intresting ideas... Link to comment Share on other sites More sharing options...
dougiefresh Posted December 20, 2008 Share Posted December 20, 2008 (edited) I'm sorry.... I had found it and it looked good at the page. I downloaded the file and it sat for a while. Yesterday, I punched the bitmap into a copy of the kernel after I posted about it and wondered what else I was missing.... I didn't think that the bitmap looked THAT bad! (Granted, it didn't look great either!) I just hadn't had the time to do further investigation in how to correctly do the bitmap thingy....Thanks for the information about replacing the kernel bitmap and palette. I'll write up the code to do the hex-editing so that hopefully the damn thing will look GREAT! (Unfortunately, it took a workplace accident to end up with the time to do it.....) It shouldn't take too long to do.....EDIT: If I can figure out where the fricken palette is stored in the kernel.... Edited December 20, 2008 by dougiefresh Link to comment Share on other sites More sharing options...
bober Posted December 20, 2008 Author Share Posted December 20, 2008 (edited) cut sum toes off? jk.i always hear a hissing sound out of my right ear resulting from work, ben like this since 2005.workplace accidents/long term damages are a b*tch. Edited December 20, 2008 by bober Link to comment Share on other sites More sharing options...
amnesia Posted December 20, 2008 Share Posted December 20, 2008 (edited) EDIT: If I can figure out where the fricken palette is stored in the kernel....00 00 00 00 15 1A 20 00 46 46 46 00 D2 3E 2D 00 01 65 53 00 05 35 B2 00 7E 7E 7E 00 00 92 89 00 FC 7F 5E 00 20 6B F7 00 FF A6 8D 00 04 DC 8E 00 1B BC F3 00 BC BC BC 00 FC FC FC 00 FF FF FFNow to explain a bit about what you are looking at. Each color on your screen is made up of an RGB value. White, for example is "255 255 255". Those RGB values can be translated into a hexadecimal value. White is "FF FF FF". Those of you familiar with web design or image editing at all are probably already aware of all of this. What you see in the image above, and in your own hex editor, is a list of 16 such hex values separated by a "null" character (00). This is the palette windows uses to turn the all black boot screen image into what you see on screen. Like I said though, Microsoft evidently went to a little bit of trouble to hide this, because each hex value is backwards! For example, one of the orange colors in the original palette has the RGB value of "247 107 42", which translates in hex to "F7 6B 20". In the screen shot above though, you will notice that it is listed as "20 6B F7" The values of each color in the palette are listed in this manner. Edited December 20, 2008 by amnesia Link to comment Share on other sites More sharing options...
rubab Posted December 20, 2008 Share Posted December 20, 2008 amnesia at the moment i am downloading jasc Paint Shop and i will try my level best to follow the guide. I just want to know if i set the values according to the values mentioned in the guide you provided what difference will i get? I mean what will the result be? Link to comment Share on other sites More sharing options...
dougiefresh Posted December 20, 2008 Share Posted December 20, 2008 (edited) 00 00 00 00 15 1A 20 00 46 46 46 00 D2 3E 2D 00 01 65 53 00 05 35 B2 00 7E 7E 7E 00 00 92 89 00 FC 7F 5E 00 20 6B F7 00 FF A6 8D 00 04 DC 8E 00 1B BC F3 00 BC BC BC 00 FC FC FC 00 FF FF FFI meant in the file I downloaded from the ThemeXP.org site. The site you mentioned said to look for that string, which is how to locate the palette in the unpatched kernel. I'm pretty sure that the palette inside the file from ThemeXP isn't the same as the standard palette.... and I doubt it can it be located so easily....Just before I decided to press submit, I searched about hex-edit the XP kernel palette (this) and found some instructions on how to hex-edit this SOB properly. So I can write the code now.....EDIT: I've written the code to hex-edit the bootscreen files. It was fairly easy, but now all I need is the palette. I'll make a section in XPtsp.ini so that when it becomes available, it can be added/modified without having to modify the source code. Edited December 20, 2008 by dougiefresh Link to comment Share on other sites More sharing options...
RisingXun Posted December 20, 2008 Share Posted December 20, 2008 (edited) i just thought this one would be better than the current onemsgina.dll_LogoffDiaglog.zip Edited December 20, 2008 by RisingXun Link to comment Share on other sites More sharing options...
Stimpy Posted December 20, 2008 Share Posted December 20, 2008 i just thought this one would be better than the current oneYes, much better!Do you know what the Hibernate icon looks like? Can you show us? Link to comment Share on other sites More sharing options...
bober Posted December 20, 2008 Author Share Posted December 20, 2008 yeah, it does look kinda nice. Link to comment Share on other sites More sharing options...
Raoul Posted December 20, 2008 Share Posted December 20, 2008 That one is nice! Link to comment Share on other sites More sharing options...
sT0n3r Posted December 21, 2008 Share Posted December 21, 2008 (edited) thanks for the updates amnesia i hope you can work out the palette for the boot screen and thanks to fixit for the XPtsp_Blue_0.9b5_batch.exe but is it possible to change the folder icons to the ones in amnesias postbluefoldersthe ones in the pack now look a little plane, where the ones in the link look much betteri have also included the original bmps for the black msgina and shell32 logoff from the above post,shell32msginabmp.7zkeep up the great work guys :thumbsup_anim: Edited December 21, 2008 by sT0n3r Link to comment Share on other sites More sharing options...
bjfrog Posted December 21, 2008 Share Posted December 21, 2008 (edited) Cursors addon can be integrated,but cant be installedTsp addon v1.2 Edited December 21, 2008 by bjfrog Link to comment Share on other sites More sharing options...
Fixit Posted December 22, 2008 Share Posted December 22, 2008 @sT0n3rThe blue folders are exactly the same as the green folders, only i made each green pixel blue :online2long: .'ll try to update at least the main folder icons from start menu whit some of these. (but it is hard to match colors and i am not a real good artist, lol)Also i have been told the icons Amnesia posted here are for vista os 256x256 ... but i would like to use similar ones.i also have a little side project that i would like to finish (beta) befor xmas, but 'll see what i can do. Link to comment Share on other sites More sharing options...
amnesia Posted December 22, 2008 Share Posted December 22, 2008 Also i have been told the icons Amnesia posted here are for vista os 256x256 ... but i would like to use similar ones.here are the blue icons normalized to 48, 32, 16 formathttp://gettyfile.com/232257/ Link to comment Share on other sites More sharing options...
rubab Posted December 22, 2008 Share Posted December 22, 2008 I noticed that the way you added "Customized By: XP-tsp" looks really badIt looks more like: "Customized By: Intel® XP-tsp Version: Pentium® 4 CPU 3.00GHz"I mean VISO didn't have these kinds of messages. I don't think people who use XP-tsp will ever say that they did it all by themselves, they should normally give all the credits to you guys.When my friends ask me how i made XP look like vista , i just send them the link to this XP-tsp post. In other words i give you proper credits.Ultimately it is your software and you can do as you like and i really appreciate the way you guys made it look more fantastic than before. I am just suggesting that it would look more beautiful if you didn't add those lines there.Please don't take it in the wrong sense because every XP ISO i make i use and will keep using XP-tsp/VISO. Link to comment Share on other sites More sharing options...
Nomadturk Posted December 22, 2008 Share Posted December 22, 2008 (edited) Rubab, you can extract the file you download, select sysdm.cpl.res from within the Resources files, open it with Reshacker and edit it as you wish, save and re-add it to the archive. after removing or changing that section, if you will. Edited December 22, 2008 by Nomadturk Link to comment Share on other sites More sharing options...
rubab Posted December 22, 2008 Share Posted December 22, 2008 I did edit sysdm.cpl.res and had to re-create the ISO because i didn't notice it at first . I was just just amazed how good windows was looking because i last used XP-tsp 6 months ago. Link to comment Share on other sites More sharing options...
Nomadturk Posted December 22, 2008 Share Posted December 22, 2008 (:I've downloaded, modified what i needed, removed/added some stuff and created my customized batch file. It indeed is a good source. Till now, i was only using BricoPacks and to be honest, you can't even compare the two! It sure gives XP a new and better look. Link to comment Share on other sites More sharing options...
pen25jf Posted December 22, 2008 Share Posted December 22, 2008 Hi guys,I hope I'm not being a buzz-killer, but I don't get the chance to check Wincert/Ryan's page as often as I'd like to, and I'm going to be doing a clean install soon. Thing is, there's 55 pages of what looks to be a totally awesome app that I will definitely use - but skimming through some of the pages and the first post with the updates, it doesn't seem to match. E.g., are the default folder colors green or blue? Does the batch file come with the Drive Space Indicator? Is that problem quoted which says it's fixed fixed? Really just trying to catch up, so if it's possible, could the first post be updated/ a bit clearer for us first time users?Thank you if you can, and like I said, it looks awesome, just don't know if I need to install fonts, sounds, etc. and the other questions above. :thumbsup_anim: Big thanks!!! Link to comment Share on other sites More sharing options...
RisingXun Posted December 22, 2008 Share Posted December 22, 2008 (edited) EDIT Edited January 18, 2009 by RisingXun Link to comment Share on other sites More sharing options...
dougiefresh Posted December 22, 2008 Share Posted December 22, 2008 (edited) Directed to pen25j:Are the default folder colors green or blue?Default folder colors are green.Does the batch file come with the Drive Space Indicator?No, only the GUI version comes with Drive Space Indicator. Although, you could add DSI to your install by downloading the add-on from this topic. The GUI adds it pretty much the same way nLite and RVMIntegrator does....Is that problem quoted which says it's fixed fixed?I'm sure Bober will agree when I say please be more specific about what "problem" you're referring to....=======================================================RisingXun: Have you tried the GUI version? I've been writing the XPtsp GUI in AutoIt, which is based heavily on the batch file version. It does the same thing as the batch file with a nice graphical interface. I've also added the ability to patch a live system to the script, something which the batch file cannot do at this point. It can also do many of the patches & additions that nLite and RVMIntegrator can do.I'm pretty sure that the batch file doesn't patch files that aren't present. I've looked at the code and if it can't find the file that it needs to patch, the batch file skips that file.EDIT: Hold on, I reread your post. I'm sure that the Setup.exe program reappearing after it's been removed by nLite can be easily fixed!=======================================================Rubab: I agree that the additional lines either (1) need to be removed, or (2) the appropriate text filled in so that the text XP puts in is lined up with the proper line. To me, that part of the dialog box looks sloppy right now. That's my opinion and I'm sticking to it.... :sweatingbullets: Other than that, I think the project is coming along very nicely! Keep up the great work, y'all! Edited December 23, 2008 by dougiefresh Link to comment Share on other sites More sharing options...
Guest Posted December 22, 2008 Share Posted December 22, 2008 bober:This is previously updated by amnesia but you dont add to XPtsp.v1.2_batch so if you like add to pack.Bober_Updateand tow file not exist XPtsp.v1.2_batch notexist.7zamnesia this is big request please update. some icon and bitmap is a previous my computer ico so please update and some icons and bitmap is a yellow so if you can update to green and blue Resources.and update dnsmgmt.msc fsmgmt.msc(blue and green) wmimgmt.msc iconResources for update Link to comment Share on other sites More sharing options...
pen25jf Posted December 23, 2008 Share Posted December 23, 2008 Directed to pen25j:Default folder colors are green.No, only the GUI version comes with Drive Space Indicator. Although, you could add DSI to your install by downloading the add-on from this topic. The GUI adds it pretty much the same way nLite and RVMIntegrator does....I'm sure Bober will agree when I say please be more specific about what "problem" you're referring to....=======================================================RisingXun: Have you tried the GUI version? I've been writing the XPtsp GUI in AutoIt, which is based heavily on the batch file version. It does the same thing as the batch file with a nice graphical interface. I've also added the ability to patch a live system to the script, something which the batch file cannot do at this point. It can also do many of the patches & additions that nLite and RVMIntegrator can do.I'm pretty sure that the batch file doesn't patch files that aren't present. I've looked at the code and if it can't find the file that it needs to patch, the batch file skips that file.EDIT: Hold on, I reread your post. I'm sure that the Setup.exe program reappearing after it's been removed by nLite can be easily fixed!=======================================================Rubab: I agree that the additional lines either (1) need to be removed, or (2) the appropriate text filled in so that the text XP puts in is lined up with the proper line. To me, that part of the dialog box looks sloppy right now. That's my opinion and I'm sticking to it.... :sweatingbullets: Other than that, I think the project is coming along very nicely! Keep up the great work, y'all!Thanks for the info. The issue was: "UPDATE 1. Found a temp fix for the nLite problem... Go to the advanced settings under Bootable ISO, and change the ISO Engine setting from Default to Mkisofs and you will no longer get the boot issue when you use nLite to create an ISO./ edit:this problem should be fixed now, no need work arounds anymore.plz test and report."Is there an XPtsp with Blue Folders, or this is just done manually? Thanks. Link to comment Share on other sites More sharing options...
Recommended Posts