![]() |
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
|
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
hi Vin,
I was wondering if you would be able to give me a dumbed down lesson in how to add to your sense mods. I've found the different mscr's for the different mods but i'm not sure how to add to them. I'm slowly making my way through the manual but right now i'm having trouble locating the text files that correspond with the mscr's. Any assistance you could give me would be most appreciated Dorothy |
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
example BEFORE: ## SET SCRIPT DIRECTORY ## ScrDir="\Windows" ## MASTER OPTIONS ## ChoiceDefault("Master Script","Choose customization:^CR^(Cancel will exit)",0,0,"Analog Clock Face","Clock Background","Clock Flip","Clock Numbers","BG4ALL (HQ Wall/BG4ALL/Stock)","GoS2W","Sliders") Case(7) #Sliders If(FileExists(ScrDir & "\Sliders.mscr")) Run(ScrDir & "\Sliders.mscr") Else Message( "Sliders app not found^CR^Please choose another option" ) Run(ScrDir & "\MasterScript.mscr") EndIf Case(0) Exit EndChoice AFTER (NEW one) ## SET SCRIPT DIRECTORY ## ScrDir="\Windows" ## MASTER OPTIONS ## ChoiceDefault("Master Script","Choose customization:^CR^(Cancel will exit)",0,0,"Analog Clock Face","Clock Background","Clock Flip","Clock Numbers","BG4ALL (HQ Wall/BG4ALL/Stock)","GoS2W","Sliders","Ezzie") Case(7) #Sliders If(FileExists(ScrDir & "\Sliders.mscr")) Run(ScrDir & "\Sliders.mscr") Else Message( "Sliders app not found^CR^Please choose another option" ) Run(ScrDir & "\MasterScript.mscr") EndIf Case(8) #Ezzie If(FileExists(ScrDir & "\Ezzie.mscr")) Run(ScrDir & "\Ezzie.mscr") Else Message( "Ezzie app not found^CR^Please choose another option" ) Run(ScrDir & "\MasterScript.mscr") EndIf Case(0) Exit EndChoice Now you can Create Ezzie.mscr If you dont want to add separate mod,you can expand existing mod menu. for example clock digits (ClockNumbers.mscr) before ChoiceDefault("Clock Numbers","Choose which clock font numbers you want:^CR^(Cancel will exit)",1,0,"Default","s2w_v2","Metal","Cell","Tran Cell","Gothic","Flame","Cell Dark") Case(8) #Cell Dark Message( "Cell Dark Font Numbers will be applied","Clock Numbers" ) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0) RedrawToday RedrawToday Sleep(3000) SetFileAttribute( "\windows\77e0069a_manila", "readonly", FALSE ) copy( "\windows\77e0069a_Darkfont", "\windows\77e0069a_manila", TRUE ) Sleep(3000) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",1) RedrawToday RedrawToday Sleep(3000) Message( "Cell Dark Font Numbers applied,^CR^wait for Sense to restart ","Clock Numbers" ) Exit Case(0) Exit EndChoice After ChoiceDefault("Clock Numbers","Choose which clock font numbers you want:^CR^(Cancel will exit)",1,0,"Default","s2w_v2","Metal","Cell","Tran Cell","Gothic","Flame","Cell Dark","Ezzie") Case(8) #Cell Dark Message( "Cell Dark Font Numbers will be applied","Clock Numbers" ) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0) RedrawToday RedrawToday Sleep(3000) SetFileAttribute( "\windows\77e0069a_manila", "readonly", FALSE ) copy( "\windows\77e0069a_Darkfont", "\windows\77e0069a_manila", TRUE ) Sleep(3000) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",1) RedrawToday RedrawToday Sleep(3000) Message( "Cell Dark Font Numbers applied,^CR^wait for Sense to restart ","Clock Numbers" ) Exit Case(9) #Ezzie Message( "Ezzie Font Numbers will be applied","Clock Numbers" ) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",0) RedrawToday RedrawToday Sleep(3000) SetFileAttribute( "\windows\77e0069a_manila", "readonly", FALSE ) copy( "\windows\77e0069a_Ezzie", "\windows\77e0069a_manila", TRUE ) Sleep(3000) RegWriteDword("HKLM","Software\Microsoft\Today\Ite ms\HTC Sense","Enabled",1) RedrawToday RedrawToday Sleep(3000) Message( "Ezzie Font Numbers applied,^CR^wait for Sense to restart ","Clock Numbers" ) Exit Case(0) Exit EndChoice All you need is to rename your custom 77e0069a_manila to 77e0069a_Ezzie. That smiley is number eight).You can use Notepad to work with .mscr |
Re: Question???
Quote:
Quote:
|
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
|
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
Thanks darren and vin. |
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
|
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
Now we don't have to lie in wait for you to step out onto the ice. :laughing3: |
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
sys 28242 dated sept 21 is outhere.New ROM will be ready next week
|
Re: Oct 24 Plutonium-TEST ROM.SYS 28240,Sense 2019 core
Quote:
|
All times are GMT -4. The time now is 08:39 PM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com