.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

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

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
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
  #2  
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
  #3  
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
  #4  
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
  #5  
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
  #6  
Old February 16th, 2002, 04:54 PM

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

comps.zip
Here's an example of the Excel file. I don't have the Word merger document here, but I do make a line for every column even if it is not needed the game doesn't have problems with that (although the final file size is unnecessary bigger).
Reply With Quote
  #7  
Old February 16th, 2002, 05:48 PM

Val Val is offline
Major
 
Join Date: Oct 2001
Location: Lansdale, PA
Posts: 1,022
Thanks: 0
Thanked 0 Times in 0 Posts
Val is on a distinguished road
Default Re: Modding Tools--Component Creator

I have been doing the same thing for any text file I want to create, from Components to TechAreas. All you really need to do is make an excel sheet with a header row for each of the catagories you are going to want in the final merge (a hint that will save time and repetition - if you have a row that is going to be the same all the way through, such as "Custom Group := 0", then you can put that in the Merge file rather than a column). After you setup your Excel file, go into word and copy out a sample component and the clear out the variables you want to change (eg - Name := PDF Cannon I - Erase the "PDF Cannon I, but leave the space after the := ), also be sure to hit enter at the end to give you a space in between components! Then you go to Tools and choose MailMerge and pick Catalog for the merge (this will create a stream of components/techs/etc. rather than one per page). Then you can either save it as a text file or (what I do) copy it and paste it into the correct data text file in metapad or notepad.

By using the merge option, I have been able to create over 2000 weapons in the B5 test mod where the only real trouble was creating the data on the spreadsheet for the merge!

If you want to get fancy, you can even create VB scripts and excel formulas that will increase/decrease the techs by preset percentages
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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:17 PM.


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