marender Posted September 13, 2023 Share Posted September 13, 2023 I'm attempting to use the UPK files from EW for Annette's head and hair and have them available in EU. I'm using the XComEngine.ini in the DAY60 DLC folder to cache the appropriate UPKs (Head_CaucFem_J, Hair_FemHair_DLC0). .Package=Hair_FemHair_DLC0.Package=Head_CaucFem_J +Package=Hair_FemHair_DLC0+Package=Head_CaucFem_J+Package=FemHair_DLC0 I'm editing XComContent.ini to assign ID and Archetype: HairPackageInfo=(Id=422,CustomTag=,ArchetypeName="Hair_FemHair_DLC0.FemHair_DLC0",Gender=eGender_Female)HeadPackageInfo=(Id=420,CustomTag=,Gender=eGender_Female,Character=eChar_Soldier,Race=eRace_Caucasian,ArchetypeName="Head_CaucFem_J.ARC_Head_CaucFem_J") And I'm using a savegame editor to assign the head and hair to an existing character in the barracks { "name": "iHead", "kind": "IntProperty", "value": 420 }, { "name": "iGender", "kind": "IntProperty", "value": 2 }, { "name": "iRace", "kind": "IntProperty", "value": 0 }, { "name": "iHaircut", "kind": "IntProperty", "value": 422 }, However, the game crashes when loading the savefile, reporting that her UPKs could not be loaded: [0012.21] Log: Unable to load package (../../XComGame/DLC/PCConsole/DLC_Day060\CookedPCConsole\Hair_FemHair_DLC0_SF.upk) PackageVersion 845, MaxExpected 845 : LicenseePackageVersion 64, MaxExpected 59.[0012.21] Warning: Warning, Failed to load '../../XComGame/DLC/PCConsole/DLC_Day060\CookedPCConsole\Hair_FemHair_DLC0_SF.upk': Unable to load package (../../XComGame/DLC/PCConsole/DLC_Day060\CookedPCConsole\Hair_FemHair_DLC0_SF.upk) PackageVersion 845, MaxExpected 845 : LicenseePackageVersion 64, MaxExpected 59.[0014.47] Log: === Critical error: ===Fatal error! Address = 0x91e6e0 (filename not found) [in C:\Program Files (x86)\Steam\steamapps\common\XCom-Enemy-Unknown\Binaries\Win32\XComGame.exe] I think this means that the version of the UDK used to generate Annette's UPKs for EW is incompatible with EU? How do I go about exporting the assets in her UPKs and bring them into EU? Link to comment Share on other sites More sharing options...
Recommended Posts