Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
set it to your number 49152... no luck.
I did contact EA and asked them if they were aware of the issue. they said 'yes' but they have no plan to fix it.
Yeah, I know, I'm living on borrowed time.
After the second time my PC decided to give me the Feature pack without asking I've decided to apply the Group Policy using GPEdit. Computer Configuration - Administrative Templates - Windows Components - Windows Update - Manage updates offered from Windows update - Select the target Feature Update version. If you enable this and enter Windows 11 in the first box and 23H2 in the second box, you will continue to get security updates without the 24H2 Feature pack installing itself. It will require a restart and can take several hours before the policy takes effect.
Alternately if you're comfortable editing the Registry directly you can use this, which does the same thing:
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v ProductVersion /t REG_SZ /d "Windows 11" /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseVersion /t REG_DWORD /d 1 /f
reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /v TargetReleaseVersionInfo /t REG_SZ /d "23H2" /f
Hope this saves people having to go find these settings from search engines
2025-04 Cumulative Update for Windows 11 Version 24H2 for x64-based Systems (KB5055523) and 2025-04 Cumulative Update for .NET Framework 3.5 and 4.8.1 for Windows 11, version 24H2 for x64 (KB5054979). Double-checked what I had set when I edited the Windows 11 group policy, and it's still showing that I only want security updates for the 23H2 feature pack; however, that evidently did not get rid of the 24H2 feature pack (which has been causing everyone's installs of Alien Crossfire to crash). Feeling rather stumped at this point, and really missing the additional features of Alien Crossfire!
https://github.com/induktio/thinker/
Grab the latest development build (20250417 works at the time of writing), extract to game folder and start the game with thinker.exe
If you don't understand, go read the dev's comments on the global state from their manual book. Yes, there was a time the printed manuals and distributed them with Game CDs. Look it up and read it - you might understand why there are still a lot of gamers fond of this game.
This worked! However, after downloading and extracting, when I started the game via thinker.exe I only saw the top-left corner of the start menu without being able to click anything. This was fixed by setting "video_mode=1" in the configuration file thinker.ini and choosing another window width and window height in the same file. Afterwards it worked just fine. Thanks a lot!