onfire 12 Posted September 17, 2011 Hello, I want to use the Czech Soldiers and vehicles from CSLA 2, but under FFUR 2007 2.5. How can I make these two run flawlessy. If I just make shortcut, for example : -mod=CSLA;@ffsx2007 the CSLA units dont appear ingame, just error message. How can I run these two together ?? Share this post Link to post Share on other sites
krzychuzokecia 719 Posted September 18, 2011 Well, that depends on the structure of the CSLA mod. 99% of addons use 'patch' configs - config.cpp (or .bin) file have CfgPatches section, where addon-maker can 'describe' what's inside of an addon. But mods (like CSLA and FFUR) have one - 'main' config. This config is an edited version of what is in original OFP. While loading game with such mod, it's main config is used instead of OFP one. So, if mod uses main config (like OFrP), you can't load it up with another 'main-config' mod. I haven't checked how it looks in CSLA though, but it looks like it uses main config method (if not, you should be able to see at least part of CSLA units). If it is so - running it with FFUR equals making one big main config, with values from both mods. Share this post Link to post Share on other sites
onfire 12 Posted September 23, 2011 How can I make this config ? Share this post Link to post Share on other sites
krzychuzokecia 719 Posted September 23, 2011 Well, this is tremendous job, and IMHO - not worth spending your free time, because without permissions from both FFUR and CSLA teams you can't publish your work. Basically, all you need is... Windows' Notepad. And knowledge about scripting and configuring OFP. Remember that you'd need to check probably every line of the code, because FFUR and CSLA are total conversion mods - almost everything is changed. And you're gonna have problems when some parts of the code will be different in FFUR and CSLA - you can choose only one value, so if you'll choose values from CSLA, then FFUR units can cause problems. It's the same with other important files in both mods, ones you can see in Dta and Bin folders. CSLA comes with very useful OFP MDE tool. It really speeds up whole config-making process and contains huge OFP editing tutorial - but unfortunately in Czech. Nonetheless, it's really helpful. Share this post Link to post Share on other sites
guziczek101 11 Posted September 26, 2011 Try with CSLA & SLX in SLX are most of the options from FFUR 2.5 and there is config CSLA with SLX i'm playing on this Share this post Link to post Share on other sites