L303 Posted October 30, 2018 Share Posted October 30, 2018 I need these two mods to work together! But I can't put them together! They conflict and do not work together ((( I need to 1 mod was on bind Z, 2 mod was on bind 3 Mods: https://jkhub.org/files/file/3280-animations-menu-for-sp-11-beta/ https://jkhub.org/files/file/1829-camsp/ Link to comment
The Punisher Posted October 30, 2018 Share Posted October 30, 2018 You need to edit the in game.txt of each one and add the other one (or create a separate Pk3 with an ingame.txt that loads after both of them). TheWhitePhoenix likes this Link to comment
TheWhitePhoenix Posted October 30, 2018 Share Posted October 30, 2018 You need to edit the in game.txt of each one and add the other one (or create a separate Pk3 with an ingame.txt that loads after both of them).That is exactly how to make both work in game. Had this problem until I did what you described. The Punisher likes this Link to comment
L303 Posted October 30, 2018 Author Share Posted October 30, 2018 Sorry, maybe I misunderstood you. I created a separate pk3 with the ingame.txt. But it failed... I'm bad at combining mods, if it's that simple, could you show me how it's done? https://yadi.sk/d/l3KBSLCzgub2Gg Link to comment
The Punisher Posted October 30, 2018 Share Posted October 30, 2018 your ingame.txt is just 2 copies (duplicate lines) of the ingame.txt" from"Animations Menu". There is nothing to load "camsp.menu". // menu defs // { loadMenu { "ui/ingame.menu" } loadMenu { "ui/ingamesave.menu" } loadMenu { "ui/ingameload.menu" } loadMenu { "ui/ingamecontrols.menu" } loadMenu { "ui/ingamesetup.menu" } loadMenu { "ui/ingamequit.menu" } loadMenu { "ui/ingameMissionSelect.menu" } loadMenu { "ui/ingameGotoTier.menu" } loadMenu { "ui/ingameForceSelect.menu" } loadMenu { "ui/ingameWpnSelect.menu" } loadMenu { "ui/ingameForceStatus.menu" } loadMenu { "ui/ingameForceHelp.menu" } loadMenu { "ui/ingameWpnSelectHelp.menu" } loadMenu { "ui/datapadforcepowers.menu" } loadMenu { "ui/datapadmission.menu" } loadMenu { "ui/datapadweapons.menu" } loadMenu { "ui/datapadmoves.menu" } loadMenu { "ui/error.menu" } loadMenu { "ui/ingamevid_warning.menu" } loadMenu { "ui/videodriver.menu" } loadMenu { "ui/saber.menu" } loadMenu { "ui/saberstyle.menu" } loadMenu { "ui/missionfailed.menu" } loadMenu { "ui/loadscreen.menu" } loadMenu { "ui/emotemenu.menu" } loadMenu { "ui/ingame.menu" } <- from this line on, is duplicate copy of lines above loadMenu { "ui/ingamesave.menu" } loadMenu { "ui/ingameload.menu" } loadMenu { "ui/ingamecontrols.menu" } loadMenu { "ui/ingamesetup.menu" } loadMenu { "ui/ingamequit.menu" } loadMenu { "ui/ingameMissionSelect.menu" } loadMenu { "ui/ingameGotoTier.menu" } loadMenu { "ui/ingameForceSelect.menu" } loadMenu { "ui/ingameWpnSelect.menu" } loadMenu { "ui/ingameForceStatus.menu" } loadMenu { "ui/ingameForceHelp.menu" } loadMenu { "ui/ingameWpnSelectHelp.menu" } loadMenu { "ui/datapadforcepowers.menu" } loadMenu { "ui/datapadmission.menu" } loadMenu { "ui/datapadweapons.menu" } loadMenu { "ui/datapadmoves.menu" } loadMenu { "ui/error.menu" } loadMenu { "ui/ingamevid_warning.menu" } loadMenu { "ui/videodriver.menu" } loadMenu { "ui/saber.menu" } loadMenu { "ui/saberstyle.menu" } loadMenu { "ui/missionfailed.menu" } loadMenu { "ui/loadscreen.menu" } loadMenu { "ui/emotemenu.menu" } } Clear the contents of your "custom" ingame.txt (or remove the duplicate lines).Copy only the contents of the ingame.txt file from Animations Menu into your "custom" ingame.txt" file.at the end of the:"loadMenu" instructions, add a line for camsp.menu. Save your "custom" ingame.txtadd your "custom" ingame.,txt file to your pk3make sure your pk3 load last by renaming it to something like "zzzzzz_ingame.pk3" Link to comment
L303 Posted October 31, 2018 Author Share Posted October 31, 2018 I did the right thing? https://yadi.sk/d/n-LgUUl9TJQ8Iw Link to comment
L303 Posted November 1, 2018 Author Share Posted November 1, 2018 Look. Mod animation works fine, but with camsp problems https://yadi.sk/i/qpnOGhBUiWMFUQ Link to comment
TheWhitePhoenix Posted November 1, 2018 Share Posted November 1, 2018 Look. Mod animation works fine, but with camsp problems https://yadi.sk/i/qpnOGhBUiWMFUQDo what I did, then. Take the modified ingame.txt and put them into both the animation menu pk3 and camsp pk3. That might work. Link to comment
The Punisher Posted November 1, 2018 Share Posted November 1, 2018 I did the right thing? https://yadi.sk/d/n-LgUUl9TJQ8Iw[/size]I don't know what you did but it is not right. Seems you added the entire CamSP.cfg at the end of the inhame.txt (and still no lines to call camsp). You are over-rating something very simple. Extract the ingame.txt from the SP animations.Open and inspect it, see there is a list of load instructions. Every load instruction is practically the same except each one call a different menu. All you need is a single new line identical to those already there to load camsp (which you can copy from the ingame.txt from camsp). Then save the file to your custom pk3. Link to comment
L303 Posted November 1, 2018 Author Share Posted November 1, 2018 "and still no lines to call camsp"-Where to find? Dear colleague. I am from Russia and it is extremely difficult for me to understand what you want from me(((( If it's that simple, can you just reset the modified pk3? By telling me what you changed about him Link to comment
TheWhitePhoenix Posted November 1, 2018 Share Posted November 1, 2018 I don't know what you did but it is not right. Seems you added the entire CamSP.cfg at the end of the inhame.txt (and still no lines to call camsp). You are over-rating something very simple. Extract the ingame.txt from the SP animations.Open and inspect it, see there is a list of load instructions. Every load instruction is practically the same except each one call a different menu. All you need is a single new line identical to those already there to load camsp (which you can copy from the ingame.txt from camsp). Then save the file to your custom pk3.I think he's going to need a video explaining things, Punisher. Link to comment
L303 Posted November 2, 2018 Author Share Posted November 2, 2018 Do it me please, I don't really understand this mechanism of yours Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now