Nexus Modding > Scripting
Nexus and problems with widescreen
GeoModder:
All the briefs I saw sofar look good. Maybe just a little correction for the red arrow of the Kissaki fleet flying from Mars to the Sunflower, but I suppose that's impossible if the arrow is generated from location to location and now with coordinates.
As Cmd. Koenig said, the horizontal stretching is a bit odd. Not so much for the text, but for the pictures -and markers shown in the briefs. At the very least cropping the 'box' there should be done.
Looked at the 16 brief for comparison, and your work is heaven compared to it. 8)
Sargoth:
Might be able to compress those images horizontally to make them look correct and link to them in the brief without having to replace the original, then ship the addon with the old briefs just in case anyone feels like going back to 4:3.
I'll have a look at the arrow. I haven't had the need to change any of the 'arrows' as they seem to go straight on to location, so not sure if it is even possible. :)
Sargoth:
Alright. I think I got it looking a bit better ;) https://dl.dropboxusercontent.com/u/20010147/15_1.brief
GeoModder:
Arrows look better indeed. How did you do it?
EDIT: after comparing, the arrows in the old(er) one and the new one look similar? What did you change?
Sargoth:
I changed 'Pos'; to make sure it aligned better with were it comes from (starting point; Mars). I changed 'To's Y axis and shifted it up (subtracted with a value between 1 - 2) so the arrow hit it's target better. It wasn't huge amount of change. I did more on the next arrow.
--- Code: ---Resp
Wait 2
GRAPH
Shape 2
Pos 39.75x 91.5y //changes starting position
To 370.5x 282.75y //changes destination position
ArcPoint 261.375 94.125 //changes arch point and how much it bends, I think.
Size 33
ColorPreset 2
EfxSlideIn
END
--- End code ---
Man. The Sekunja Beta brief is proving to be more difficult. And its only going to get worse from here :'(
CmdrKoenig, is there a way to set where the ship renders in the box? Because right now the ship renders behind the text.
--- Code: ---BOX
Pos 411.75 167.25
To 755.25 460
ColorPreset 3
EfxBlinkIn
EfxFadeOut
From 582 216.5
Title "16_1_Brief_T1"
ShipClass #cls_Angelwing
MeshCamDist 2000
Text "16_1_Brief_3"
END
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version