Page 3 of 5
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Mon Dec 13, 2010 7:30 am
by steveh11Matrix
Sorry, I wasn't clear enough. I meant the 'proper alpha layer'.
What do you mean by 'proper'?
Steve.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Mon Dec 13, 2010 7:57 am
by Helpless
Sorry, I wasn't clear enough. I meant the 'proper alpha layer'.
What do you mean by 'proper'?
The best way to check is to load icon tga file into the Photoshop, or any other app which supports multiple layers. The alpha channel should be a copy of RGB channels with black background. It won't be displayed correctly if it is is set blank.

RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Dec 29, 2010 1:06 am
by bcgames
ORIGINAL: Helpless
This is short unofficial editor tutorial which shows how various data types build up in WITE editor.
The goal is to introduce new ground element (GE) type, create OB(TOE) which is using new GE , create new scenario with unit which would utilize new GE/OB(TOE).
Let’s take something big - Pz.Kpfw VIII aka Maus and make it available in the game [8D]
http://en.wikipedia.org/wiki/Panzer_VIII_Maus
1.Since we going to alter generic data (the data which is common across all scenarios and is loaded when new scenario is loading in the game or in editor), the good idea would be to
make a backup...
If I build a new,
scenario-specific OB using the TOE(OB) tab of the editor then I should be able to distribute the scenario without upsetting anyone else's generic data files, right? IOW, if I built this Maus battalion inside my Korsun Pocket scenario, then there's no danger of me screwing up somebody else's mods, correct?
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Dec 29, 2010 10:55 am
by Helpless
then there's no danger of me screwing up somebody else's mods, correct?
There is, if you overwrite original dat files.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Dec 29, 2010 2:27 pm
by bcgames
ORIGINAL: Helpless
then there's no danger of me screwing up somebody else's mods, correct?
There is, if you overwrite original dat files.
So as long as I don't create the unit in Generic Data, I should be OK.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Dec 29, 2010 9:23 pm
by Iron Duke
ORIGINAL: bcgames
ORIGINAL: Helpless
then there's no danger of me screwing up somebody else's mods, correct?
There is, if you overwrite original dat files.
So as long as I don't create the unit in Generic Data, I should be OK.
If you only use empty slots and do not delete any other data you will be ok.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Dec 29, 2010 9:51 pm
by Helpless
Well, all depends what you trying to do. Always be careful with data files. Make backups, especially prior installing the newer patches.
Editor is much more user friendly today. When I started I used to loose 4-6 hours of work due to the various editor bugs.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Dec 29, 2010 11:42 pm
by bcgames
ORIGINAL: Iron Duke
ORIGINAL: bcgames
ORIGINAL: Helpless
There is, if you overwrite original dat files.
So as long as I don't create the unit in Generic Data, I should be OK.
If you only use empty slots and do not delete any other data you will be ok.
I'm starting to get confused. Aren't the
scenario data files different from the
generic data files? I've been working under the impression that the generic data files are global--IOW, a change on a global data file changes the same data in every other scenario. The [scenarioName]_units data file has to be local as it contains locations, strengths, etc specific to the scenario. But are you saying that all other data files are always global?
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Thu Dec 30, 2010 12:08 am
by bcgames
ORIGINAL: Helpless
Well, all depends what you trying to do.
Pavel,
I'm trying to isolate my scenario work from other people's mods/scenarios and vice versa. I don't want to step on somebody else's efforts. My thought was that if I never mess with the generic data files and only work with scenario data files--that I would accomplish my goal of not conflicting with anybody else's work. I just want folks to be able to load and play my scenario and not have to worry about backing up their files for any reason other than it is always a good thing to do when using a third-party's work.
ORIGINAL: Helpless
Always be careful with data files. Make backups, especially prior installing the newer patches.
Absolutely.
ORIGINAL: Helpless
Editor is much more user friendly today. When I started I used to loose 4-6 hours of work due to the various editor bugs.
The more I learn about the editor, the more I like it. It ain't the rifle--I'm just missing the target right now.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Thu Dec 30, 2010 7:08 am
by Helpless
Aren't the scenario data files different from the generic data files?
That's right. The are isolated on the file level.
I'm trying to isolate my scenario work from other people's mods/scenarios and vice versa. I don't want to step on somebody else's efforts. My thought was that if I never mess with the generic data files and only work with scenario data files--that I would accomplish my goal of not conflicting with anybody else's work. I just want folks to be able to load and play my scenario and not have to worry about backing up their files for any reason other than it is always a good thing to do when using a third-party's work.
That's right, John. Such approach would allow you to keep the scenarios consistent with stock generic data, thus less efforts for ordinary players to use it. Just copy your scen file to the SCEN folder.
Changing and using custom generic files is not the rocket science, but you have to know what are you doing

RE: Building the Maus. Editor AAR(Tutorial)
Posted: Thu Dec 30, 2010 7:20 am
by bcgames
ORIGINAL: Helpless
Aren't the scenario data files different from the generic data files?
That's right. They are isolated on the file level.
Excellent!
ORIGINAL: Helpless
I'm trying to isolate my scenario work from other people's mods/scenarios and vice versa. I don't want to step on somebody else's efforts. My thought was that if I never mess with the generic data files and only work with scenario data files--that I would accomplish my goal of not conflicting with anybody else's work. I just want folks to be able to load and play my scenario and not have to worry about backing up their files for any reason other than it is always a good thing to do when using a third-party's work.
That's right, John. Such approach would allow you to keep the scenarios consistent with stock generic data, thus less efforts for ordinary players to use it. Just copy your scen file to the SCEN folder.
Perfect.
ORIGINAL: Helpless
Changing and using custom generic files is not the rocket science, but you have to know what are you doing
Thanks Pavel. I think I've got it now. Let the designs begin!
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Sun Feb 06, 2011 10:46 am
by RedLancer
On the Ground Element Page of the Editor what does 'ACC' value represent?
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Sun Feb 06, 2011 10:53 am
by Helpless
On the Ground Element Page of the Editor what does 'ACC' value represent?
Accuracy modifier when mounted, ex. due to the optics.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Sun Feb 06, 2011 11:35 am
by RedLancer
Thanks Pavel - can now start to add some new vehicles.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Tue Aug 02, 2011 9:20 pm
by gunhojr
hello helpless wanted to ask if you can help me since i see your very knowledgeable i cant even find the editor i click on game editor and only shows load senario or generic data but nothing to click how do i get there then i want to try your maus tank it looks cool thanks for any help
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Aug 03, 2011 4:42 am
by Helpless
As it was advised in other thread you may try draft editor manual -
tm.asp?m=2874235
Editor is built-in into the game itself.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Nov 09, 2011 5:53 pm
by horse1974
What is the criteria for Fields marked? [&:]
For example, what would be if you wanted to include a
sdkfz 4/1
Thanks and sorry for my English
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Nov 09, 2011 7:41 pm
by Helpless
I think you may find many answers in Editor Draft manual -
tm.asp?m=2874235
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Wed Nov 09, 2011 9:05 pm
by horse1974
Maybe I'm wrong, but I have not seen where he says he values ​​and how to know them.
Thank you.
RE: Building the Maus. Editor AAR(Tutorial)
Posted: Thu Nov 10, 2011 12:50 am
by bcgames
ORIGINAL: horse1974
What is the criteria for Fields marked? [&:]
Let me do some calculating and then I'll give you some rules-of-thumb. More to follow...