Richrd Wrote:Only minor changes to the OOB. No units added ...
You can add all the units to the OOB you like - that won't hurt.
Quote:just changes to existing units.
And this is where you ran into problems
let me explain in hopes that it helps you or other people out.
NEVER DELETE a UNIT in the Editor. You see each unit in the game has and ID number - might be something like "1234567"
The Scn and the Scn editor doesn't know anything about any units - it does however know about ID #1234567.
And if you delete #1234567 and the Scn wants to place that unit and can't find it - it gives you the dreaded error you mention. So rather than DELETE the unit from the OOB rename it XXXX. Then remove the unit XXXX from all the Scn(s)
And if you COPY #1234567 using the editor, then the number changes too. #1234567 might become #8765432.
...same error will occur!
So you have two options here - depending on the situation.
- You can OPEN the OOB in a text editor and carefully copy the section from one place to another place in the OOB. You need to get a feel for where to start and end the cut.
- the second way is like the deleted unit thing. Rename the unit(s) you wanted to move - call them XXXXX and then open the Scn editor - remove them. Then place the new units you copied to the other place in the oob on the map.
Basically there is no MOVING units in the OOB editor. That is what causes the error message.
hope it helps you and others understand it.
Glenn