June 11, 20214 yr HI, Is it possible to vhange the color of the from white to red. I tried "InfoUpperLeftTextColorUser=255,0,0" and tht didi not work. Anys other solution? Thank's and good evening from ELLX. Yves Yves SAMUEL ELLX
June 11, 20214 yr It is easies than you think. 1. Go to your HTML5 folder under P3DV5.2 main directory. 2. Open up information.html with a proper html editor. 3. Look up #upper; 4. Check for a line "color; white;" 5. Change it to "color; red;" that is it 6. You might want to change the font size also in the next line: "fone-size: 16px" to something more viewable depending on your screen resolution. I use 20px with 4k monitor. 7. You can also change the #lower which works for text located on the lower part of the screen like "brakes". I personally kept it white. Pierre Pierre I9 14900K 5.5 64gb ram 6800 RTX5090 Asus Strix Gaming E
June 12, 20214 yr 10 hours ago, ppo said: It is easies than you think. 1. Go to your HTML5 folder under P3DV5.2 main directory. 2. Open up information.html with a proper html editor. 3. Look up #upper; 4. Check for a line "color; white;" 5. Change it to "color; red;" that is it 6. You might want to change the font size also in the next line: "fone-size: 16px" to something more viewable depending on your screen resolution. I use 20px with 4k monitor. 7. You can also change the #lower which works for text located on the lower part of the screen like "brakes". I personally kept it white. Pierre Hi. Do you know how to move text right to the left upper corner? Because now with 5.2 it slightly below and more to the right i7 8700K @4.8Ghz | Noctua NH-D15 | Asus ROG Maximus XI Hero | G.Skill TridentZ 4x8GB @3700Mhz | ROG Strix OC RTX 3080 Ti
June 12, 20214 yr I like the new text size and color better to see on my 4K screen only on for testing never for flying, FPS locked at 30 flying don`t need it. Raymond Fry.
June 12, 20214 yr Commercial Member 10 hours ago, Druce said: Hi. Do you know how to move text right to the left upper corner? Because now with 5.2 it slightly below and more to the right Same question here. Kyle Weber (Private Pilot, ASEL; Flight Test Engineer)Check out my repaints and downloads, all right here on AVSIM
June 12, 20214 yr I've set my upper more closely to the corner both ways up and left (and right) and the same for the lower right, my setting mods are the following (this is for my display which is 21:9 and 3440 x 1440): #upper { display: flex; position: fixed; top: 0%; left: 0.2%; width: 99.5%; color: white; font-size: 14px; font-weight: bold; pointer-events: none; text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000; } #lower { display: flex; position: fixed; bottom: 1%; left: 0%; width: 100%; color: white; font-size: 14px; font-weight: bold; pointer-events: none; text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000; Edited June 12, 20214 yr by SergioN SN737
June 12, 20214 yr 1 hour ago, SergioN said: I've set my upper more closely to the corner both ways up and left (and right) and the same for the lower right, my setting mods are the following (this is for my display which is 21:9 and 3440 x 1440): #upper { display: flex; position: fixed; top: 0%; left: 0.2%; width: 99.5%; color: white; font-size: 14px; font-weight: bold; pointer-events: none; text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000; } #lower { display: flex; position: fixed; bottom: 1%; left: 0%; width: 100%; color: white; font-size: 14px; font-weight: bold; pointer-events: none; text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000; Thank you, but I already tried "top: 0%" and it didn't work, text don't move i7 8700K @4.8Ghz | Noctua NH-D15 | Asus ROG Maximus XI Hero | G.Skill TridentZ 4x8GB @3700Mhz | ROG Strix OC RTX 3080 Ti
June 12, 20214 yr 25 minutes ago, Druce said: Thank you, but I already tried "top: 0%" and it didn't work, text don't move it worked for me, BTW, you can do it live, in real time with the sim and scenario open and see the changes right away after pressing save in the text editor of choice. SN737
June 12, 20214 yr I can change the text color, and from 'bold' to 'light', but the text size does not seem responsive, and the type of font in the upper left seems different than in the lower left. Where/how are the font types for those respective locations specified? Thx, A [UPDATE] Fonts are the same. Turns out they looked somewhat different depending on whether there was a light or dark background. I still can't change the font size, however. Edited June 12, 20214 yr by ark
January 1, 20224 yr Changes text and color worked with P3Dv5.2 With P3Dv5.3 didn't work. Patricio Valdes Patricio Valdes
January 2, 20224 yr These lines pasted over the same lines in Prepar3D.cfg will change the text colour in all four corners to cream. For white, substitute 255,255,255 for 255,255,204 It worked in FSX and it works in all versions of P3D up to and including 5.3.15.28130 InfoUpperLeftTextColorUser=255,255,204 InfoUpperLeftTextColorNonUser=255,255,204 InfoUpperLeftBackGroundColor=0,0,0,0 InfoUpperRightTextColor=255,255,204 InfoUpperRightBackGroundColor=0,0,0,0 InfoLowerLeftTextColor=255,255,204 InfoLowerLeftBackGroundColor=0,0,0,0 InfoLowerRightTextColor=255,255,204 InfoLowerRightBackGroundColor=0,0,0,0
January 9, 20224 yr On 1/2/2022 at 4:44 AM, Reader said: These lines pasted over the same lines in Prepar3D.cfg will change the text colour in all four corners to cream. For white, substitute 255,255,255 for 255,255,204 It worked in FSX and it works in all versions of P3D up to and including 5.3.15.28130 InfoUpperLeftTextColorUser=255,255,204 InfoUpperLeftTextColorNonUser=255,255,204 InfoUpperLeftBackGroundColor=0,0,0,0 InfoUpperRightTextColor=255,255,204 InfoUpperRightBackGroundColor=0,0,0,0 InfoLowerLeftTextColor=255,255,204 InfoLowerLeftBackGroundColor=0,0,0,0 InfoLowerRightTextColor=255,255,204 InfoLowerRightBackGroundColor=0,0,0,0 I want the new color changes for the Information.html file not editing the Prepar3D.cfg file Patricio Valdes Patricio Valdes
January 9, 20224 yr Changes in the information.html do nothing in v5.3 for me AMD 7 7700X, 32GB DDR5, RTX 5060ti 16GB, 2 x Samsung 1TB NVMe, 1 x 4TB sata SSD, Windows 11 Prof
January 9, 20224 yr 2 hours ago, trisho0 said: I want the new color changes for the Information.html file not editing the Prepar3D.cfg file Patricio Valdes Apologies, I had wrongly assumed that you wanted a solution. Edited January 9, 20224 yr by Reader
Archived
This topic is now archived and is closed to further replies.