.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
  #11  
Old February 22nd, 2002, 04:32 PM
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 Re: Modding Tools--Component Creator

"I downloaded from those links you provided, but the title bar on the program still read 0.75, not 0.9"

Heh heh. Oops, you're right. I forgot to change the title bar.

"PS: I did browse through the readme, but I didn't see how to enable/use matrix (dimensional) components."

They're not available yet. I need to tweak my classes a bit before they'll be workable. Since my graduate recital is tonight, don't expect an update today.
__________________
The Unpronounceable Krsqk

"Well, sir, at the moment my left processor doesn't know what my right is doing." - Freefall
Reply With Quote
  #12  
Old March 9th, 2002, 03:09 PM

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

Newest Version of my component editor/creator

Program now displays a listing of all components from the components.txt file found in the same directory as the program and allows the user to browse and edit the component data at will.

All component data fields are loaded for easy visual modification.

This makes it useful for inexperienced modders to browse the types of data associated with existing components, and saves time for modding when adding new Versions of existing components


As before, this program can be used with ANY existing modded Versions (or differing Versions such as Gold vs 1.49) of the components.txt, abilities.txt and techareas.txt files by placing the program in the same directory as those 3 files.

[EDIT] NOTE - Have yet to implement saving of data for edited components (as in if u modify PPB 1 it saves changes to PPB1 in file) currently if u save the edited component it just adds it to the file. Will fix this once i have time tomorrow. Browsing capabilities are fully functional though

Component Editor v0.48

Program Version 0.48
File size 26.5 Kb (Zipped), 88 Kb (Unzipped)
See Release notes for further information

Gimboid

[ 09 March 2002: Message edited by: Gimboid ]

__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
Reply With Quote
  #13  
Old March 9th, 2002, 05:55 PM
Captain Kwok's Avatar

Captain Kwok Captain Kwok is offline
National Security Advisor
 
Join Date: Oct 2001
Location: Toronto, Canada
Posts: 5,623
Thanks: 1
Thanked 14 Times in 12 Posts
Captain Kwok is on a distinguished road
Default Re: Modding Tools--Component Creator

It looks like it'll be quite useful. It also reminds of the original data editor for Space Empires III...
__________________
Space Empires Depot | SE:V Balance Mod
Reply With Quote
  #14  
Old March 9th, 2002, 09:52 PM
Atrocities's Avatar

Atrocities Atrocities is offline
Shrapnel Fanatic
 
Join Date: Dec 2000
Location: USA
Posts: 15,630
Thanks: 0
Thanked 30 Times in 18 Posts
Atrocities is on a distinguished road
Default Re: Modding Tools--Component Creator

Another MODDING tool that would be of great help would be one that allowed use to modify ships. Right now in order to mod a ship you have to do it manually by opening VehicText. A program that works like the component modder but only for ships would be a great addition to the modding tools already availible.
__________________
Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
Reply With Quote
  #15  
Old March 10th, 2002, 05:45 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

quote:
Originally posted by Atrocities:
Another MODDING tool that would be of great help would be one that allowed use to modify ships. Right now in order to mod a ship you have to do it manually by opening VehicText. A program that works like the component modder but only for ships would be a great addition to the modding tools already availible.


Once ive gotten the component modder working fully then i'll give your idea a go

Since the vehicles.txt file is likely to be quite similar in layout to the other data files i think it should be quite easy to add that extension to the program
__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
Reply With Quote
  #16  
Old March 10th, 2002, 01:05 PM
PsychoTechFreak's Avatar

PsychoTechFreak PsychoTechFreak is offline
First Lieutenant
 
Join Date: Mar 2001
Location: Bordesholm, Germany
Posts: 781
Thanks: 6
Thanked 0 Times in 0 Posts
PsychoTechFreak is on a distinguished road
Default Re: Modding Tools--Component Creator

This looks like a damn good and useful tool. Just some questions: If I edit organic armor or cryst. armor, I see a

Value1 = Amount of minerals generated

Instead of something like Amount of damage repaired. I guess this is just a cosmetic problem ?

And if I edit a component, you always add the change to the end of the list as far as I have seen for now, so I have to edit/add something and afterwards delete the old comp., I guess this is a kind of insurance.

