10-19-2015, 04:40 PM
Not sure if this is possible but I would like to know where can I find the value for OMC portal's y-pos. Y-pos seems to be pre-set to 200 and I would like to change it.
Edit: Found this. Matches OMC placement. Trying to figure out the entire input
omc -312.547 -29.5097 786.864 -390.554 79.271 664.347 0.75 1 12 -2.56037 0 0 -2.54361 0 0
Point 1
Point 2
Still looking for y-value. This is found in NXI file in Navigation folder.
Ok did more digging and I finally found it.
If anyone needs to modify the height of all of their OMC then here it is:
File location: \LuaMods\ffxivminion
File name: ffxiv_mesh_mgr
Line (red):
if (ml_mesh_mgr.OMCMinAltitude == 0) then
local minaltitudes = {
[-1] = 200,
[397] = 200,
Edit 2: It would be great if the dev gods made this y-coordinate value separate for each OMC portal placed ;)
Edit: Found this. Matches OMC placement. Trying to figure out the entire input
omc -312.547 -29.5097 786.864 -390.554 79.271 664.347 0.75 1 12 -2.56037 0 0 -2.54361 0 0
Point 1
Point 2
Still looking for y-value. This is found in NXI file in Navigation folder.
Ok did more digging and I finally found it.
If anyone needs to modify the height of all of their OMC then here it is:
File location: \LuaMods\ffxivminion
File name: ffxiv_mesh_mgr
Line (red):
if (ml_mesh_mgr.OMCMinAltitude == 0) then
local minaltitudes = {
[-1] = 200,
[397] = 200,
Edit 2: It would be great if the dev gods made this y-coordinate value separate for each OMC portal placed ;)