.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Space Empires: IV & V (http://forum.shrapnelgames.com/forumdisplay.php?f=20)
-   -   Space Empires V Editor 1.2 Released (http://forum.shrapnelgames.com/showthread.php?t=31817)

Devnullicus November 14th, 2006 07:02 PM

Re: Space Empires V Editor 1.2 Released
 
Quote:

Elsemeravin said:
What I meant is that the Cystallurgy and Cultural studies should be much lower. You can see on the pic that every red line is going very much down, instead of aligning the main tech with the child one. http://forum.shrapnelgames.com/images/smilies/happy.gif


I'm pretty much done trying to organize the nodes in that graph. I spent a lot of time fiddling with it and finally just decided there really is no good way to programmatically generate a really good tech tree graph. The algorithm it uses now is...good, but not perfect. And that's about as good as it's gonna get unless someone else feels like optimizing it http://forum.shrapnelgames.com/images/smilies/happy.gif

Quote:


(I do not dare copyig the crash I just met while browsing throught tech pics http://forum.shrapnelgames.com/image...ies/tongue.gif )

EDIT: finally I dare showing the screen post "crash" when clicking fast on the up/down pic selection button in attachment to this message http://forum.shrapnelgames.com/image...ies/stupid.gif

Not sure what the picture is showing (besides the interesting folder in your taskbar http://forum.shrapnelgames.com/images/smilies/laugh.gif) - where's the crash?

Elsemeravin November 14th, 2006 07:12 PM

Re: Space Empires V Editor 1.2 Released
 
1 Attachment(s)
Quote:

Devnullicus said:
And that's about as good as it's gonna get unless someone else feels like optimizing it http://forum.shrapnelgames.com/images/smilies/happy.gif


Not sure I could.
Quote:



Not sure what the picture is showing (besides the interesting folder in your taskbar http://forum.shrapnelgames.com/images/smilies/laugh.gif) - where's the crash?

Now the pic is clearer (and the folder less http://forum.shrapnelgames.com/image...ies/tongue.gif)

Phoenix-D November 14th, 2006 07:28 PM

Re: Space Empires V Editor 1.2 Released
 
Get_design_ability_total doesn't work in components.txt, just so you know.

*****ing aside, great work Devnull. http://forum.shrapnelgames.com/images/smilies/happy.gif

Devnullicus November 14th, 2006 07:39 PM

Re: Space Empires V Editor 1.2 Released
 
Quote:

Phoenix-D said:
Get_design_ability_total doesn't work in components.txt, just so you know.


I've only added script functions that are currently being used as there isn't a comprehensive list anywhere I've seen of what functions are available, how many arguments they take, etc.

If you are using a function that isn't allowed right now, add it to the SE5Editor/Data/consts.txt file (ScriptFunc1, I believe) and you should be good to go. If you know of a list that I should add, please post it http://forum.shrapnelgames.com/images/smilies/happy.gif

Quote:


*****ing aside, great work Devnull. http://forum.shrapnelgames.com/images/smilies/happy.gif

Thank you. I'm enjoying learning C# - it really is a powerful language. I've found a few things I dislike about it so far, but in general, it's an easy-to-use, powerful language that dramatically increases speed of generating new code and features.

I'm just glad my "learning project" can also be useful to others http://forum.shrapnelgames.com/images/smilies/happy.gif

Devnullicus November 14th, 2006 07:42 PM

Re: Space Empires V Editor 1.2 Released
 
Quote:

Elsemeravin said:
Quote:

Devnullicus said:
Not sure what the picture is showing (besides the interesting folder in your taskbar http://forum.shrapnelgames.com/images/smilies/laugh.gif) - where's the crash?

Now the pic is clearer (and the folder less http://forum.shrapnelgames.com/image...ies/tongue.gif)

No, I saw the red x and all that (I have to admit I'm laughing at your new picture! http://forum.shrapnelgames.com/images/smilies/laugh.gif), I'm just not sure what it means. You say the program crashed? When it crashed, it drew a red x on the up-down buttons? Did the buttons then stop working? Did the program stop accepting any input? Obviously, it didn't totally crash because you still have a screen up to take a screenshot of...

I'm just trying to understand what the error is.

Devnullicus November 14th, 2006 07:58 PM

Re: Space Empires V Editor 1.2 Released
 
Quote:

Imperator Fyron said:
Devnullicus said:
that's by design. You need to pick a valid mod directory for the editor to work.


So you have to use task manager to kill the process of the program if you decide to cancel? :-\

Hmmm, well, ok, that sounds extreme. What it seems like it SHOULD do is that when you cancel, it should tell you that "that's a bad thing, bad modder" and then just not show the editor window (i.e. cancel here just cancels the request to bring up the editor window).

I did something similar already if you're setting the mod directory from the menu - it sound like I should add that kind of functionality to the editor window as well.

Kana November 14th, 2006 08:25 PM

Re: Space Empires V Editor 1.2 Released
 
Quote:

Devnullicus said:
I'm just glad my "learning project" can also be useful to others http://forum.shrapnelgames.com/images/smilies/happy.gif

We are all glad as well...

Devnullicus November 15th, 2006 01:26 AM

Re: Space Empires V Editor 1.2 Released
 
OK, bugs you've all mentioned so far have been fixed for the next version. Here's the current changelist for 1.3:

Version 1.3
  • Added more script functions
  • Better behavior when cancelling setting of mod directory
  • Added Validate All button to editors
  • Enabled Help Menu item
  • Enabled Tech Tree to be resized better

Currently starting work on the Component Enhancements editor. And since some of you have been wondering what my future plans for the editor are, here's a list, in rough order that I plan to do them. Whether I'll actually have time for all of these or not, I don't know - but these are the files that look like modding them could make the game more interesting.

The items with ? marks next to them are those which I'm unsure of doing or if modding them has any effect in the game.
  • Component Enhancements editor
  • Planet Sizes editor
  • Quadrant Types editor
  • Racial Traits editor
  • Stellar Ability Types ?
  • Stellar Object Types ?
  • System Types editor
  • Vehicle Sizes editor
  • Vehicle Unit Types editor
  • GovernmentTypes editor
  • Intelligence Achievements editor
  • Cultural Achievements editor
  • Formations_Fleet editor
  • Formations_TaskForces editor
  • Strategies editor
  • Ship Experience editor
  • Society Types editor
  • HUDSettings editor ?
  • EventsText editor ?
  • Formulas.txt ?
  • HomeworldStartingFacilities editor

Phoenix-D November 15th, 2006 01:36 AM

Re: Space Empires V Editor 1.2 Released
 
All the ? files have an effect. HUD Settings is rather limited though, EventsText is tied to the events script, and formulas.txt wouldn't benefit much from an editor.

Stellar Ability typ

Devnullicus November 15th, 2006 01:52 AM

Re: Space Empires V Editor 1.2 Released
 
Why wouldn't formulas.txt benefit? The formulas are definitely referenced in other files. Can you not add more? i.e. have different planet gravity formulas for different planets?


All times are GMT -4. The time now is 11:21 PM.

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