squadleader 0 Posted November 10, 2007 Hi folks Im trying to modify the ingame UI but basically no matter what I do the result is always a totally screwed interface, like this: I have done some testing and concluded that just extracting the config.bin to cpp and repacking the pbo will give the unwanted effects. Note that I have not made any changes whatsoever to the config. Also trying to binarize the cpp once extracted to bin again and repack wont help anything. Just extracting the pbo and repacking it will not give the unwanted effects, so the problem is not lying in the pbo extractor. Even trying to modify the bin using notepad will give these effects. Is there some way to modify the UI without getting this?? Ive been looking for UI-mods but havent found any actually rearranging buttons and such. Is it even possible?? Btw, Im using Kegetys tools for all the extracting and repacking. Share this post Link to post Share on other sites
.kju 3245 Posted November 10, 2007 Check the code of PROPER_UI_Main_Menu_Dialog_Redesign.pbo. Like how you can alter things with addons rather than the main config. As well it alters the main menu, like you are doing. So that should help you quite a lot. More addons to be found at the PROPER Mod BIKI page. Share this post Link to post Share on other sites
squadleader 0 Posted November 10, 2007 Cheers mate! Even though iam going for the core ui for a reason this looks like a great start. Thanks alot! Share this post Link to post Share on other sites
.kju 3245 Posted November 10, 2007 ArmA\dta\bin/config.cpp gives the UI some sort of base. However the actual definition of the UI is done in ArmA\addons\ui/config.cpp. So what do you mean by core UI? What is your reason? Share this post Link to post Share on other sites