@Atrocities: You are talking about other already available modding tools, would mind to list them for us modding newbies ? I know there is a special tools forum for it, but maybe some of them are not posted there, or hidden in Posts of this forum?

Thanx a lot, guys.
Reply With Quote
  #17  
Old March 10th, 2002, 01:53 PM

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 the virtually completed component modding program.

Features added since Last update (0.48)

- Program now updates listing of components after a new component is added (or edited), so that program does not need to be restarted to continue the modding process. All data fields of newly added component are saved properly. (Continuos modding now enabled in other words )

- If you edit a components details the data is saved with the edited component, and not added to end of list as before.

- All new components are added to the end of the list.

- Ability to copy and paste component details for easy extension of existing component series. I like this feature personally, quite useful to have

- Components can now be deleted from the list of components.


Besides adding a preview of the image selected and make the component list sort when adding a new extension of an existing component set, i cant think of anything else to add to this.

And once i get Gold Version in the mail next week ill check over data file compatability and compile a gold Version if need be


If anyone has any suggestions or comments about the program then post them here, i'd like to hear them

Program Version 0.61
Filesize: Zipped - 29 Kb, Unzipped - 92 Kb

Component Modder Version 0.61

Gimboid
__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
Reply With Quote
  #18  
Old March 10th, 2002, 07:34 PM
PsychoTechFreak's Avatar

PsychoTechFreak PsychoTechFreak is offline
First Lieutenant
 
Join Date: Mar 2001
Location: Bordesholm, Germany
Posts: 781
Thanks: 6
Thanked 0 Times in 0 Posts
PsychoTechFreak is on a distinguished road
Default Re: Modding Tools--Component Creator

Great , I am impressed. If you plan to create such tools for the AI txt files... research ... design_creation...

I guess these could be some Goodies for the SEIV Platinum Version.
Reply With Quote
  #19  
Old March 10th, 2002, 10:42 PM
Urendi Maleldil's Avatar

Urendi Maleldil Urendi Maleldil is offline
Major
 
Join Date: Oct 2000
Location: New York, NY
Posts: 1,066
Thanks: 1
Thanked 1 Time in 1 Post
Urendi Maleldil is on a distinguished road
Default Re: Modding Tools--Component Creator

If you could make it so a person could copy and paste whole entries between different instances of the Component Creator program that would greatly speed up mod compiling.

Say person A does the first 1/2 of components.txt
and person B does the second, I could just open up two instances of Component Creator and copy and paste entries into one of those or even a third instance from the component list. Tadaa, super fast compilation.

Also the ability to move components up and down would be helpful.

P.S. the component list automatically scrolls back up to the top again after the edit component details window is closed. This could be a pain for modders who have to continually open and close windows.

[ 10 March 2002: Message edited by: Urendi Maleldil ]

__________________
Ken vs. The City

-Km :�
Reply With Quote
  #20  
Old March 11th, 2002, 12:30 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

quote:
Originally posted by Urendi Maleldil:
If you could make it so a person could copy and paste whole entries between different instances of the Component Creator program that would greatly speed up mod compiling.

Say person A does the first 1/2 of components.txt
and person B does the second, I could just open up two instances of Component Creator and copy and paste entries into one of those or even a third instance from the component list. Tadaa, super fast compilation.



Alas no, this is not a feature the program would be able to support without doing a massive overhaul and changing the design process to make use of threads for data transference. I will probably not be doing anything like this to the program

But, there is a way todo exactly what you want it to do. If person A and B have completed their designing for their respective halves of the components.txt file (what they have done would be saved to the COMP.txt files they both would have created upon using the program), then a simple copy+paste job in notepad would suffice provided it kept a one line gap between the first component in the 2nd list, and the Last component from the first (this is the same gap that all components must have in the components.txt file).

Once pasted into the components.txt file, reloading the component modder would display all the entries present.

quote:
Originally posted by Urendi Maleldil:
Also the ability to move components up and down would be helpful.

P.S. the component list automatically scrolls back up to the top again after the edit component details window is closed. This could be a pain for modders who have to continually open and close windows.

[ 10 March 2002: Message edited by: Urendi Maleldil ]



Its not a hassle to set the current selection back to the one that you just finished editing. This will be included in the next revision for sure

As for moving entries up and down, this would be useful as well, thats definately going on the todo list
__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
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 08:23 PM.


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