Jump to content

zaimoni

Members
  • Posts

    118
  • Joined

  • Last visited

zaimoni's Achievements

Lieutenant

Lieutenant (3/5)

0

Reputation

  1. Acknowledged. I was testing some savefile-based AI augmentations within UFO Extender when the site started going very sluggish about a week back; when it didn't come back quickly my untrained gut reaction was "hardware failure or critical misconfiguration of CloudFlare". (I just supervised a server migration last month. The unmanaged dedicated server I lease for the domains I host, was starting to have hard drive issues that sabotaged saving cookie-indexed data to the hard drive.) The old server did wink out exactly as fast as this (midnight GMT July 16th).
  2. The UFOs have come for Ufopaedia The DNS is live and pointing at Cloudflare, but the backend server is not where Cloudflare thinks it should be. Do any wiki admins (in particular Gazchap or NKF) have insider knowledge they're willing to share?
  3. My experience with Silent Storm Gold, is that "delete profile" is incomplete. The directory itself goes away, but the missions you have fully completed go inaccessible. With the Allies campaign, if I start a new Allies campaign in the same profile. after completing U.K. Commandant's office, then * it's impossible to get the hint on the first mission. Fortunately I can leave the base anyway. * English Manor/Wilkins is the first mission in South Britain, rather than the usual first mission.
  4. Yes to both. My approach gets me the full ten exploit scientist-days. Your proposed only gets you one exploit scientist-day. That is point-blank wrong. You get 61 net-scientist days, my recommended approach guarantees 70 net scientist-days. True; this is how I know the prior statement is point-blank wrong as a trivial calculation. The trick is to never waste days on the day a project completes.. Yes, this is what I do when using the exploit. No revisions needed; interpretation is accurate enough when not using a hex editor.
  5. Take notes. The listing order of the projects is consistent across all game files, so the easy way to implement in C is an enum. All technology pre-requisites are strictly before the projects they enable, while all alien research topics are after the projects they enable. Pre-existing works (the research-days hours needed are initialized when the research is started, even with 0 scientists). I have seen cases where the starting research is less than minimum with a new project (e.g., Laser pistol after laser weapons), so I assume the research-days hours are initialized before the buggy research-days are applied.
  6. The research-days are applied in strictly increasing order of the project listing; the efficiency exploit is that the reallocation screen happens *before* any research-days in projects listed after the just-completed project are applied. Setting the scientists to 1 on the last day, then applying the 9 scientists to a project later than the one being completed, wastes the 9 scientist-days just like having all 10 scientists applied on the last day to 1-scientist day of research. To avoid wasting them, they have to be diverted the midnight check before the midnight-check that completes, then restored for the last midnight check. Both of these are trivial calculations.
  7. I have tested this extensively (I normally watch the scientist-days when playing in a hex editor). In general, this is completely wrong: if 51 scientist-days is rolled, the countdown is: 51, 41, 31, 21, 11, 1, -9 : six days. To cheat i.e. optimize research hours, one would set the scientists to 1 when 11 was the number of scientist days, then reset to 10, to avoid wasting 9 scientist-days. There is a documented bug, where projects started immediately at midnight, that are later than the completed project that triggered the reassignment, get the research immediately. If the project with 51 scientist days gets its 10 scientists during the post-research midnight allocation, it will complete in five days because the 51 to 41 transition happens immediately. Engineering-hours works the same way in general; I have not tested whether the hyper-efficient bug is present there.
  8. The stock Skyranger (no weapons) will enter re-arming phase on a half-hour mark, but not a full hour mark.
  9. Correct. I don't have this fully reverse-engineered, however.
  10. I haven't tested that carefully; I think it's updated every 30 minutes.
  11. Go into the control panel for the display, and set the screen resolution to as low as it will go. Reset it to where it was, when done.
  12. zaimoni

    UFO AI patch

    It did not happen at the end of the turn. The Floater took two hits in one autofire burst before dying, so the FF actually reached the savefile. (I assume being hit triggered the AI recalculate, but since the Floater died that was skipped)
  13. zaimoni

    UFO AI patch

    So 255 i.e. -1 would be an intermediate mode. [saving a file with a Floater that had been wounded before it was killed, had 255 in this field.]
  14. zaimoni

    UFO AI patch

    It's an AI bug. Furthermore, the AI can reaction-shot down grav lifts fine; it's just intentionally shooting down grav lifts that's impaired.
  15. Seb76 has tracked down the "most promotable" formula (it's on UFOPaedia, and I swiped it for my Python 2.x-based editor suite). It's basically a sum of current stats.
×
  • Create New...