Mohreb Posted May 5, 2014 Share Posted May 5, 2014 I find the mechanic of choosing which abduction to go to annoying. is there a way to make them not appear 3 by 3 but 1 at the time? Link to comment Share on other sites More sharing options...
Mohreb Posted May 8, 2014 Author Share Posted May 8, 2014 sorry for double post. Well i found a somewhat working alternative to my problem so if someone else needs to do so, changing the panic values in DefaultGameCore.ini can make panic levels go away (i guess completely, just tested quickly) so it is the same as having only one abduction (and i did not liked that system anyway)However an other question arise, i would like to make perk tree 3 or even 4 perk wide (so if i play with random perks roulette, there are more choices possible) how can i do that (there was a mod I've seen for that but it uses ToolBok which i could not make work) Link to comment Share on other sites More sharing options...
Drakous79 Posted May 10, 2014 Share Posted May 10, 2014 Hi, you can check UI Mod - Bigger Perk Tree thread. To have only one abduction site is easy. Bellow is a code for PatcherGUI, that can be downloaded from UPKUtils page. You can copy paste it into PatcherGUI (to the biggest textarea) and use Save as... button. The best is to place the file into PatcherGUI\Mods\ folder. MOD_NAME=Custom Number of Abduction Sites AUTHOR=Drakous79 DESCRIPTION=Sets number of abduction sites to specified value. Enemy Within Installation ------------------------- * Start PatcherGUI. * Click the 1st Browse button and navigate to <Steam install path>\XCom-Enemy-Unknown\XEW and confirm. * Click the 2nd Browse button and select this mod's file or copy paste entire code into PatcherGUI (to the biggest textarea) and use Save as... button. The best is to place the file into PatcherGUI\Mods\ folder. * Click Apply button. * Run the game and enjoy. Enemy Unknown Installation -------------------------- * Start PatcherGUI. * Click the 1st Browse button and navigate to <Steam install path>\XCom-Enemy-Unknown and confirm. * Click the 2nd Browse button and select this mod's file or copy paste entire code into PatcherGUI (to the biggest textarea) and use Save as... button. The best is to place the file into PatcherGUI\Mods\ folder. * Click Apply button. * Click XSHAPE button to update XComStrategyGame.upk hash. * Run the game and enjoy. Uninstallation -------------- * Simply change the number to 3 and install the mod again. * Or click Show log button, choose the mod, click Load uninstaller button and then Apply button. Don't forget XSHAPE for Enemy Unknown! * Or wipe all mods with Steam's feature Verify Integrity of Game Cache, that can be found in Library / XCOM: Enemy Unknown / Properties / Local Files. UPK_FILE=XComStrategyGame.upk OBJECT=XGStrategyAI.GetNumAbductionSites FIND_CODE=04 2C:END [MODDED_CODE] // _________________________________ // NUMBER OF ABDUCTION SITES <%b1> // change the number after %b (1-3) // _________________________________ { EOF }---It is possible to increase the number to 4 or more, but XCOM's user interface isn't able to display more options than 3. It has been discussed here. Link to comment Share on other sites More sharing options...
Mohreb Posted May 11, 2014 Author Share Posted May 11, 2014 Thank you for the reply, i tested it and works really nicely, and i asked some clarifications on the link you provided as that part seem to me a bit complicated how to make work at the moment. (not that much experienced with all this modding thing yet) Link to comment Share on other sites More sharing options...
Recommended Posts