Yes, we saw that, unfortunately you didn't say that you *don't* have the original version. Apologies, I assumed you must have both since you continued to ask about the editor after we said it needed the old version.Kida1011 said:Well as I said earlier, I have Civ 3 Complete, so I am guessing the editor does not work with this?![]()
ainwood said:Can you import scenarios into Mac C3C? The BIQ format is well-documented. An editor shouldn't be too much work.
Just as a point of information, from a technical point of view (ignoring copyright ownership, etc.) could some of the UI elements be reused/edited so a programmer wouldn't have to start entirely from scratch?Brad Oliver said:Not too much work, eh? It took me nearly 3 months of straight work to do the last editor for the Mac, and that was *with* the PC source code. You'll spend forever and a day just drawing the Mac dialog boxes and hooking them up to the code. it's true the BIQ format isn't a huge secret, but don't underestimate the work it takes to do the UI (which is the mistake I made).
Yes - fair call - there are 100's of controls - and I guess they have to be hooked-up with code to both set the state (read the loaded scenario) and write the state (save the changes).Brad Oliver said:Not too much work, eh? It took me nearly 3 months of straight work to do the last editor for the Mac, and that was *with* the PC source code. You'll spend forever and a day just drawing the Mac dialog boxes and hooking them up to the code. it's true the BIQ format isn't a huge secret, but don't underestimate the work it takes to do the UI (which is the mistake I made).