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

This Month's Specials

Air Assault Task Force- Save $8.00
winSPWW2- Save $5.00

   







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

Reply
 
Thread Tools Display Modes
  #1  
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
  #2  
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
  #3  
Old March 11th, 2002, 05:23 AM
Daynarr's Avatar

Daynarr Daynarr is offline
Lieutenant General
 
Join Date: Dec 2000
Posts: 2,555
Thanks: 5
Thanked 3 Times in 3 Posts
Daynarr is on a distinguished road
Default Re: Modding Tools--Component Creator

Nice work Gimboid.
I am one of those guys that could use good editing tools for data files, so I greatly appreciate your efforts.

As for improvements, the only two things that come to mind right now is that there could be:
a) Preview picture of component
b) Play sound option for components
Reply With Quote
  #4  
Old March 12th, 2002, 02:13 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

Newest program revision for my component modding program.

Fixes

- Updating selection from component list, so that after editing a component that component is still the component selected from the component list.

- Component self destruct device was not being read in correctly due to truncation of read in data. No longer a problem.

New features

- Ability to change the order of components in the list by moving components up or down by 1 or 10 places.

Program Version 0.65
Filesize: Zipped - 30 Kb, Unzipped - 92 Kb
Component Modder Version 0.65

Gimboid
__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
Reply With Quote
  #5  
Old March 12th, 2002, 02:22 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 Daynarr:

As for improvements, the only two things that come to mind right now is that there could be:
a) Preview picture of component
b) Play sound option for components


Picture preview was already on my list of things todo, and sound, thats a good one to have as well.

I will probably change it so that u select the file from a standard windows popup (like the open file screen u get when u load a file for Word, etc) and have it update the edit box to display the filename u selected. And then have it playable by pressing a button

Does anyone know where the standard icon that they have on play sound buttons (the speaker pic) can be found???
__________________
Latest program Version. Updated 9/30!!
Component Modding Program Version 0.92
Reply With Quote
  #6  
Old March 11th, 2002, 07:11 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

Wow, I'm impressed. That response was quick. Thanks for making a great modding tool.
__________________
Ken vs. The City

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

After playing around with the new movement buttons it seems that a "move to bottom" button would be helpful. Also the ability to highlight and move Groups of components.

!!bug... If a component is moved below the Last entry it loops back up to the top and appears as a blank entry deleting the first one.

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

__________________
Ken vs. The City

-Km :�
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 03:42 AM.


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