Hot mods
More hot modsJoin the largest
modding community
More mods
Explore all modsMedia
Explore all mediaNews & Updates
-
Fork from Squadron Unleashed 2. Just UFO squadrons, nothing more. Vanilla Long War experience guaranteed!...
-
Just a copy paste of the section of my Ini that adds the voices, if anyone would prefer to copy paste it into their DefaultContent.ini file instead of downloading mine.
Localization/Language Numbers for me: ="English (American), ="French", ="German", ="Italian", ="Polish", ="Russian", ="Spanish", ="English (British)", ="English (Australian)", ="English (Scottish)", ="English (Irish)", ="English (S. African)", ="English (SE Asian)", ="English (W. African)", ="English (Euro)", ="Unassigned", ="English (Canadian)", ="Chinese", ="Japanese", ="Hindi", ="Korean", ="Portuguese", ="Spanish (Western)", ="Ukrainian", ="Hebrew", ="Greek", ="Swedish", ="Norweigian", ="Dutch", ="Arabic", ="Unassigned", ="Unassigned", ="Unassigned", ="Unassigned", ="Unassigned", ="Unassigned", ="Special (V/Z/G-A/... -
Installing PatcherGUI Mods for Long War
So, thought I'd write this short little guide/summary for those who might have an issue digesting the PatcherGUI mods or figuring out how to use the tool (or for if I finish playing then eventually come back as a refresher). It's not much, but there's already a video that includes using the tool on the mod page. However, it's an hour long and for those who can follow my notes this might save time (I use LWR which includes some of the mods mentioned in it as that video is for a LW load order, but for other people not using this list but reading the article it might be helpful.) I dunno, just thought I should mention the other resource in case someone found it helpful.
Download then extract the latest Patcher GUI (you don't need UPKUtils for "normal" use, just the patcher)... -
more interceptors...
-
Hello all,
Due to real life kicking in was unable to follow-up with updates, however, right now after long period of playing XCOM 2 and Chimera Squad this one makes me always come back to it... for whatever reason. Gorgeous game and LW is a must. Do let me know if you encounter any bugs and hope you do enjoy. If you want to help please subscribe to the YT channel and that's that.... -
This is beta! There are some minor bugs. In general, the release version will be somewhat different. Someday...
This mod has the task to include not only many small mods, but also fixes. But also as a platform for deeper editing of the game.... -
How it works:
At Engine.upk
Class Engine
native static final function bool IsRetailGame();
* Changed to return false instead of true
Patch:
XComGame.exe
Changes:
0x3C8F15 | 01 > 00
0X3C8F22 | 01 > 00
Before:
003C8F10 | 44 24 08 C7 00 01 00 00 00 C2 08 00 8B 4C 24 08
003C8F20 | C7 01 01 00 00 00 C2 08 00 CC CC CC CC CC CC CC
After:
003C8F10 | 44 24 08 C7 00 00 00 00 00 C2 08 00 8B 4C 24 08
003C8F20 | C7 01 00 00 00 00 C2 08 00 CC CC CC CC CC CC CC
...