Bingo-66d21d294c551e45 1 Posted October 3, 2022 I've been trying to set up babel for my mission but I cant get it working. My current code is this and this. I've also put down the ACRE2 module. I'm genuinely stuck here and I haven't a clue how to set it up. Any help is appreciated. Share this post Link to post Share on other sites
pierremgi 4906 Posted October 3, 2022 You don't need any mod for changing the language of a side, or even factions, if it's what you need. Share this post Link to post Share on other sites
Bingo-66d21d294c551e45 1 Posted October 3, 2022 7 hours ago, pierremgi said: You don't need any mod for changing the language of a side, or even factions, if it's what you need. I'm trying to use the babel feature in ACRE2 Share this post Link to post Share on other sites
Harzach 2518 Posted October 3, 2022 As I understand it, acre_api_fnc_babelSetupMission is a sort of "quick-start" function that is used when you just want each side to have its own language with no other complexity. acre_api_fnc_babelAddLanguageType, acre_api_fnc_babelSetSpokenLanguages, and acre_api_fnc_babelSetSpeakingLanguage are used when you want to set up more complex situations (like translators/spies, etc.) So it's either/or. Share this post Link to post Share on other sites
Bingo-66d21d294c551e45 1 Posted October 3, 2022 36 minutes ago, Harzach said: As I understand it, acre_api_fnc_babelSetupMission is a sort of "quick-start" function that is used when you just want each side to have its own language with no other complexity. acre_api_fnc_babelAddLanguageType, acre_api_fnc_babelSetSpokenLanguages, and acre_api_fnc_babelSetSpeakingLanguage are used when you want to set up more complex situations (like translators/spies, etc.) So it's either/or. That's what I have currently. I don't see what I'm doing wrong though. Share this post Link to post Share on other sites
Harzach 2518 Posted October 3, 2022 5 minutes ago, Bingo-66d21d294c551e45 said: That's what I have currently. No, you are using both. It's either/or. One or the other. Share this post Link to post Share on other sites
Bingo-66d21d294c551e45 1 Posted October 4, 2022 22 hours ago, Harzach said: No, you are using both. It's either/or. One or the other. Oh I see, I'll try that now. Cheers. Share this post Link to post Share on other sites