Matrix Games Forums

Forums  Register  Login  Photo Gallery  Member List  Search  Calendars  FAQ 

My Profile  Inbox  Address Book  My Subscription  My Forums  Log Out

Building the Maus. Editor AAR(Tutorial)

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [New Releases from Matrix Games] >> Gary Grigsby's War in the East Series >> Scenario Design and Modding >> Building the Maus. Editor AAR(Tutorial) Page: [1] 2 3   next >   >>
Login
Message << Older Topic   Newer Topic >>
Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:14:50 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
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

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:




Edit: City data is not generic and stored in scenario file. No need to copy wrcity.dat.

Attachment (1)

< Message edited by Helpless -- 12/6/2010 3:34:28 PM >


_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development
Post #: 1
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:15:36 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
2.Create art for the new ground element. Another way would be to utilize existing art, but probably Maus deserves its own. There are two types of the art used by ground elements and aircraft - icons and photo. Icons placed in \sat\art\units\GXXXX.tga , photos – in \dat\art\photo\GPXXXX.bmp (XXXX – Id of GE). Let’s give the “beast” its ID – 666:

G0666.tga

(Important: icon tga should have proper alpha channel set up to appear correctly)





Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 2
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:16:01 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
GP0666.bmp





Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 3
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:16:56 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
3.Set up weapons.

Run the game, go to editor and load generic data. Unfortunately there is no 128mm KwK 44 L/55 and 75mm KwK 44 L/36.5 guns in device database. So we have to create them. (I didn’t make a detailed research on new gun capabilities, so characteristics could be not very accurate. Usually this is something Jim Wirth does in our team. The intention is to introduce some basic editor capabilities)




Two new weapon(devices) are 583 and 584.

Attachment (1)

< Message edited by Helpless -- 12/6/2010 3:17:07 PM >


_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 4
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:17:56 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
4.Make new Ground Element.

Go to the Ground Elem. tab and create new entry under id 666. Since we have proper devices we can utilize them when building our Maus GE.






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 5
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:18:40 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
5.Introduce new TOE(OB).

In the TOE(OB) editor (tab) let’s make a new entry. (This is almost 1:1 copy of 44 Heavy Panzer Battalion)






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 6
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:19:36 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
6.Save Generic Data.

Now we are done modifying generic data and should save it before going into scenario. We don’t touch leaders and aircraft, so they could be deselected








Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 7
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:20:17 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
7.Create new scenario.

Let’s take some exiting scenario and introduce there just created Maus Panzer Battalion. The most fitting would be 1944-45 Campaign. After loading this scenario, let’s name it a - 1944-45 Campaign ‘Maus Mod’ (Note: it is suggested to use single quotes in the game data) and save over.






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 8
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:21:01 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
8.Make new unit.

Go to the unit editor and add Maus Panzer Battalion to OOB. Since slot 666 is used let’s take some other empty slot :) . Let’s assign it to some SS Panzer Division – in my case 5th SS Panzer Division. After setting all values (TOE(OB) – 666 (44 Maus Panzer Battalion, Germany, Axis, SS-Elite) don’t forget to rebuild and resupply the unit.






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 9
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:21:50 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
9.Save the scenario and our Maus beasts are ready to ride :)

Don’t forget that if you want to share the mod which contains generic data changes, you should send appropriate dat files together with scenario file.






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 10
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:22:18 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
and down..






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 11
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:22:51 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
and more down..






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 12
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:23:50 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
If you patient enough you may find them damaged and making the damage :)






Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 13
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:24:06 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
Questions?

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to Helpless)
Post #: 14
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:28:48 PM   
dobeln

 

Posts: 311
Joined: 3/28/2005
Status: offline
Nice walkthrough. The mod scene for GGWaW was great - hopefully we can see some interesting mods here for balance / alt history purposes.

(in reply to Helpless)
Post #: 15
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 3:50:07 PM   
Pford

 

Posts: 235
Joined: 11/10/2006
Status: offline
Interesting. The program is very flexible. Can't help but think, however, that a 'Maus Mod' would be more appropriate to a hypothetical, mid to late 1945 extension of the campaign.

(in reply to dobeln)
Post #: 16
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 4:13:14 PM   
Grouchy


