DEdit CLI?

All about Maps, Mods & Creating them
Post Reply
tronrose
Registered users
Registered users
Posts: 61
Joined: Mon Sep 21, 2009 8:38 am
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Blue
What type of multiplayer do you like to play?: Disc Arena

DEdit CLI?

Post by tronrose »

Does DEdit have a command line interface or a feature where I can run a script that will create or changes things in the world?

For instance, if I wanted to create a brush plane on the Y+ orientation with a width of 512 units and a height of 256 units:

Code: Select all

create plane triangle /O:Y /W:512 /H:256
That code is just imaginary, of course. But, having such a feature would sometimes make working in the editor a lot easier and less tedious.
User avatar
TronFAQ
[LDSO] Member
[LDSO] Member
Posts: 3022
Joined: Tue Jan 11, 2005 12:50 am
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Cyan
What type of multiplayer do you like to play?: Deathmatch
Location: Ontario, Canada
Contact:

Re: DEdit CLI?

Post by TronFAQ »

Nope. If you want macro or script capability, you'd have to create your map geometry in something like 3DSMax or Maya. Then export it to .LTA format later and load it into DEdit.
User avatar
xistence
[LDSO] Site Admin
[LDSO] Site Admin
Posts: 848
Joined: Tue Jan 11, 2005 12:56 am
Location: Germany
Contact:

Re: DEdit CLI?

Post by xistence »

Just understand DEdit as a 'composing/configuration' tool for setting up a world. Already during the past 6-7 years, game developing studios are more and more using other programs for building the geometry (3dsMax,Maya,..), as it would be 'reinventing the wheel' for a game studio to create such tools.
On the other hand, scripting is also not always good (based on my experiences),as you leave to much control to the script, and so you could have errors/problems that would be hard to track down.
ldso:// - Living Dead System Operators
[2.0PD] - 2.0 Program Developers
blog
Image
tronrose
Registered users
Registered users
Posts: 61
Joined: Mon Sep 21, 2009 8:38 am
Do you own a copy of Tron 2.0?: Yes
What is your favorite Tron character color?: Blue
What type of multiplayer do you like to play?: Disc Arena

Re: DEdit CLI?

Post by tronrose »

That sucks. I don't know how to use Maya or 3DMax.

I've read before that you've created all your geometry in DEdit. Is that still true?
User avatar
xistence
[LDSO] Site Admin
[LDSO] Site Admin
Posts: 848
Joined: Tue Jan 11, 2005 12:56 am
Location: Germany
Contact:

Re: DEdit CLI?

Post by xistence »

Yup. But for that you need patience to work with a (compared to some current other game editors) limited editor. And you need to know/imagine how pratically you would build things in 3D. As example: many years ago, where even 3d-renderer where just simple cad programs, you could build things just with extruding, rotating and some more.
I do all geometry in DEdit, so you can deal with it, but you have to want to. Otherwise you need external programs. And for sure, for some very extraordinary built structures, you will definitely need the right tool, as you would be blasted to do this just with extruding or rotating.
ldso:// - Living Dead System Operators
[2.0PD] - 2.0 Program Developers
blog
Image
Post Reply