PDA

View Full Version : Importing 4.3 info windows for Blitz?



13sq*Axe
Sep-02-2018, 15:58
Finally got around to upgrading my 4.3 install to Blitz, Think I have the controller remapping done but I was wondering if I have to set up my Info Windows again. It had been so long I had forgotten had to edit them and in the process lost Window 1 that has the chat and server info. Can I import the setup I have in 4.3 into Blitz? Thanks in advance.

Tibsun
Sep-02-2018, 16:18
In old ConfUser.ini, you're looking for ChatWindow, like this:



[ChatWindow]
0:-1=-posSize '0.152 0.907 0.091 0.093' -titleStr "Motor Controls" -border -alpha 130 -ualpha 0 -wrap -history 100
0:262144=-lay 1 -fnt 2 -clr 0
1:-1=-posSize '0.274 0.737 0.154 0.263' -titleStr Info-Fenster -border -alpha 50 -ualpha 0 -vscroll -wrap -history 100
2:-1=-posSize '0.007 0.289 0.239 0.408' -titleStr Info-Fenster -border -alpha 50 -ualpha 0 -vscroll -wrap -history 100 -timeout 120
2:6=-font 0
3:-1=-posSize '0.754 0.331 0.246 0.669' -titleStr Info-Fenster -border -alpha 100 -ualpha 0 -vscroll -history 100 -timeout 3
3:4=-font 0
3:5=-font 0
3:7=-font 0
4:-1=-posSize '0.436 0.032 0.427 0.294' -titleStr Info-Fenster -border -alpha 20 -ualpha 0 -vscroll -wrap -history 100 -timeout 30
4:2=-font 3
5:-1=-posSize '0.000 0.109 0.291 0.158' -titleStr Info-Fenster -border -alpha 200 -ualpha 0 -vscroll -hscroll -wrap -history 100 -timeout 60
5:1=-font 0
5:131072=0
6:-1=-posSize '0.000 0.000 0.262 0.106' -titleStr -border -alpha 150 -ualpha 0 -vscroll -hscroll -wrap -history 100
6:393216=-fnt 0 -clr 54 -al 2 -tf 1 -sz 1 -sl 1
6:3=-font 0
7:-1=-posSize '0.351 0.006 0.422 0.982' -titleStr NetStats -title -border -alpha 200 -ualpha 0 -custom
7:-2=-font 3 -color 139 -columnWidth '0.097 0.232 0.317 0.137 0.082 0.135' -columnSort 1

13sq*Axe
Sep-02-2018, 17:25
Many thanks!