Posts

Showing posts from 2026

Why the Best Tank Sims Still Run on Engines You've Never Heard Of

Image
  1. The Session I just played Tank Squad and Call to Arms: Panzer Elite back-to-back. Tank Squad : The tank has weight and feel, but it is clunky to get the best from it. Controls are a mess of buttons. Not intuitive. Call to Arms: Panzer Elite : Nicer to play, but enemies see through trees. Optics do not work as expected, some thing is off with ballistics. I play both without HUD. Neither game is designed for that. It feels awkward. I went back to the original Panzer Elite to see if it was my memory . It just works. 2. Why the OGs Work: The Physics Panzer Elite (1999), T34vs Tiger,  Steel Fury: Kharkov 1942 , Steel Armor: Blaze of War , Steel Beasts Pro PE . They share one thing: bespoke engines. Not Unity. Not Unreal. Code written for one purpose: simulate a tank. Lookup Tables vs. Real-Time Calculation Generic engines (Unity/Unreal): Calculate ballistics in real-time using floating-point mathematics. Single-precision ( float ) loses accuracy as...

Call to Arms: Panzer Elite - A Clear Shift Toward the Sim Crowd

Image
St. Vith and crossing of the river Our When I first saw Call to Arms: Panzer Elite , my immediate reaction was disappointment. It looked like another arena-style tank game, something in the vein of World of Tanks . Bright HUD elements. Helper overlays. A presentation that felt more competitive-arcade than tactical simulation. And to be fair that impression wasn’t entirely wrong. But Early Access development has revealed something important: the developers are listening. The Turning Point With recent updates, Call to Arms: Panzer Elite introduced configurable HUD presets: Immersive Casual Custom Players can now: Disable large parts of the interface Toggle the HUD completely Reduce helper elements Tailor the visual layer to match their preference That changes the conversation. Added the ability to quickly configure the HUD for realism versus accessibility Why UI Matters More Than People Think Simulation is not only about ballistic modelling or damage systems. It is also about: Informati...

WW2 Tank Battle Map & Unity Terrain Generator

Image
WW2 Tank Battle Map & Unity Terrain Generator I created a terrain generator for Unity, anyone can create heightmaps for their Unity/Unreal games. WW2 Tank Battle Map & Unity Terrain Generator A  tool for visualizing 30 major WWII tank battles and exporting real-world terrain data as 16-bit heightmaps for Unity and Unreal Engine. Technical Architecture This application functions as a client-side Geographic Information System (GIS) and image processing pipeline: Geospatial Data: Embedded database of 30 battles across Eastern, Western, North African, Italian, and Pacific fronts, including elevation, combatant stats, and results. Terrain Capture: Utilizes html2canvas to grab specific map bounds while bypassing road/label overlays for "clean" terrain. Heightmap Processing: Converts RGB data to grayscale.  Normalizes data to 16-bit (0-65535) for professional game engine compatibility. Features for Game Developers Area Dimensions: Real-time calculation of width/height in kil...

TvT_REDUX Patch 0.001 – Modern System Support & Script Overhaul

Image
I’m pleased to announce the initial pre-release of TvT_REDUX Patch 0.001 . This patch marks a major milestone in my ongoing effort to bring T-34 vs Tiger up to modern standards. The focus of this release is stability, modern OS compatibility, improved Level of Detail behaviour, and a deep overhaul of legacy game scripts . Patch 0.001 establishes a solid technical foundation on which future work can safely build. Verification & Stability Testing This build has gone through a two-stage verification process to ensure it behaves correctly on modern systems: Stage 1 Confirmed that the new REDUX base build installs cleanly and runs correctly on a fresh game installation. Stage 2 Applied Patch 0.001 to the REDUX base. Successfully completed the first two missions on both German and Soviet sides with no crashes or progression issues. Key Features in Patch 0.001 Modern Operating System Support Full integration of dgVoodoo ( d3d9.dll , DDraw.dll ) Not needed for age correct PC's Des...