Posts: 1117
Joined: 9/26/2001
From: Nuenen, Noord-Brabant, Nederland
Status: offline
OMG, OMG at last..i'm able to to conquer zee east with my Sonderverband „Windhund“.

Fear my Brandenburger parachuting dogs. W're unstoppable!



< Message edited by Grouchy -- 12/6/2010 4:15:13 PM >


_____________________________


(in reply to Pford)
Post #: 17
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 4:16:40 PM   
paullus99


Posts: 1985
Joined: 1/23/2002
Status: offline
Well, if for whatever reason Hitler greenlighted the MAUS earlier, it could have been available (though I don't know how many would have actually made it to the front).

For your hypotheticals, I'd recommend picking up a copy of "My Tank is Fight!" by Zack Parsons.

Besides the MAUS, you get other wunder-weapons like:

Landkreuzer P.1000 Ratte (2 x 280mm & 1 128mm guns)
V3 Hochdruckpumpe
Panzerabwehrrakete X7 Rotkappchen
Landkreuzer P.1500 Monster (mobile Dora)
Weser WP 1003/1 VTOL Transport
Heliofly III/57 Personal Heliharness (mobile troops)
Horten Ho IXB Natchtjager Fighter

You could have a load of fun, I'm sure.


_____________________________

Never Underestimate the Power of a Small Tactical Nuclear Weapon...

(in reply to Pford)
Post #: 18
RE: Building the Maus. Editor AAR(Tutorial) - 12/6/2010 7:53:36 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
Well, it can work both ways. :) Editor is a game within the game.

Imho, the most powerful part is not the generic data (weapons, ground elements, aircraft). There is enough to be done even with existing low level equipment. There is endless amount of operations which can be used as a source for the WITE scenarios.



_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to paullus99)
Post #: 19
RE: Building the Maus. Editor AAR(Tutorial) - 12/7/2010 12:29:51 PM   
BletchleyGeek


Posts: 4713
Joined: 11/26/2009
From: Living in the fair city of Melbourne, Australia
Status: offline

quote:

ORIGINAL: paullus99

Well, if for whatever reason Hitler greenlighted the MAUS earlier, it could have been available (though I don't know how many would have actually made it to the front).

For your hypotheticals, I'd recommend picking up a copy of "My Tank is Fight!" by Zack Parsons.

Besides the MAUS, you get other wunder-weapons like:

Landkreuzer P.1000 Ratte (2 x 280mm & 1 128mm guns)
V3 Hochdruckpumpe
Panzerabwehrrakete X7 Rotkappchen
Landkreuzer P.1500 Monster (mobile Dora)
Weser WP 1003/1 VTOL Transport
Heliofly III/57 Personal Heliharness (mobile troops)
Horten Ho IXB Natchtjager Fighter

You could have a load of fun, I'm sure.



Some drawings I dug out of the Internet for the "Personal Heliharness".

A load of fun, indeed



(in reply to paullus99)
Post #: 20
RE: Building the Maus. Editor AAR(Tutorial) - 12/7/2010 1:03:25 PM   
JMass


Posts: 2364
Joined: 6/3/2006
From: Italy
Status: offline

quote:

ORIGINAL: paullus99
Besides the MAUS, you get other wunder-weapons like:


Interesting, other tanks to add:
Panther F
Panther II
E-100
JS-III
T-44
T-54

I don't like very much hypothetical situations but probably it could be possible to design a scenario with an Allied-German alliance vs Red Army, "Patton's Road to Moscow"!


quote:

ORIGINAL: Helpless

Unfortunately there is no 128mm KwK 44 L/55


The item 404 is the 128mm Pak44 L/55, I found it searching for the Jagtiger (available as well).


_____________________________

"Klotzen, nicht Kleckern!"Generaloberst Heinz Wilhelm Guderian

My boardgames collection: http://www.boardgamegeek.com/collection/user/JMass?own=1&subtype=boardgame&ff=1

(in reply to paullus99)
Post #: 21
RE: Building the Maus. Editor AAR(Tutorial) - 12/7/2010 1:07:30 PM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
quote:

The item 404 is the 128mm Pak44 L/55, I found it searching for the Jagtiger (available as well).


Afaik, it were a little bit different guns. Again the purpose was to show how to add devices.

quote:

JS-III


It is in the game.




Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to JMass)
Post #: 22
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 4:27:11 AM   
joey


