Warning: Illegal string offset 'type' in [path]/includes/class_postbit.php(294) : eval()'d code on line 65
Utility Mod editor released - .com.unity Forums
.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $6.00

   







Go Back   .com.unity Forums > Illwinter Game Design > Dominions 3: The Awakening > Scenarios, Maps and Mods

Reply
 
Thread Tools Display Modes
  #1  
Old April 12th, 2011, 12:15 AM

Larz Larz is offline
Corporal
 
Join Date: Feb 2010
Location: Cary, NC
Posts: 56
Thanks: 1
Thanked 51 Times in 16 Posts
Larz is on a distinguished road
Default Mod editor released

I would like to announce the first release of Dom3Editor. This is a mod editing application that I hope will make it easier to produce mods for Dominions 3. This application is good for both editing and browsing mods. It can show you what has changed in a mod and what the default values are. Here are some of the features:
  • Syntax Coloring – makes the mod easy to read
  • Error Detection – application contains a parser so syntax errors can be marked.
  • Form based interface – Just check the fields you wish to change
  • Default Value Display – See the default values of the object along with your changed values.
  • ID Lookup – It's easy to figure out id numbers in the sortable lists of items

Here are some screenshots of the application in action:
Source interface:
Click image for larger version

Name:	Screenshot1.png
Views:	169
Size:	41.0 KB
ID:	11046

Error in mod:
Click image for larger version

Name:	Screenshot2.png
Views:	153
Size:	43.5 KB
ID:	11047

Looking up unit details in CBM
Click image for larger version

Name:	Screenshot3.jpg
Views:	169
Size:	45.6 KB
ID:	11048

More details of CBM
Click image for larger version

Name:	Screenshot4.jpg
Views:	161
Size:	46.1 KB
ID:	11051

Searching for a unit to mod
Click image for larger version

Name:	Screenshot5.png
Views:	153
Size:	38.2 KB
ID:	11050


This application is located at http://code.google.com/p/dom3editor. It is an open-source project so you can download the source if you wish. I have compiled versions for Windows and Linux and put them on the Downloads page of the project. I can compile a Mac version if anyone is interested but I don't have any way of testing it so you will be my tester.

There is a wiki on the project page that has a little more detailed explanation of how to use the application (see the GettingStarted page). Also, if you find a bug (and I know they are in there) then please report it on the Issues page of the project so I can fix it.

I have some ideas for some future enhancements if anyone is interested. They are:

duplicate ID warnings
automatic merging of mods
make Ids unique across a set of mods
.map file editing
Add item sprites
Add nation flag sprites
help for fields (only allow valid values, make values for bitmasks easier to enter)

I have never released a mod, so I don't know the specific needs of modders when it comes to making mods, but I tried to come up with a useful application that could address needs of mod authors. I would welcome any suggestions for improvement or features that are missing. Thanks.

Acknowledgements:
I used data from the dom3db by Edi for the default data for objects
I used the spell guide by DrPraetorious for spell data
Reply With Quote
The Following 9 Users Say Thank You to Larz For This Useful Post:
  #2  
Old April 12th, 2011, 01:15 AM
Squirrelloid Squirrelloid is offline
Major General
 
Join Date: Jun 2009
Posts: 2,157
Thanks: 69
Thanked 116 Times in 73 Posts
Squirrelloid is on a distinguished road
Default Re: Mod editor released

Now all it needs to do is create sprites and modding won't be any work at all!

No, but seriously, this is awesome.
__________________
The ignorant shall fall to the squirrels.
--Chip 4:2

Ulm: Order of the Black Rose - Reimagining MA Ulm

A more Sombre forum: http://z7.invisionfree.com/Dom3mods/index.php?.act=idx. Now with more Maerlande.
Reply With Quote
  #3  
Old April 12th, 2011, 05:53 AM

Doo Doo is offline
Sergeant
 
Join Date: Mar 2010
Location: Tasmania
Posts: 356
Thanks: 36
Thanked 26 Times in 20 Posts
Doo is on a distinguished road
Default Re: Mod editor released

Downloading now, brilliant.
Reply With Quote
  #4  
