|
615 | 615 | }, |
616 | 616 | { |
617 | 617 | "q": "Does S2Tweaker download anything? What is the Oodle file?", |
618 | | - "a": "No, nothing - not the tool and not the repak it bundles. " |
619 | | - "Reading your game's packed configs needs Oodle's " |
620 | | - "oo2core_9_win64.dll, which is proprietary and may not be " |
621 | | - "shipped with the tool. Older versions fetched it " |
| 618 | + "a": "No. Since 1.19.2 there is no networking code in the tool at " |
| 619 | + "all - not in it, not in the repak it bundles. Check the " |
| 620 | + "public source yourself. Reading your game's packed configs " |
| 621 | + "needs Oodle's oo2core_9_win64.dll, which is proprietary and " |
| 622 | + "may not be shipped with the tool. Older versions fetched it " |
622 | 623 | "automatically; that was dropped, because a program that " |
623 | 624 | "downloads a library and then runs it is exactly what " |
624 | | - "malware does and it made scanners flag this tool. Now you " |
| 625 | + "malware does, and it made scanners flag this tool. Now you " |
625 | 626 | "place the file once yourself: if it is missing, S2Tweaker " |
626 | | - "says so at startup and gives you the link and the folder. " |
627 | | - "Every Unreal Engine install has the file, as do some other " |
628 | | - "S.T.A.L.K.E.R. 2 tools. Building a pak never needs it. The " |
629 | | - "only network request left is the update check, and only " |
630 | | - "when you click it.", |
| 627 | + "says so at startup and shows the link and the folder. " |
| 628 | + "Building a pak never needs it.", |
631 | 629 | "k": "internet network download dll oodle offline privacy " |
632 | 630 | "telemetry connection firewall blocked", |
633 | 631 | }, |
|
787 | 785 | }, |
788 | 786 | { |
789 | 787 | "q": "How do I update the tool? Is there an auto-update?", |
790 | | - "a": "Click '⟳ Check for updates' (top right): the tool asks " |
791 | | - "github.com once whether a newer release exists - never in " |
792 | | - "the background. If there is one it opens the download " |
793 | | - "page. There is also an optional helper, update.bat, that " |
794 | | - "does the swap for you and keeps your old files as .bak. It " |
795 | | - "is deliberately NOT in the download: a file that fetches " |
796 | | - "something and replaces programs is what scanners dislike. " |
797 | | - "The 'Updater' button shows whether you have it and offers " |
798 | | - "the link. Settings, presets, output and cache always stay " |
799 | | - "where they are.", |
| 788 | + "a": "By hand, and on purpose. Download the new version from " |
| 789 | + "where you got this one, then replace S2Tweaker.exe and the " |
| 790 | + "_internal folder next to it. Your settings, presets, " |
| 791 | + "output and cache stay where they are - nothing else has to " |
| 792 | + "be touched. There is no update check and no auto-update " |
| 793 | + "any more: a tool that talks to a server to fetch and " |
| 794 | + "replace program files is the pattern antivirus scanners " |
| 795 | + "and mod sites object to, and this one had enough trouble " |
| 796 | + "with false positives already. The version you are running " |
| 797 | + "is in the window title.", |
800 | 798 | "k": "update autoupdate upgrade new version release download " |
801 | 799 | "github check latest newer patch tool bat updater", |
802 | 800 | }, |
|
0 commit comments