Search Results
Search results 1-13 of 13.
-
hi there,i know 4K is not officially supported but crossfire works perfectly with 4K resultion.The only issue I encounter is that the distance number to the solar object is not visible. If wanted I can share a screenshot.When I lower the resolution to 25xx 12xx (something around these numbers). Everything works fine.maybe someone has the same issue and found a solution.Thank you. -
die fonts.ini braucht folgende einträge geändert:[TrueType]nickname = HudSmallfont = Agency FBfixed_height = 0.025 ; alt: fixed_height = 0.03[TrueType]nickname = Normalfont = Agency FBfixed_height = 0.025 ; alt: fixed_height = 0.035Dann sieht es gut aus.Ohne änderung(zahlen fehlen, entfernungen fehlen etc):pasted-from-clipboard.pnghier mit änderung:pasted-from-clipboard.png -
just made a fresh CF install by chance to get a fresh start and the entry for "normal" is[TrueType]nickname = Normalfont = Crossfirefixed_height = 0.031000So this value needs to be changed to 0.025Hud small is correct[TrueType]nickname = HudSmallfont = Crossfirefixed_height = 0.025000Anyway, just to let you know, also Huor I installed CF fresh via the mod installer, then updated the CF install via the new launcher. pasted-from-clipboard.pngDont know if its ok to use the new launcher directly aft… -
i just tested on my other laptop with old CF install, and here the value is correct[TrueType]nickname = Normalfont = Crossfirefixed_height = 0.025000this laptop just has a full HD screen so cant test the value here.so the launcher did not update all files in my fresh CF install, thats why my account got banned i guess.edit: will now copy this correct CF install to my surface pro 11 and test there with the 2k screen and will then post result here. -
Unfortunatley I cant get CF to work on my surface ... I remember it worked in the past but now everything I try ... it fails.I guess its not CFs fault, its a Windows ARM problem. Freelancer HDE works, dont know why. Anyway, on my gaming machine I have a full 4k monitor, will test it on wednesday then i will be at home. -
I am only on 16:9 (Full HD and 4K) and 3:2 (Surface Pro)But that issue appeared only on resolutions greater than 2k, so surface pro has 2880x1920 (3:2 Ratio) and on 4k 3840 x 2160 (16:9). On Full HD (my other laptop with 16:9 ratio too) this issue does not appear.I could solve the issue on other servers (discovery, hamburg city, freelancer universe) by changing the number in the ini to 0.25 (or less).As I have also problems with the HUD with hudshift on different ratios and resolutions, I have f… -
I made some tests with my different screens (sorry to my wife for wasting so much time at evenings, anyway).Anyway the fixed_height factor appears to be a relative height factor, not a fixed point size.In practice, it seems to scale with the screen height, roughly like this:font pixel height = fixed_height * screen heightThat explains why the same fixed_height value produces much larger text at higher resolutions.Example with fixed_height = 0.03:at 1920x1080: 0.03 * 1080 = 32 pxat 2560x1440: 0.0…