Jump to content

Skin36

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Skin36's Achievements

Squaddie

Squaddie (1/5)

0

Reputation

  1. If you need help developing a mod, write. I have already developed a patcher. It is also possible to edit the code of the original game by injecting the code (inserting a new part of the code).
  2. OG turret bug fix In OG turret does not fire. The game just doesn't give it a go. It only has a quarter point return fire at the start of the first turn. This is because the turn function is: start_turn(AI_control_FULL, side). The game gives a move only for alien whose AI = 99 and XCOM AI = 0, but the turret has AI = 1 and never call. I was able to fix this by simply removing the AI condition, leaving only the side in the function to restore turn points. The turret now restores turn points on an XCOM turn. As for the aliens, they also set the full turn points, but at the end of the hidden turn they are divided by 4 (for return fire during the xcom turn).
×
  • Create New...