Printer-friendly copy
Top MechCommander MechCommander 2 Mission Builders Guild topic #983
View in linear mode

Subject: "MC2 Source Code includes Tools?" Previous topic | Next topic
CK_MACKMon Mar-02-09 06:40 AM
Member since Aug 21st 2008
5 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
"MC2 Source Code includes Tools?"


          

Hey Guys,

Does the source code for MC2 include source for "tools" such as mission editors / map editors etc?

The reason I am asking is that we (Mechstorm Team) are developing a set of tools to make Mechwarrior maps better.

If, MC2 source had source code for the map/mission editors ... it might go a long way to helping create a custom mission editor for MW4.

Thanks,

Mack
(visit @ www.mechstorm.com)

  

Alert Printer-friendly copy | Reply | Reply with quote | Top

Replies to this topic
Subject Author Message Date ID
RE: MC2 Source Code includes Tools?
Mar 02nd 2009
1
RE: MC2 Source Code includes Tools?
Mar 02nd 2009
2
      RE: MC2 Source Code includes Tools?
Mar 02nd 2009
3
           RE: MC2 Source Code includes Tools?
Mar 04th 2009
4
                RE: MC2 Source Code includes Tools?
Mar 05th 2009
5
                     RE: MC2 Source Code includes Tools?
Mar 06th 2009
6

wolfmanMon Mar-02-09 11:39 AM
Member since Apr 15th 2003
351 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
#1. "RE: MC2 Source Code includes Tools?"
In response to Reply # 0


  

          

It does; this is why I could extend the editor for MC

check out wolfman's missions and wolfman's forum at
http://s2.invisionfree.com/wolfman_x_forum/index.php

  

Alert Printer-friendly copy | Reply | Reply with quote | Top

    
CK_MACKMon Mar-02-09 01:42 PM
Member since Aug 21st 2008
5 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
#2. "RE: MC2 Source Code includes Tools?"
In response to Reply # 1


          

That's great. Do you happen to know if the MC2 terrains / maps are similar in structure to Mechwarrior 4 terrains / maps?

I don't have enough experience in MC2 to know where the terrains are stored in the "demo" version of MC2... Is there a tool to extract the MC2 maps / missions for inspection purposes?

Thanks again.

  

Alert Printer-friendly copy | Reply | Reply with quote | Top

        
wolfmanMon Mar-02-09 09:43 PM
Member since Apr 15th 2003
351 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
#3. "RE: MC2 Source Code includes Tools?"
In response to Reply # 2


  

          

I don't know about MW4 too much therefore I can not compare but terrain textures and heights maps are tga files of specific sizes that can be made available using the editor from the missions even the original heights map are not available directly. The missions are contained in 5 type of files; a mission.abl file that carries "the frame" of the mission and all data that can not be directly edited. There is a mission.fit file that works like a script and contains the units,the objectives, the locations, the map and texture file names, fog, light, water, weather, sky, ...and it can be edited.
Beside that you can create mission scripts and warrior brain files that impact the behavior of units and any events during gaming.
A purchasing file that tells about availability of technology,units, weapons, pilots at start of the mission. All of those are editable.

check out wolfman's missions and wolfman's forum at
http://s2.invisionfree.com/wolfman_x_forum/index.php

  

Alert Printer-friendly copy | Reply | Reply with quote | Top

            
CK_MACKWed Mar-04-09 10:28 PM
Member since Aug 21st 2008
5 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
#4. "RE: MC2 Source Code includes Tools?"
In response to Reply # 3


          

Well there is a MW4 map called Lunacy that I can use as an example:

The maps for lunacy are contained in the lunar01.mw4 Archive file... an .mw4 archive is very much like an lzw archive using a variant of lzw to store information for individual files stored in the archive.

Once "extracted" there are 3 folders:
maps, resource, and textures.

The maps folder contains a Lunar01 folder that has:
lunar_01.instance, lunar_01.data{element} and
AA.erf, AA.bsp, AA.material thru AB, AC, BA,BB,BC, CA,CB,CC as well...
as well as:
lunar_01.erf{zones},lunar_01.erf, lunar_01.fgd, lunar_01culterals.mlr,lunar_01.data{GameModel}, and lunar_01..data

The resource folder contains files as does the texture folder:
Specifically, a bunch of sky.tga files, and a folder for composttexture (contains a bunch of .bid files)and maps folder (which contains a bunch of tga's.)


So, if nothing else sounds familiar except tga then likely they are not close enough to really help.
But, I do very much appreciate your responses.
Thanks!

  

Alert Printer-friendly copy | Reply | Reply with quote | Top

                
wolfmanThu Mar-05-09 11:16 AM
Member since Apr 15th 2003
351 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
#5. "RE: MC2 Source Code includes Tools?"
In response to Reply # 4
Thu Mar-05-09 11:17 AM by wolfman

  

          

Why don't you download the source code and simply look at it for 15 minutes. I guess you would see immediately if this is a fit or not.
Seems to be the more efficient way to figure it out
It seems both of us know only half of what we need to know to come to a conclusion

check out wolfman's missions and wolfman's forum at
http://s2.invisionfree.com/wolfman_x_forum/index.php

  

Alert Printer-friendly copy | Reply | Reply with quote | Top

                    
CK_MACKFri Mar-06-09 06:37 PM
Member since Aug 21st 2008
5 posts
Click to send email to this author Click to send private message to this authorClick to view this author's profileClick to add this author to your buddy list
#6. "RE: MC2 Source Code includes Tools?"
In response to Reply # 5


          

Well, for one thing, I don't like messing with source code that does not compile without having to go to the forums... and I know from experience that I will have to go to the forums to find the fixes for whatever is missing or needed for 2005 express compilation.
So, I figured, if there was anyone who knows the answer without going thru all that, it would save quite a lot of time.

But yea, your right, definitively... the best way would be to compile it.


I am satisfied tho, with your response, that none of those other MW4 file types seem familiar to you... as likely there are not many others out there these days who know as much as you about the files.

I appreciate your help, and If I ever do decide to take the next step... I will post back here if there was a significant file match.


  

Alert Printer-friendly copy | Reply | Reply with quote | Top

Top MechCommander MechCommander 2 Mission Builders Guild topic #983 Previous topic | Next topic
Powered by DCForum+ Version 1.27
Copyright 1997-2005 DCScripts.com