XCOM 2
Allies Unknown Redux² – LWOTC Compatible
86 件のコメント
Styrium  [作成者] 8 時間前 
If that doesn't work I can make a toggle to disable them through code.
Styrium  [作成者] 8 時間前 
I'm not 100% sure on how to fully disable them. I think that if you leave only 1 Weights=... entry on XComGameBoard.ini but make all the weights 0 they should stop spawning. Probably.

Try deleting all the lines that start with Weights= and replace with this line:
Weights=(DaysActive=0, Weight[0]=0, Weight[1]=0, Weight[2]=0, Weight[3]=0)
Lanford 10 時間前 
I have a question about scanning site for non-human soldier.

I'm not really looking for non-human soldier to acquire by scanning sites. I prefer to get them from covert ops or mission. So are there any ways to disable the scanning site? It also ate up my POI too as almost POI spawn always non-human soldier/rookie.

Is it okay/work just to comment out [POI_AU_Rookies X2PointOfInterestTemplate], [POI_AU_Soldier X2PointOfInterestTemplate] in XComGameBoard.ini in the main Allies Unknown mod?
madpoet 7月16日 8時55分 
oh sick I was just looking for this
Styrium  [作成者] 7月8日 15時31分 
@Samurai_Shogun MCO stands for Mod Class Override. It's hard to explain what it is if you're not used to object-oriented programming terms, but it's essentially a way to reroute every piece of code that goes through a basegame 'class' into a 'child class' provided by the mod. It's the only way to make very intrusive changes to the game code, as every time that class is accessed you can route it through your mod's code. That's why two mods who MCO the same class are Incompatible (they'll turn purple in the AML) and they Can Not be run together.

AU Vipers has two MCOs that weren't set up properly. The replacement classes listed in the MCO are not 'child's of the class they are trying to replace. This usually results in unintended consequences way beyond than what the author wished to accomplish.
Samurai_Shogun 7月8日 15時18分 
I read this in the changelog: Included config to disable bad MCOs added by AU Vipers. I don't understand what's an MCO, can you clarify?
Styrium  [作成者] 6月29日 13時23分 
@Zoroaio this mod doesn't touch the regular Recruits List at all. It must be another mod's fault.
Zoroaio 6月29日 13時16分 
Why My Human Recruits List is empty?
The Non Human Recruits List will be generated normally
Styrium  [作成者] 6月8日 10時19分 
@mickomoo On my end everything seems fine--I can launch the game with just AU² and its prerequisites (with and without LWOTC). That kind of error is usually due to the package trying to access code that just isn't there. Are you using Allies Unknown Redux and the Highlander? Are you using AML? The default launcher is, to put it nicely, shit.
Styrium  [作成者] 6月8日 8時08分 
I'll double check if I screwed something up with the last patch
but otherwise, you're sure you have Allies Unknown Redux enabled as well, right?
mickomoo 6月7日 21時32分 
Before launch whenever I load this mod I get this message "Error detected attempting load of package: AlliesUnknownSquared" I've played around with my mod list several times and this seems to happen regardless.
Styrium  [作成者] 4月23日 19時01分 
@Tortus Unfortunately, disabling the Gray Market would be quite a challenge as it doesn't have a "force shutdown" function that the Black Market does (likely because that was only added in wotc and AU precedes it). Hijacking its GameState isn't as straight-forward as was the Recruit Manager, so it gets tricky.

The button should hopefully no longer be there.
Styrium  [作成者] 4月23日 12時03分 
There's no such config so far. I can, at some point, add some logic to it tho to hide it if there're no viable species to recruit.

It should be possible to gate it by some scanning time. I don't know, however, if I am able to disable the code from AU that sets it to spawn immediately. It's something I could look into. It being affected by Gone to Ground is a great shout, I can see if it's possible to implement it.
Tortus 4月20日 23時35分 
I'm currently trying to dig through config files in this mod and the original AU mod, but maybe someone can help me with a quicker answer -- is there any way to disable the non-human recruits button in the Armory? I already configured all the species to only be recruitable via the Gray Market or mission rewards, so it triggers me a little bit to have a button there that I will never use.

For that matter, is there any way to make it so that the Gray Market only shows up after scanning for it, like the Black Market? And for it to be affected by Gone to Ground?
Styrium  [作成者] 4月13日 13時23分 
Wild. Okay. Tho I'd be surprised if it was this mod's fault.
Joe Marotta 4月13日 13時02分 
Not sure where the config is, but I can now recruit Templars for 100 supplies? Can anyone please tell me how to turn this off.
Styrium  [作成者] 3月25日 12時39分 
=_= it sure does, thanks for catching it!
Ironmonk 3月25日 12時12分 
on the read-me file, the following command has a typo

forceRefreshAlienRecruitsAUSquaredf

the last letter "f"
Styrium  [作成者] 3月23日 18時42分 
@Ironmonk I don't think there is....
Ironmonk 3月23日 16時53分 
@Styrium
A couple of days ago I saw that you added a command to refresh the AU recruit list... do you know if there is a similar command for the regular recruit list?
Ironmonk 3月23日 15時04分 
Thanks for the hard work :steamthumbsup:
Styrium  [作成者] 3月23日 14時22分 
@Ironmonk just wanna update you that I did try to implement a button to copy a characters full appearance, Head and stuff included, but it's pretty much impossible without making UCR a hard-requirement. I might release a standalone mod that does it, but it's not really a priority.
Styrium  [作成者] 3月17日 14時52分 
Well, Iridar for sure isn't gonna work on it (he's retired from X2 modding, if you didn't know).

Unfortunately, for creating AU modules the ability to create and edit CharacterTemplates through config wouldn't be enough. You'd still need to at least have either a custom XGCharacterGenerator or a X2DLC_Info hook ModifyGeneratedUnitAppearance to make sure they generate with the proper cosmetics. So you'd need a "Create Custom Soldiers Mod" that handles that bit, even if TemplateMaster allows for CharacterTemplates handling.
Ironmonk 3月17日 11時49分 
one thing we are missing is a possibility to add/edit character templates in the Template Master... if iridar implemented it, then a new era for AU would be born.

my main problem is that I'm a windows 7 orphan that migrated to linux and the DevTool doesn't work on linux... so, I can't do much.

I have plenty of ideas, but limited by this.

I wanted to create a Predator species for AU... I re-watched the movies to make a proper class/species based on lore... the idea would be to have the species being able to train in any class, but still have a exclusive class for the species available to train at the GTS.

I'm in the middle of a playthrough testing this class and so far, its strength isn't overpowered like the Predator Class by Drumax... but still needs some tweaks to put it in the similar power level as other vanilla/faction classes.
Styrium  [作成者] 3月17日 11時33分 
if I can think of a way to achieve it without a full hijack of the UCR loading from CP screen, I'll do it for sure.
Ironmonk 3月17日 11時00分 
well, its a QoL, but still not important enough to risk potential trouble and waste your time to implement.

Just forget it... thanks
Styrium  [作成者] 3月17日 10時36分 
@Ironmonk Okay so. It'd be very difficult to fix, probably not impossible tho. It breaks because, essentially, it doesn't copy the full appearance, just the outfit (name, nickname, race, face option, skin tone, etc. are left unchanged). With the wilder discrepancy between each species' cosmetics, I definitely undertstand why it'd be an issue. As-is... technically it "works". You still have to manually select the proper Head and skin/hair color but it should be functional, just annoying to use. I full fix that would copy the missing bits of the appearance that aren't usually part of the "outfit" could be doable, but it'd be very intrusive.
Styrium  [作成者] 3月12日 10時11分 
did not know it wasn't working, I can see if there's anything to be done about it
Ironmonk 3月12日 9時56分 
thanks bro

BTW, there is any plans to add support for "Load From Character Pool" for AU characters?
Styrium  [作成者] 3月12日 7時47分 
@Ironmonk now they should be able to select voices again!
Styrium  [作成者] 3月12日 7時16分 
The " character has been like that since forever, for me at least. It's probably a typo'd double quote fromwhen RM released them.
Interesting about the voices tho, I'll take a look at it
Ironmonk 3月11日 23時34分 
I don't know if its this mod, but my Salarians can't select voices

Also, for some reason, in my Character Pool, their names had the character " at the end of both name and surname and it wasn't like that before, dunno if its related.

But anyway, even new generated salarians can't select a voice.
MT_Time 2月17日 10時32分 
Alright, thank you for such a quick fix :)
Styrium  [作成者] 2月17日 3時44分 
@MT_Time Shit it is entirely my fault. I was testing something and a test feature (that as you have noticed does Not work) snuck its way into the release version. It should be fixed
MT_Time 2月17日 1時38分 
Hello! I encountered a bug recently; if any of my soldiers where shadowbound the game would crash, and disabling this mod fixed it. I'm not sure if it's a conflict with another mod, but I use a ton so this could be the case.
Styrium  [作成者] 2月2日 15時05分 
Oh you use LWOTC... Yeah Vipers is not really super compatible with modded LWOTC. There have been reports on the past of it causing Crashes to Desktop. Vipers does a lot of intrusive modifications to viper abilities and LWOTC does a lot of intrusive things period. I'm trying to see if it's possible to disable the Vipers modifications.
Majes 2月2日 13時44分 
Hi, sorry for the late response, didn't get the message announced that you already replied :)
I've tried to put whole log to give it to you, but pastebin seems to have log limit, so I just copied what I think is battle log. It seems to freeze and crash on viper's tongue pull ability when checking if target is valid for that skill. Might be wrong tho.
https://pastebin.com/TTUaqn4x
If you need whole log, I might upload it somewhere else.
Cheers, and thank you for the keeping this game alive with mods :)
Styrium  [作成者] 1月18日 4時44分 
huh I've never seen/heard of that happening. It'd likely be on their end, this mod only touches the vipers' Allly Tongue Pull, though I don't know if Mr. Danger Dude is still modding. If I can replicate the issue I could fix it through here.
Majes 1月18日 4時00分 
Hi. Vipers from allies unknown addon seems to crash whenever I try to use any skill on viper. Is it on this end, or their end to fix this interaction?
Styrium  [作成者] 1月12日 5時40分 
I've opened a discussion thread where all the changes made for LWOTC compatibility will be listed.
RambelZambel 1月9日 3時16分 
ok, thx for the info, and its only the voices, for armorparts the sortoptions are showing up
Styrium  [作成者] 1月9日 3時12分 
@RambelZambel this mod should have no interaction with UCR. If the voices can't be sorted that's likely due to the individual species modules overwriting the default customization screen where you can select them. That issue would need to be fixed separately.
RambelZambel 1月8日 12時04分 
is this not compatible with unresticted customization redux? Cause i cant sort voices of any allies unknown soldier(options deosnt show up)
Styrium  [作成者] 1月7日 14時17分 
Yeah I think I can patch it to make it so the NCE function gets called directly instead of relying on the event but I have yet to test it. For now, it's a bit of inherited LW jank
Xeal 1月7日 12時24分 
Huh okay, odd but I'll take it with the rest off the jank this game already has XD. Thanks for the quick responses.
Styrium  [作成者] 1月7日 9時21分 
Looking into it the event that calls for the NCE treatment doesn't appear to run at campaign start, so the first batch of aliens created at campaign start will not get the NCE stats. If the mod is added mid-campaign, or if you nuke the first batch of recruits with the command, all should work fine.
Leokosta 1月7日 8時37分 
Recruited a Quarian and Asari from Barracks to test: Will negative 8. Reloaded, used the command forceRefreshAlienRecruitsAUSquared, now will positive (Quarian 30, Asari 20).
Styrium  [作成者] 1月6日 17時57分 
@Xeal okay so I booted up the game with only Allies Unknown, some species modules, and LWOTC and the stats are generating fine now. I mean Twi'Leks get negative hacking stat sometimes, but let's call that semi-intentional.
However, for some reason beyond my understanding at the moment, the starting pool of recruits does not get their stats randomized. All subsequent recruits get the correct stat generation though. So, for now, I say run forceRefreshAlienRecruitsAUSquared once the campaign starts to get new recruits with the proper stat generation. I'll bug Ted about whatever might be causing this tomorrow.
Xeal 1月6日 11時23分 
Hmm, not sure what it is but nothing seems to have changed. Rookies recruited from the ship still have -5 will, except Asari (and as a side, note, all their stats are uniform and not getting the Long War spread). Tried getting one from the gray market and they had 0 will, though that's probably growth from being a squaddie instead of recruit. This is from starting a new campaign since I'd just finished gatecrasher last night and didn't mind making sure. Suppose it could be a mod conflict, but as far as I know, the new minimal mod jam doesn't touch this and I don't have anything else that should be.
Styrium  [作成者] 1月6日 8時10分 
With this new patch aliens should no longer be generating with negative will Hopefully.