If it flies, it dies™.

Post feature RSS Features
(GameDev) Introduction to Proportional Navigation (Part I)

(GameDev) Introduction to Proportional Navigation (Part I)

WIC: Modern Warfare Mod 10 comments

Flexible Interceptor (FLINT) project is a quest to replace World in Conflict's standard homing rockets to improve realism in missile behavior. One major...

Advanced Feature: Error Handling with C++ and Python

Advanced Feature: Error Handling with C++ and Python

WIC: Modern Warfare Mod 6 comments

Ever since we started using python and outside C++ code to an extensive level in WiC, we've run into one problem we didn't foresee. Because the game engine...

Advanced Feature: Ground Collision Modeling and Avoidance System

Advanced Feature: Ground Collision Modeling and Avoidance System

WIC: Modern Warfare Mod 13 comments

In WiC, helicopter units (AIR) are not subject to physics constraints of the world. In other words, a helicopter can clip a ground surface real hard or...

Advanced Feature: PredictorFCS

Advanced Feature: PredictorFCS

WIC: Modern Warfare Mod 12 comments

Anti-aircraft artillery (AAA) or simply "AA guns" in modern times have evolved substantially since their early days during World War II. What used to...