Old April 12th, 2011, 06:24 AM

Doo Doo is offline
Sergeant
 
Join Date: Mar 2010
Location: Tasmania
Posts: 356
Thanks: 36
Thanked 26 Times in 20 Posts
Doo is on a distinguished road
Default Re: Mod editor released

......downloaded.

This looks great. If you do ever finish your stated task of making this program combine mods that innately won't combine then Dom3 fans will be very happy.

Reply With Quote
  #5  
Old April 12th, 2011, 06:41 AM

Silence0 Silence0 is offline
Private
 
Join Date: Mar 2008
Location: Lusitania
Posts: 33
Thanks: 12
Thanked 0 Times in 0 Posts
Silence0 is on a distinguished road
Default Re: Mod editor released

Great...Thanks for this...
__________________
quote all you want, you will get back to me - Old Will
Reply With Quote
  #6  
Old April 12th, 2011, 09:24 AM

Dimaz Dimaz is offline
First Lieutenant
 
Join Date: May 2005
Posts: 660
Thanks: 63
Thanked 75 Times in 31 Posts
Dimaz is on a distinguished road
Default Re: Mod editor released

I started similar project a month ago or so but hadn't much time to work on it, looks like it's not needed anymore as this project is more finished so I can return to dom3xTest during summer free time if I have some. The original idea was to make automatic mod merger for dom3xTester.
Reply With Quote
  #7  
Old April 16th, 2011, 07:32 PM

Larz Larz is offline
Corporal
 
Join Date: Feb 2010
Location: Cary, NC
Posts: 56
Thanks: 1
Thanked 51 Times in 16 Posts
Larz is on a distinguished road
Default Re: Mod editor released

I have just uploaded a new version of dom3editor (0.8.1). I have added support for warning about duplicate id numbers in new objects (duplicate ids will be marked in yellow in the editor). So, if there are two new monsters with the same id, you will be warned. I did not put a warning for modifying the same object twice (selectmonster on the same id twice for example). If people think this is a good warning to add, it would be easy to add.

Also, there is now a button in the toolbar that will update any duplicate ids to use a new unique id number (within the ranges defined in the modding manual). This should fix the mod (at least as far as id numbers of new objects are concernde). Also, any references to the id will be updated. Here is a screenshot:
Click image for larger version

Name:	warning.png
Views:	126
Size:	22.9 KB
ID:	11072

I have also uploaded a MacOS version with some caveats. You need to have Java (at least 1.6) installed. Plus, I don't have a Mac to test on so I don't know if it even runs. If anyone downloads it and gives it a try plase let me know if it runs or not.
Reply With Quote
  #8  
Old April 17th, 2011, 07:27 AM
Fantomen's Avatar

Fantomen Fantomen is offline
Major
 
Join Date: Feb 2009
Location: Me a viking
Posts: 1,012
Thanks: 81
Thanked 122 Times in 73 Posts
Fantomen is on a distinguished road
Default Re: Mod editor released

Mac version working fine for me.
Reply With Quote
  #9  
Old April 17th, 2011, 01:24 PM
Foodstamp's Avatar
Foodstamp Foodstamp is offline
Major General
 
Join Date: Oct 2006
Location: Tennessee USA
Posts: 2,059
Thanks: 229
Thanked 106 Times in 71 Posts
Foodstamp is on a distinguished road
Default Re: Mod editor released

This looks awesome. I will give it a go when I get some free time. I will let you know if I find any bugs.
__________________
BLAH BLAH BLAH BLAH NEXT TURN.
Reply With Quote
  #10  
Old April 20th, 2011, 02:58 PM
NTJedi's Avatar

NTJedi NTJedi is offline
General
 
Join Date: Jun 2003
Location: az
Posts: 3,069
Thanks: 41
Thanked 39 Times in 28 Posts
NTJedi is on a distinguished road
Thumbs up Re: Mod editor released

Illwinter should hire you and Ballbarian when they start Dominions_4. Great Work
__________________
There can be only one.
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:42 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2024, Shrapnel Games, Inc. - All Rights Reserved.