.com.unity Forums

.com.unity Forums (http://forum.shrapnelgames.com/index.php)
-   Star Legacy (http://forum.shrapnelgames.com/forumdisplay.php?f=224)
-   -   Welcome Star Legacy Development Group! (http://forum.shrapnelgames.com/showthread.php?t=44832)

Alikiwi February 5th, 2010 08:48 PM

Re: Welcome Star Legacy Development Group!
 
Unfortunately Gandalf is correct. The game will be in 2D although we are hoping to allow for 3D later, and perhaps 3D in portions such as an intro scene. However, if the whole game was 3D then Modding would be restricted to a very limited number of people I think.
One of the main aspects we want is for the game to be highly moddable by as many people as possible.

Gandalf Parker February 5th, 2010 09:09 PM

Re: Welcome Star Legacy Development Group!
 
Thank you. Personally I feel thats part of where SEV went that made me thrilled you referred to this as SE4.5

Ed Kolis February 6th, 2010 01:10 PM

Re: Welcome Star Legacy Development Group!
 
Yeah, speaking of "open-ended ability possibilities", I'm pretty excited about using Python as a scripting language for this game... yes, a REAL language that people actually know and use every day! ;)

One of the things I'm hoping to do with the Python scripting is to sort of unify the "data files" and the "scripting" aspects of modding... in my mind you could have small Python scripts embedded in a data file as formulas, and maybe even let formulas refer to other arbitrary data fields in the same record - e.g. instead of

Code:

<Tonnage>500 - 50 * Level</Cost>
<Cost>250 - 25 * Level</Cost>

you could have

Code:

<Tonnage>500 - 50 * Level</Cost>
<Cost>Tonnage / 2</Cost>

to reduce copy/paste errors... I'd just have to check for infinite reference loops and throw a parse error if that happens, instead of crashing the game! ;)

And yeah, on the topic of arbitrary abilities, what I'm hoping to do with abilities is have preset abilities that do stuff automatically, but then also a "Custom" ability which you can throw any data you want into, similar to the AI Tags in SE4/SE5, only you can throw any number of values into them, not just two, and then scripts could check for that ability and do stuff with it...

Take all of this with a grain of salt though, and moderators, feel free to edit this post if I went over the edge... I do have a Python scripting prototype, but not anything that parses formulas out of data files or checks for abilities yet... I just don't see either of those as too difficult given the tools available :)

edit: Speaking of editing, my XML tags got messed up... forum admins, why do they get removed even INSIDE the code tags??? And what is this "vote now" button on the post-editing interface, anyway?

Xrati February 6th, 2010 01:38 PM

Re: Welcome Star Legacy Development Group!
 
I'll bet you say that to all the geeks? :p

getter77 February 6th, 2010 02:59 PM

Re: Welcome Star Legacy Development Group!
 
Python eh? You lot going with the land of 3.x onward or idling in the land of mid 2.something as Stardock has wound up deciding to do for Elemental while hoping some stuff gets caught up in the latter day Python?

Good to hear on the 2D aspect, after this current beta is successfully wrought I'm likely to invest in the small size Intuous4 tablet and throw gobs of time into the thing to aid in such dimensional endeavors.

Ed Kolis February 6th, 2010 04:10 PM

Re: Welcome Star Legacy Development Group!
 
2.6 probably... the changes in the 3.x series seem a bit... controversial ;) Not to mention that 2.6 is the version currently supported by IronPython (the .NET implementation of Python with which I've actually had success making a script prototype)

Louist February 6th, 2010 08:32 PM

Re: Welcome Star Legacy Development Group!
 
Welcome! Mr Kolis I have enjoyed a number of your SE:IV mods, and I'll be waiting to see what SLDG will be creating.

Out of curiosity, what 4x game(s) have influenced the team the most? And are you just beginning initial design?

Also, I miss the old Kryten avatar. In my mind it was synonymous with your name :)

Edit: I posted without reading the last two pages. I have to say that the idea of a SE:IV.V has cemented my interest.

Alikiwi February 7th, 2010 01:34 AM

Re: Welcome Star Legacy Development Group!
 
Louist said
Quote:

I have to say that the idea of a SE:IV.V has cemented my interest.
We aim to please! Ever played Imperium Galactica 2? :-)

Louist February 7th, 2010 02:03 AM

Re: Welcome Star Legacy Development Group!
 
I have to admit I somehow missed Imperium Galactica, though I've run through the usual suspects, of which my favorites were Stars!, SE: III & IV. If you can offer the customization and modification options in-line with SE, I'm already sold :)

Black_Knyght February 8th, 2010 05:16 AM

Re: Welcome Star Legacy Development Group!
 
Can't wait to start the modeling for this. We're working on some excellent stuff here.


All times are GMT -4. The time now is 11:19 AM.

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