Member since 11 / 2016
Userprofile of SmokingCloud
First name:
no entry
Age & Gender:
no entry
City:
no entry
Hobbies:
no entry
Homepage
no entry
About SmokingCloud
no entry
No images available yet
No videos available yet
This user hasn't created any projects yet.
Mod: GPS HARD HUD MOD
Thanks for this great new HUD, it just gives that new fs17 feeling to an allrdy great mod.
I would like the hud on the right like in the picture that Bernelli posted. The block 1 image is no prob and sits perfectly alligned and connected.
The block 2 image is a whole other story, it sits alligned on the x but i can't figure out how the move it on the y to make it connect to the block 1 texture.
see linked image:
http://i.imgur.com/aQVFIam.jpg
Any tips/help on how to fix this are much appreciated.
Mod: GPS HARD HUD MOD
For the setup monitor 1366*768 such:
local yFields = 0.014
local xFields = 0.805
local yOff = 0.177
Mod: GPS HARD HUD MOD
My settings for 1980*1050 Windowed mode
alignment to vehicle panel
in GPS_config.xml
<HUDsize>1.3</HUDsize>
in GPS.lua
local yFields = 0.011
local xFields = 0.8082;
local yOff = 0.187;
Mod: GPS HARD HUD MOD
My settings for 1980*1050 Windowed mode
alignment to minimap
in GPS_config.xml
<HUDsize>1.096</HUDsize>
in GPS.lua
local yFields = 0.0088
local xFields = 0.0186;
local yOff = 0.22;
Mod: GPS HARD HUD MOD
You mus find optimal values for your monitor mode
local yFields = move Block1 for Y
local xFields = move Block1 and Block 2 together for X
local yOff = move Block1 and Block 2 together for Y
<HUDsize>1.3</HUDsize> - size HUD
0.75 - 75%
1.0 - 100%
1.3 - 130%
etc.