OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: Mandoble on 10 Jan 2006, 20:25:55

Title: Queston about editorupdate102 and MAP_Editorupgrade
Post by: Mandoble on 10 Jan 2006, 20:25:55
For example, both include the castle tower, for the editorupdate it is "vehicle" AAR555, for the Editorupgrade it is "vehicle" MAP_Burgturm.

I edit a mission including both objects and export the mission as single user.
Now comes the stupid question:
The end users need Editorupdate and Editorupgrade to play this mission?
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Planck on 10 Jan 2006, 20:44:29
Yes.


Planck
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Mandoble on 10 Jan 2006, 21:07:59
 ???

Now lets say I want to include a castle tower in a mission, which XXXeditorXXX should I use? Which is the most common or popular?
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: greg147 on 10 Jan 2006, 21:12:40
I would recomend Mikeros Editorupgrade103  

Here (http://www.ofpec.com/editors/browse.php?browseon=&browsewhat=3&category=3_5&subcategory=3_5&numreturn=25&displayformat=0&ofpv=1&searchstring=Mikero+Editor103&searchwhat=2&searchlevel=1&searchopts=)

AFAIK its the latest editor version, with most if not all bugs removed.  ;)
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Planck on 10 Jan 2006, 21:20:00
Kegetys's version is probably the best known....General Barrons version is backward cpmpatible with Kegetys version, plus a few changes.

Mikeros version is also compatible with the other two and fixes a few more things.   ;D

In short.....they are all related to each other.....like a family.   ;)


Planck
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Mandoble on 10 Jan 2006, 22:15:49
Mikero's Editor103 substitutes MAP_Editorupgrade or lives with it?
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Planck on 10 Jan 2006, 22:32:32
No, you really should use ONLY one of the editorupdates.

Mikeros editorupdate uses the same classnames as Kegetys and General Barron in order to be backward compatible with them.

For example:

Code: [Select]
class AAR555:_ED102_Castle
      {
      accuracy=1000;
      icon="\Editor103\icons\emiscstructer.jpg";
      scope=1;
      mapsize=18;
      displayName="$STRED102_RUIN06";
      model="helfenburk";
      };

As you can see the castle tower object is given the classname AAR555, the same classname as Kegetys and General Barron used.


Planck
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Mandoble on 11 Jan 2006, 00:11:50
Thanks Planck
Then I dont know which MAP_Editorupgrade is, it names the castle as "MAP_Burgturm". So I suppose Mikero's is not a substitute of MAP_EditorUPGRADE (Mapfact EU objects), while both have the same objects.
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Planck on 11 Jan 2006, 00:28:50
I have never used the Mapfact one, so I can't comment much.

I would presume that they are both placing the same object.....they just give it different names.

Which is why really you should stick to one editorupdate.

Of course this also means anyone who plays your missions must have the same update too.


Planck
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Mandoble on 11 Jan 2006, 00:41:18
Thanks again Planck,
If all editor updates give same names to same objects I presume missions edited with 102 are full compatible with, for example, Mikeros 103, right?
Title: Re:Queston about editorupdate102 and MAP_Editorupgrade
Post by: Planck on 11 Jan 2006, 00:45:34
Yes, I think for the most part missions using Kegetys or General Barrons or even Mikeros updates will be compatible with each other.

They do after all use the same classnames for objects.


Planck