X Tutup

Answering on your main question


Why development currently focuses on engine-level work.

Many people ask why the project currently focuses on engine and code-level improvements rather than immediately adding new weapons, models, levels, co-op and other mp modes, or visual features and so on. The short answer is simple: features only matter if the foundation they rely on is solid.

Far Cry’s original engine has several long-standing technical limitations related to frame timing, floating-point precision, network prediction, interpolation, latency, render bugs etc. These issues are not always visible at first glance, but they directly affect responsiveness, smoothness, hit registration, and multiplayer stability. Adding co-op or new gameplay features on top of an unstable foundation would only amplify these problems and result in desynchronization, jitter, input latency, and inconsistent behavior — especially in multiplayer scenarios(!).

Because of this, our current priority is to stabilize the engine itself:

  • Improving frame-time consistency
  • Eliminating accumulated floating-point drift
  • Fixing network prediction and interpolation issues
  • Reducing microstutter and improving responsiveness
  • Fix of all render issues
  • Fix all bugs and issues in general

This work is deep, complex, and time-consuming, but it is essential. Once the engine behaves deterministically and predictably, higher-level features such as co-op, new weapons, and gameplay systems can be implemented cleanly, reliably, and without constant workarounds.

In short: we are building the foundation first so that everything built on top of it actually works as intended. We appreciate the interest and patience — this approach ensures that when new features arrive, they will feel right, play smoothly, and remain stable long-term.

Get Far Cry Advanced Version | Fixes | Patch | Far Cry 1 Mods

Leave a comment

Log in with itch.io to leave a comment.

X Tutup