View Single Post
Old 05-30-2017, 03:09 PM   #65
jcn363
absolute beginner
jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.jcn363 ought to be getting tired of karma fortunes by now.
 
jcn363's Avatar
 
Posts: 323
Karma: 1750999
Join Date: May 2017
Location: Go with the wind (43°19'17.7"N 2°00'19.4"W)
Device: ka1
Quote:
Originally Posted by Martina Schein View Post
My PC works with Windows 10, 64Bit.

One example log for the following patch:
Spoiler:
<Patch>
patch_name = `52699D(4.4.9298) tshering's BAD EYES`
patch_enable = `yes`
# Version patch: 4.4.9344+ 00535A7A
find_base_address = `#newLabel `
replace_string = 0000, `#newLabel {\n font-family: Avenir;\n color: #ffffff;\n background-color: #808080;\n padding-left: 5px;\n padding-right: 5px;\n padding-top: 2px;\n font-size: 17px;\n}\n#newLabel[qApp_deviceIsDaylight=true] {\n font-size: 22px;\n}\n#newLabel[qApp_deviceIsTrilogy=true] {\n font-size: 16px;\n}\n`, `\n#newLabel {\n font-family: Avenir;\n color: #ffffff;\n background-color: #808080;\n padding-left: 5px;\n padding-right: 5px;\n padding-top: 2px;\n font-size: 20px;\n}\n#newLabel[qApp_deviceIsDaylight=true] {\n font-size: 28px;\n}\n#newLabel[qApp_deviceIsTrilogy=true] {\n font-size: 19px;\n}`
</Patch>

I think \n is the problem.
Try with this:
Spoiler:
<Patch>
patch_name = `52699D(4.4.9298) tshering's BAD EYES`
patch_enable = `yes`
# Version patch: 4.4.9344+ 00535A7A
find_base_address = `#newLabel `
replace_string = 0000, `#newLabel {\n font-family: Avenir;\n color: #ffffff;\n background-color: #808080;\n padding-left: 5px;\n padding-right: 5px;\n padding-top: 2px;\n font-size: 17px;\n}\n#newLabel[qApp_deviceIsDaylight=true] {\n font-size: 22px;\n}\n#newLabel[qApp_deviceIsTrilogy=true] {\n font-size: 16px;\n}\n`, `#newLabel {\n font-family: Avenir;\n color: #ffffff;\n background-color: #808080;\n padding-left: 5px;\n padding-right: 5px;\n padding-top: 2px;\n font-size: 20px;\n}\n#newLabel[qApp_deviceIsDaylight=true] {\n font-size: 28px;\n}\n#newLabel[qApp_deviceIsTrilogy=true] {\n font-size: 19px;\n}`
</Patch>


Good luck!

Last edited by jcn363; 05-30-2017 at 05:26 PM.
jcn363 is offline   Reply With Quote