Jagermeisters 10 Posted August 9, 2011 I've been trying to edit FDFmod's config.cpp. I want the soldier model to also be the officer model; so they look the same. I've done this with a few other mods, but FDF's config seems to have no effect. class SoldierWB : Soldier { //-- basic western soldier model="MC vojakW2"; hiddenSelections[] = {"medic"}; class OfficerW: SoldierWB { //-- //picture=igrenadier; picture=\misc\frcky.paa; nameSound="officer"; scope=public; model = "mc vojakwo2.p3d"; Usually, if I change those model names around, it changes in game. But it doesn't do anything in FDF. There must be something I don't know. Maybe the officer model is already set in the FDF missons? Someone enlighten me! Share this post Link to post Share on other sites
NacroxNicke 11 Posted August 9, 2011 When you change that, you are actually doing it to the original units, and not the FDF ones The FDF config.cpp is in one of the addons pbo... I think that it was called like fdf_men_cfg.pbo or something Share this post Link to post Share on other sites
Jagermeisters 10 Posted August 9, 2011 It's IN a pbo file? Man...I don't even know how to view it. Thanks for the quick response, though! Share this post Link to post Share on other sites
NacroxNicke 11 Posted August 9, 2011 Actually you can depbo them with some tools that are in this section: http://www.kegetys.net/arma/ ArmA Tools > cpbo v2.12 ------ Search for the pbo in finmod/addons Share this post Link to post Share on other sites
rellikki 7 Posted August 9, 2011 It's IN a pbo file? Man...I don't even know how to view it. Thanks for the quick response, though! It really depends on which units you want to replace. From your first post it seems like you were trying to replace the West soldier, but is that really what you were trying to do or did you want to replace the FDF units? Share this post Link to post Share on other sites
Jagermeisters 10 Posted August 12, 2011 Sorry, I just got back. I just want to replace all officers with regular soldier models. Share this post Link to post Share on other sites