82ndAB_Bravo17 Posted February 25, 2017 Report Share Posted February 25, 2017 Unless I am missing something, the Inventory doesn't seem to be working in Experimental branch. The soldier seems to be dong the looking, but the Inventory menu doesn't appear. I get get it to appear again by removing the reference to the custom EH for InventoryOpened in CfgEpochClient.hpp. PS The pbos in experimental do work, but the mission pbos don't contain the latest files, and still have the old CfgEpochClient.hpp in them (at least for the Altis one). Link to comment Share on other sites More sharing options...
He-Man Posted February 25, 2017 Report Share Posted February 25, 2017 Have you added this Folder? https://github.com/EpochModTeam/Epoch/tree/experimental/Sources/epoch_code/customs Link to comment Share on other sites More sharing options...
He-Man Posted February 25, 2017 Report Share Posted February 25, 2017 Also make sure you have updated cfgclientfunctions.hpp https://github.com/EpochModTeam/Epoch/blob/experimental/Sources/epoch_config/Configs/CfgClientFunctions.hpp Link to comment Share on other sites More sharing options...
82ndAB_Bravo17 Posted February 25, 2017 Author Report Share Posted February 25, 2017 Yes, I also redid the pbos from the experimental download, and got the same result. (had to revert the change of version from 0.5.0.0 back to 0.4.0.0 to get it to run) It seems to work if I either remove the reference to the custom EH in CfgEpochClient.hpp or removing the entry from the customs section in CfgClientFunctions.hpp Link to comment Share on other sites More sharing options...
He-Man Posted February 25, 2017 Report Share Posted February 25, 2017 Hmm, I will doublecheck it Tomorrow. Link to comment Share on other sites More sharing options...
He-Man Posted February 25, 2017 Report Share Posted February 25, 2017 5 hours ago, 82ndAB_Bravo17 said: Unless I am missing something, the Inventory doesn't seem to be working in Experimental branch. The soldier seems to be dong the looking, but the Inventory menu doesn't appear. I get get it to appear again by removing the reference to the custom EH for InventoryOpened in CfgEpochClient.hpp. PS The pbos in experimental do work, but the mission pbos don't contain the latest files, and still have the old CfgEpochClient.hpp in them (at least for the Altis one). You are right. The mission files are not up to date. For this example (inventoryopened) there is missing: - The actual code in cfgEpochClient.hpp InventoryClosed = "_this call EPOCH_InventoryClosed;_this call EPOCH_custom_EH_InventoryClosed"; - The reference in cfgclientfunctions.hpp to the new files "EPOCH_InventoryOpened" and "EPOCH_custom_EH_InventoryOpened" (both are new!) - The Files "EPOCH_InventoryOpened" and "EPOCH_custom_EH_InventoryOpened" themself. So just wait a bit or take the files from the source folder. Link to comment Share on other sites More sharing options...
82ndAB_Bravo17 Posted February 25, 2017 Author Report Share Posted February 25, 2017 I have used the files in source folder, and those are the ones that seem to be having the issue. Link to comment Share on other sites More sharing options...
He-Man Posted February 26, 2017 Report Share Posted February 26, 2017 https://github.com/EpochModTeam/Epoch/pull/703/files Link to comment Share on other sites More sharing options...
82ndAB_Bravo17 Posted February 26, 2017 Author Report Share Posted February 26, 2017 Working now, thanks He-Man! He-Man 1 Link to comment Share on other sites More sharing options...
82ndAB_Bravo17 Posted February 27, 2017 Author Report Share Posted February 27, 2017 The latest change in Experimental ( replacing the ; with the ||) seems to have broken right-clicking to move things back into your inventory from eg the ground. You can still right-click to move things out of your inventory, but can't move them back in again except by dragging them in. vbawol 1 Link to comment Share on other sites More sharing options...
vbawol Posted February 28, 2017 Report Share Posted February 28, 2017 (edited) 20 hours ago, 82ndAB_Bravo17 said: The latest change in Experimental ( replacing the ; with the ||) seems to have broken right-clicking to move things back into your inventory from eg the ground. You can still right-click to move things out of your inventory, but can't move them back in again except by dragging them in. UPDATE: b684 should fix this issue Edited February 28, 2017 by vbawol UPDATE: b684 should fix this issue Link to comment Share on other sites More sharing options...
82ndAB_Bravo17 Posted March 3, 2017 Author Report Share Posted March 3, 2017 Seems to be working OK again, thanks Awol vbawol 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now