Posts: 1408
Joined: 5/8/2004
From: Johnstown, PA
Status: offline
To get used to the editor, I have been trying to reassign some units to new HQs. I can't seem to figure out how with the editor. Most HQs are not selectable. The only ones selectable are air HQs. But I am trying to reassign ground units. Anyone have any ideas?

(in reply to Helpless)
Post #: 23
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 9:12:43 AM   
Helpless


Posts: 15793
Joined: 8/27/2004
Status: offline
On the unit editor tab click the HHQ text button and point to the hew HHQ from the list







Attachment (1)

_____________________________

Pavel Zagzin
WITE/WITW/WITE-2 Development

(in reply to joey)
Post #: 24
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 2:32:20 PM   
joey


Posts: 1408
Joined: 5/8/2004
From: Johnstown, PA
Status: offline
When I click on HHQ, it takes to another screen in which all units are listed on the right of the screen. On this screen, all but air bases are non selectable.





Attachment (1)

(in reply to Helpless)
Post #: 25
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 2:33:29 PM   
joey


Posts: 1408
Joined: 5/8/2004
From: Johnstown, PA
Status: offline
As you can see, air bases are selectable, but all other commands are not. I am at a lose.

(in reply to joey)
Post #: 26
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 2:39:41 PM   
Great_Ajax


Posts: 4774
Joined: 10/28/2002
From: Alabama, USA
Status: offline
Joey, what exactly are you trying to assign? That might help us to figure out what you are trying to do.

Trey

quote:

ORIGINAL: joey

As you can see, air bases are selectable, but all other commands are not. I am at a lose.



_____________________________

"You want mercy!? I'm chaotic neutral!"

WiTE Scenario Designer
WitW Scenario/Data Team Lead
WitE 2.0 Scenario Designer

(in reply to joey)
Post #: 27
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 2:47:10 PM   
joey


Posts: 1408
Joined: 5/8/2004
From: Johnstown, PA
Status: offline
I created a new ground HQ unit. I am trying to assign it to a higher HQ and second, I am trying to assign a few unassigned units to the new HQ.

(in reply to Great_Ajax)
Post #: 28
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 3:01:29 PM   
Great_Ajax


Posts: 4774
Joined: 10/28/2002
From: Alabama, USA
Status: offline
If you would indulge me here. What new unit did you create and what HQ are you trying to assign it to? It should work exactly like Pavel says above. I've been working on the scenarios for over a year and it works just like that. Screenshots would also help if you can provide them. Just to make sure it works, try opening up any of the scenarios and re-assign any already existing ground unit to a different HQ and see if that works.

If you created a new HQ, you also need to assign it an 'HQ Type' which you can figure out by taking a look at the settings for other HQ units of this type. 'HQ Type' is what makes HQ units different than combat units and determines their hierarchy within the OOB. You should be able to assign a numerical value of '1-5'.

Also, compare the new units that you created to the existing ones in game to make sure you have filled out all of the appropriate fields. Check to ensure that your combat units have the nationality set properly and if they are Axis or Soviet.

Trey



< Message edited by el hefe -- 12/9/2010 3:03:00 PM >


_____________________________

"You want mercy!? I'm chaotic neutral!"

WiTE Scenario Designer
WitW Scenario/Data Team Lead
WitE 2.0 Scenario Designer

(in reply to joey)
Post #: 29
RE: Building the Maus. Editor AAR(Tutorial) - 12/9/2010 3:04:00 PM   
karonagames


Posts: 4712
Joined: 7/10/2006
From: The Duchy of Cornwall, nr England
Status: offline
Is the scrollbar not working?


_____________________________

It's only a Game


(in reply to Great_Ajax)
Post #: 30
Page:   [1] 2 3   next >   >>
All Forums >> [New Releases from Matrix Games] >> Gary Grigsby's War in the East Series >> Scenario Design and Modding >> Building the Maus. Editor AAR(Tutorial) Page: [1] 2 3   next >   >>
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI

0.688