Unfortunately, that feature has been broken for a long time. Fortunately, you don't need it. The long-standing recommendation is to ignore the .sf4 files feature.
Hi, and welcome to CIGI. A little more background information would be helpful. I'm guessing from the m_Net.openSocket() method this is on the Windows platform, correct? Did you build the ccl_lib from source, did your co-worker build it from source, or did you get a pre-built DLL from somewhere? I've not built the ccl 4.0 lib yet, but version 3.3 is only dependent upon the MS CRT lib. If you are seeing a lot of dependent libs, I suspect those would be coming from your network module that you use...
Hi, and welcome to CIGI. A little more background information would be helpful. I'm guessing from the m_Net.openSocket() method this is on the Windows platform, correct? Did you build the ccl_lib from source, did your co-worker build it from source, or did you get a pre-built DLL from somewhere? I've not built the ccl 4.0 lib yet, but version 3.3 is only dependent upon the MS CRT lib. If you are seeing a lot of dependent libs, I suspect those would be coming from your network module that you use...
Updating the paths in config\sky.def will get the skydome working correctly.
OK, to get MPV minimally operational on Windows, I downloaded: HostEmulator_Win32_v3.3.3.zip mpv_content_2006-01-11.zip mpv-2.2.0-win32.zip I unpacked all of them to my C:\Temp directory: C:\Temp\HostEmulator_Win32_v3.3.3 C:\Temp\mpv_content_2006-01-11 C:\Temp\mpv-2.2.0-win32 I changed my C:\Temp\mpv-2.2.0-win32\config\system.def file to use: system { // The IP address of the host. host_addr = "127.0.0.1"; // The port that the host will be listening on. host_port = 8001; // The port that this program...
OK, to get MPV minimally operational on Windows, I downloaded: HostEmulator_Win32_v3.3.3.zip mpv_content_2006-01-11.zip mpv-2.2.0-win32.zip I unpacked all of them to my C:\Temp directory: C:\Temp\HostEmulator_Win32_v3.3.3 C:\Temp\mpv_content_2006-01-11 C:\Temp\mpv-2.2.0-win32 I changed my C:\Temp\mpv-2.2.0-win32\config\system.def file to use: system { // The IP address of the host. host_addr = "127.0.0.1"; // The port that the host will be listening on. host_port = 8001; // The port that this program...
OK, I will need to setup a test environment so I can look at this with you.
Actually, entity ID 0 is classically associated with the Ownship entity, which may or may not have a 3D model attached to the entity - it depends on your use case, but it is not a requirement. You are free to allocate entity IDs as you see fit for your application. Just in case alpha is an issue, I would try setting alpha to 255 for debugging. I confess it has been a while since I last used MPV and I don't have a current setup to look at right now. Which platform are you using for MPV: Windows or...