Jump to content

ap2233

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About ap2233

  • Rank
    Rookie
  1. ap2233

    Vietnam: The Experience v0.3

    A VTE config bug? Only in the VTE MOD, when a soldier (player) lied down for crawling, if his face is to low, it goes thru the surface of terrain .This bug don't appear when running official OFP (even VTE soldier on VTE island). More ARVN units (Rangers, LLDB...) and Montagnards will be a must. In anycase it's a wonderfull Mod!
  2. ap2233

    engine editing

    OK!OK!OK! it's bad, illegal, bla, bla, bla, but how change this f...g tide setting ? Where can I find this function: const float maxTide=5; Vector3 sunDir = sun->SunDirection(); Vector3 moonDir = sun->MoonDirection(); Vector3 sunTide = sunDir[1]*sunDir; Vector3 moonTide = moonDir[1]*moonDir; float tide01 = (sunTide.Y()+moonTide.Y())*0.5; float tideAbs =maxTide*tide01; Note: we are aware the tide formula contains a bug. Correct should be: float tide=(fabs(sunTide.Y())+fabs(moonTide.Y())*0.5;
  3. How to change tide from 5m to 2m or even no tide ?
×