nebriv / VTOLVR-TacviewLogger

A VTOL VR Mod to export data readable by Tacview
https://vtolvr-mods.com
20 stars 7 forks source link

Terrain data does not show #22

Open 1orbit opened 3 years ago

1orbit commented 3 years ago

Have followed terrain instructions but terrain will not display. CustomHeightmapList.xml is shown below (VTOL terrain data is the bottom entry): https://pastebin.com/rQgUz9nb

nebriv commented 3 years ago

Hi, could you provide your player log and what map you were testing on?

On Mon, Dec 28, 2020, 01:45 1orbit notifications@github.com wrote:

Have followed terrain instructions but terrain will not display. CustomHeightmapList.xml is shown below (VTOL terrain data is the bottom entry): https://pastebin.com/rQgUz9nb

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nebriv/VTOLVR-TacviewLogger/issues/22, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN5TPWYRNRJ7M3A547J3TLSXASO3ANCNFSM4VLTU2SA .

Noxium commented 2 years ago

Bumping this as I have the same issue. I did all the steps as listed but I still only see the default terrains listed (shown below). This is my first time using TacView so it's possible this is user error on my part.

image

Noxium commented 2 years ago

Actually I think the terrain is importing properly, but the offset is off. This is a zoomed out version of the mission 'Counter-Bomber' for the F45, the way it's unnaturally cut-out confirms that this is definitely artificial terrain.

image

However, there's still an issue as I'm occasionally flying through terrain. This is me landing at the FARP on the same mission.

image

Some kind of offset issue?

nebriv commented 2 years ago

Yeah this sounds about right. I just randomly guessed on a terrain offset. You can edit the XML to find a better fit.

These are the values I went with: altFactor = 0.04f; altOffset = -235f;

Bumping this as I have the same issue. I did all the steps as listed but I still only see the default terrains listed (shown below). This is my first time using TacView so it's possible this is user error on my part.

* C:\ProgramData\Tacview\Data\Terrain\Custom\CustomHeightmapList.xml : https://pastebin.com/6YXE8n6x

* Map: The Island - Included at C:\ProgramData\Tacview\Data\Terrain\Custom\heightmap_TheIsland.data

* Datalog (I kinda got tunnel vision at the end there lol) : [datalog.acmi.txt](https://github.com/nebriv/VTOLVR-TacviewLogger/files/7167619/datalog.acmi.txt)

image

Yep - annoyingly theres no way to just import the vtol heightmaps. Tacview wants to exclusively use the world, and then you can add overlays on top of it. So I've basically just shoved a heightmap into the middle of the ocean.