The following instructions will enable you to convert your existing V2.6 config files so that Uedit V3.0 can compile and use them. 1. replace the config defaults with v30 defaults 2. in Config! STARTUP command's MENU/SUBMENU/etc FUNCTIONS: search for ", and replace with ","", 3. in ALL config files: (You can use the AllFile Search and AllFile Replace) search for tabsToSpaces replace with tabsToSpaces(curFile) search for spacesToTabs replace with spacesToTabs(curFile) search for compile(curFile) replace with compile(curFile) search for compileDefalts(curFile) replace with compileDefalts(curFile) 4. in ALL config files: search for getWBColors( DELETE this function, it no longer exists. You may want to replace the command it's in with the new v3.0 color command in Config!Z. 5. in ALL config files: search for toggle(colors) DELETE this function, toggle() no longer works with colors. You may want to replace the color command it's in with the new one in v3.0 Config!Z. 6. in ALL config files: search for fileRequest( There is a new flags argument. Change the right paren ) to ,0) 7. in ALL config files: search for laceColor DELETE this function. It no longer exists. You may want to replace the command it's in with the new color command in v3.0 Config!Z. That's it. Now save the modified config files and in CLI type "Run ue -c", and it should compile without a problem.