Data Realms Fan Forums
http://45.55.195.193/

Mod Project Manager\Editor
http://45.55.195.193/viewtopic.php?f=1&t=10779
Page 1 of 1

Author:  ChJees [ Thu Mar 27, 2008 5:08 pm ]
Post subject:  Mod Project Manager\Editor

I am right now in the making of a pretty basic Project Manager for Cortex Command mod making. What it will do is that it will help keep track of all files related to the mod as well as making creation of Actors\Devices\MOS easier wich will leave you to the more fun parts like spriting and finetuning your code.

Planned Features:
  • Treeview over the Project
  • Template System
  • Code Generation
  • Ability to edit code within the program (Though a editor like Notepad++ will be better)

Features that might not make it: (Due to lazyness)
  • Offset Editor
  • Importation of Allready existing mods
  • Parsing of existing code

What i am making it with:
  • Code::Blocks (C++)
  • wxWidgets

Post your requests here for features to add to this program.

Note: This program will NOT make the mod for YOU. It will just make modding a little less time consuming.

Author:  octyl [ Thu Mar 27, 2008 5:19 pm ]
Post subject:  Re: Mod Project Manager\Editor

I think the offset editor would be good... More intuitive than the current one please.

Author:  Electroclan [ Thu Mar 27, 2008 5:36 pm ]
Post subject:  Re: Mod Project Manager\Editor

I would download just for the offset editor, to be honest. :|

Author:  Kallemort [ Thu Mar 27, 2008 7:56 pm ]
Post subject:  Re: Mod Project Manager\Editor

Limbpaths and atomgroups are the most annoying thigs of all mods. Same with Electro, I'd dl it just for the offset editor.

Author:  ChJees [ Thu Mar 27, 2008 8:10 pm ]
Post subject:  Re: Mod Project Manager\Editor

Image
Well, the basic layout is made now :).

Now just to do a lot of time consuming coding :? . (Implement the Template system and get it Running)

Author:  robolee [ Sat Mar 29, 2008 10:04 pm ]
Post subject:  Re: Mod Project Manager\Editor

instead of dropships it should be craft... also that little picture in ummm... :???: top... bar isn't really necessary.

also how about when you make a new project the name e.g pwnagegrenade.rte appears next to the project icon like:
project (pwnagegrenade.rte)
actor
craft...

Author:  ChJees [ Sun Mar 30, 2008 12:28 am ]
Post subject:  Re: Mod Project Manager\Editor

Working on it. As soon as the Boost library stops being a ♥♥♥♥.

Author:  ChJees [ Mon Mar 31, 2008 2:55 pm ]
Post subject:  Re: Mod Project Manager\Editor

I fixed the Boost library thingy some time ago and are now working on how the XML format for project files will look like :). (To load and save projects)

How the Structure will look like for now:
Code:
<?xml version="1.0" ?>
<project>
   <name>Example</name>
   <path>C:\Program\Datarealms\Cortex Command\Example.rte</path>
   <options>
      <autogeneratecode bool=1 />
   </options>
</project>


And i will use TinyXML for parsing it.

Author:  ChJees [ Fri Apr 04, 2008 12:11 am ]
Post subject:  Re: Mod Project Manager\Editor

New Screenie and Test Build here!
Download (2.5 Mb)

Image

The new additions here is that you can load Project files (But not save) and open stuff from the project explorer. :)

What to change to make the Project File work:
Code:
<?xml version="1.0" ?>
<project>
   <name> Can be disregareded</name>
   <path> Set the path to your mod .rte  </path>
   <options></options>
</project>

Author:  ChJees [ Fri Apr 04, 2008 6:44 am ]
Post subject:  Re: Mod Project Manager\Editor

New version with massive improvement and the ability to save.

Download

Image

Author:  matty406 [ Mon Oct 26, 2009 10:48 pm ]
Post subject:  Re: Mod Project Manager\Editor

please for the love of god try to get that offset editor in. :grin:

Also download link not working, could you post a new one?

Author:  p3lb0x [ Mon Oct 26, 2009 11:18 pm ]
Post subject:  Re: Mod Project Manager\Editor

Super necro, if you have nothing to add then please try to avoid necroing so in the future

Author:  Rawtoast [ Tue Nov 17, 2009 5:02 am ]
Post subject:  Re: Mod Project Manager\Editor

I have something to add!

I'm pretty busy working on my own super-fun projects, including one for Cortex Command, but if anyone is still interested in making an offsets editor I highly recommend using Image Magick. It's quite easy to learn, very well documented, pretty powerful etc etc. By average CC modder standards, this is like a week-long project, tops.

Edit: ♥♥♥♥, I posted this in the wrong thread.

Page 1 of 1 All times are UTC [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/