-
Missile Intercept not Possible but Unit Continues to Fire
The code in AreaDefense loops thru the mounts from first to last looking for a valid weapon, not the optimal weapon. AreaDefense also tags the target missiles as crossing targets so that skips at least one range check (which doesn't take courses into account so would not have prevented the SAMs from firing. It is not a small undertaking to replace the AreaDefense logic. The ExportDLL interface allows it to be replaced without modifying the core game (which we can no longer do). In short, don't hold your breath on a fix for this one. The intriguing bit is that NewAreaDefense() which I wrote in the 2013 timeframe. It does check speed and bearings to see if an intercept is kinematically possible. NewAreaDefense was not completed.
- Missile Intercept not Possible but Unit Continues to Fire
- Missile Intercept not Possible but Unit Continues to Fire
-
Setting CMO to Minimum Load
The game is implemented in such a way that it will pretty much max out one core of your CPU even when the game clock itself is not ticking. That's just a tight game loop that too my knowledge cannot be relaxed without the developers making a code change. The game also by default maxes out my GPU (where my fan noise originates. The minor difference I was able to achieve was using the Nvidia app (I have an NVidia GPU) to limit the Command.exe FPS to 30 and I turned on Vertical Sync. That brought my game idle GPU usage down from 97%+ to 83-93%. If you find a better solution, please let us know.
-
TonyE started following HARPOON 2 PATCHES , Setting CMO to Minimum Load and Missile Intercept not Possible but Unit Continues to Fire
- Missile Intercept not Possible but Unit Continues to Fire
- Missile Intercept not Possible but Unit Continues to Fire
-
HARPOON 2 PATCHES
No hurry here, it often takes me days to reply here. Stay safe with the cleanup.
-
HARPOON 2 PATCHES
Give https://harpgamer.com/temp/h2update.zip a try, let me know when you have it and I'll remove the download. Did you learn any more from your browser on the harpoonpages https url?
-
HARPOON 2 PATCHES
hmm, it is not a dead link. using http your browser probably blocks but the https link works fine here in Edge.
-
HARPOON 2 PATCHES
For the patch, use https://www.harpoonpages.com/ftp/harpoon2/h2update.zip . I inherited the HarpoonPages.com site from Dr. Who and long since lost track of the dreamweaver install that I used to maintain the site. One of these days I'll have an LLM helper re-write the site with me, hopefully without losing the 1990s vibe.
-
HARPOON 2 PATCHES
There is the Admiral's Edition update at https://harpoonpages.com/harpoon2.htm which iirc is the last patch for H2.
- 2025.024 SE
-
File - MapWindow
Note the MapWindow window will not not be embedded within the game window as an MDI document, it is floating outside of the game window. MapWindow 20260403 2025.025+ Incremented DLL Version to 15 Sensor range rings — surface radar (green) and air radar (magenta) range rings now draw on the globe alongside the existing ASuW (orange) and AAW (cyan) weapon range rings. Data comes from BestSensorRange on the group record. Airborne endurance range rings — air range (white) and bingo range (gray) rings now draw for aircraft groups. Data is computed during snapshot capture using the new shared uHCEndurance unit, a Pascal port of the GE's GetAirborneEndurance and FindClosestBase algorithms. Annex B1 speed data and base runway compatibility are used for accurate range and bingo fuel calculations. The DLL now captures annex_id_to_disk_id from funcRefs in DLLInit and creates THCAnnexHelper from AnnexDataIn in ScenLoad. Range ring settings dialog — the per-side checkbox group has been replaced with a "Range Rings..." button that opens a settings dialog. The dialog provides a 6×4 grid of checkboxes (ring type × side), matching HC's RangeCircles[ringType][side] toggle system. Ring types: ASuW Weapon, AAW Weapon, Surf Radar, Air Radar, Air Range, Bingo Range.
-
2025.024 SE
Thank you for the example scenario, what Don is describing is what is happening to you. That scenario expects the HCDB2 database however you have the HCDB database loaded. If you need help loading other databases like HCDB2, let us know. With the rapid advancement of AI programming tools, a game launcher much more capable than what we have today is pretty high up in my 'next 10' list of projects so we should see some relief from the drudgery of matching scenarios and databases in months rather than years.
- 2025.024 SE