.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 > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old February 16th, 2002, 02:08 AM
Krsqk's Avatar

Krsqk Krsqk is offline
Lieutenant Colonel
 
Join Date: Jul 2001
Location: Orlando, FL
Posts: 1,259
Thanks: 0
Thanked 0 Times in 0 Posts
Krsqk is on a distinguished road
Default Modding Tools--Component Creator

I wanted to make sure that this didn't get buried in a topic no one read anymore (the Open Ended Tech Levels thread); so I copied it and gave it its own thread. Here's the scoop:
quote:
Good news/bad news.

Good news first: After months (ok, parts of a couple of weeks) of hard labor (fiddling), the Component Creator is officially finished! Well, at least Version 0.75 of it is. I wanted to post it and get some feedback from modders\modders-to-be\players who want to be modders but haven't had time.

Bad news: The initial download is a hefty 2.05MB. (Sorry to all dial-up Users like me.) This is due to the size of the DLL I'm using. I haven't figured out yet how to extract only the functions I need from it and link to them in a smaller DLL. However, the good news is that future updates will be in the 300KB range; so added features won't mean another 10 minute download.

The entire package is included in a self-extracting RAR file; just extract to your SEIV directory. It will create a "Component Creator" directory with the required files and two sub-directories. If, for some reason, you would rather have a different archive format, post and let me know; the RAR just saved 400KB over ZIP, which modem Users appreciate.

Anyway, enough jabber; here it is:

Component Creator.exe

Please comment--this is definitely a work-in-progress. If you have questions, please see the included readme first.
__________________
The Unpronounceable Krsqk

"Well, sir, at the moment my left processor doesn't know what my right is doing." - Freefall
Reply With Quote
  #2  
Old February 16th, 2002, 03:15 AM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default Re: Modding Tools--Component Creator

Ok, I have played around with it for most of the afternoon. My first impression is this is very cool. It has the potential to be a very useful tool for modders. I do have a few suggestions.

I am guessing a lot of people would like to use this for tweaking and extending exsisting components. It needs some sort of text input to make this convienent. I understand that the level modifiers could be very difficult to calculate, but some parsing of the Basic Info, Tech Reqs, Abilities for level one, and other base values would really speed up the process to get things started.

The weapon data screen is very good, however as you state it doesn't work very well for damage at ranges if the damage is not linear, or if it drops off like APB. Perhaps for those weapons give the ability to manually input each levels damage at range chart, instead of calculating them. It would take more work for the user, but it would still be easier that making the whole components by hand. Of course that can be done now by simply putting garbage numbers and going back later and tweaking the damage chart for each level.

Would be nice if it would have a little more flexibility on the tech level modifiers for the cost/tonnage/supply settings. Instead of postive and negative numbers it would be nice to be able to multiply by a decimal. For example, instead of -10 per level until I reach zero and then go negative, I'd like to be able to multiply by .95 per level, getting closer to zero each level, but never quite getting there. Of course it would have to round off, and at some point I guess it would round to zero, but it would never go negative.

Geoschmo
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
Reply With Quote
  #3  
Old February 16th, 2002, 03:25 AM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default Re: Modding Tools--Component Creator

Oh yeah. And just a basic UI gripe. I can't see my task bar when the program is on top. I have to minimize the program to be able to switch to another screen.

Geoschmo
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
Reply With Quote
  #4  
Old February 16th, 2002, 05:53 AM

Gimboid Gimboid is offline
Corporal
 
Join Date: May 2001
Location: Sydney, Australia
Posts: 157
Thanks: 0
Thanked 0 Times in 0 Posts
Gimboid is on a distinguished road
Default Re: Modding Tools--Component Creator

Heres an alternative component editor/creator that i wrote.

It differs from Krsqk's editor in that it reads in the abilties.txt and techareas.txt files and makes them selectable as tech requirements and/or abilties selectable for the component being created.

It is intended for use as an individual component editor, and not a multiple component creator as Krsqk's is.

Features

-> Creation of valid components following correct format for use in the components.txt file, program reads in the current components.txt file then appends the newly created component to another copy of the current components.txt file, so that the original data is not overwritten.

-> Editor takes note of any abilities and tech requirements that the component should have, it does not check whether there are that many levels of that tech or if the ability values are too high.

-> Allows maximum of 9 tech requirements and/or 9 abilities to the component that is being added.

-> Editor takes note of weapon type and adds or does not add the relevant weapon details to the component in the file.

-> Abilities and tech areas required for the component is flexible, and takes note of already modded Versions of techareas and abilties so that the program can be used to create valid components for existing mods.

Component Editor Ver 0.35b

Also - On the + side, download is only 21k as program was written in VC++ and makes use of standard windows dll's which are already present on windows PC's
__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
Reply With Quote
  #5  
Old February 16th, 2002, 07:29 AM

Andrés Andrés is offline
Major
 
Join Date: Apr 2001
Location: Rosario, Argentina
Posts: 1,047
Thanks: 0
Thanked 0 Times in 0 Posts
Andrés is on a distinguished road
Default Re: Modding Tools--Component Creator

I still find that the most powerful comp modder is the Excel spreadsheet I'm using now, using Word to mailmerge it into SE4 format.
Reply With Quote
  #6  
Old February 16th, 2002, 04:10 PM
geoschmo's Avatar

geoschmo geoschmo is offline
National Security Advisor
 
Join Date: Jan 2001
Location: Ohio
Posts: 8,450
Thanks: 0
Thanked 4 Times in 1 Post
geoschmo is on a distinguished road
Default Re: Modding Tools--Component Creator

How do you do that Andres? That sounds interesting. Does it format the lines properly and eveerything?

Geo
__________________
I used to be somebody but now I am somebody else
Who I'll be tomorrow is anybody's guess
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 04:17 PM.


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