Page 2 of 3

Posted: Sun Apr 30, 2006 5:48 am
by Diedel
I have been looking at a free game engine (Crystal Space) that recomputes light maps in real time depending on light changes. ;)

I might replace the D2X-XL renderer with that engine, if I find the time.

Posted: Sun Jun 11, 2006 10:44 am
by Junior Pilot
How would I make a robot face the opposite way from what it was originally facing (as in, turn it around) in DLE-XP?

EDIT: Better question: How do I rotate an object (like say, a robot) around a certain axis?

Posted: Sun Jun 11, 2006 12:01 pm
by Aus-RED-5
Junior Pilot wrote:How would I make a robot face the opposite way from what it was originally facing (as in, turn it around) in DLE-XP?

EDIT: Better question: How do I rotate an object (like say, a robot) around a certain axis?
Couple of things to do is.
1) Set Object Mode
2) Click on "view" and select "Editor Tool Bar".

Image

Now right click on the object you wish to rotate.

Depending on what "face" you have selected.
You can rotate the ship however you want using the Editor Tool Bar.

Image
Hope this helps. :)

Posted: Mon Oct 16, 2006 6:54 pm
by Chaos Death Saurer
Not a clue whether this is DLE or D2X, or if it's even a bug.

My camera monitor is explodey. Observe:

Image

I'm hoping someone can tell me what's wrong.

Posted: Fri Oct 20, 2006 5:09 am
by Aus-RED-5
Maybe something to do with the d2x.ini file?
What d2x.ini switches are you using?

Oh and what version of DLE-XP are you using?

Posted: Fri Oct 20, 2006 5:38 am
by Diedel
Is \"my camera monitor is constantly displaying some explosion of unknown origin\" the proper translation of your post, CDS?

Posted: Fri Oct 20, 2006 6:18 am
by Aus-RED-5
I think I know part of what his problem is now.

I've tested this by changing the switch -render2texture 1 to 0 in the d2x.ini file.

The 0 will make the monitor display as seen in the pic above.

All he need to do is change it to a 1 and it should fix it. ;)

EDIT:
-render2texture 1
Image


-render2texture 0
Image

Posted: Fri Oct 20, 2006 5:08 pm
by Chaos Death Saurer
render2texture was set to 1 when I went into d2x.ini. I changed it to 0, and the monitor was worse. And d2x.ini I never usually touch, all the values are default.

DLE is 1.5.51, D2X is 1.8.32.

Only special eefect I'm using is the smoke.

Posted: Mon Oct 23, 2006 2:33 pm
by Chaos Death Saurer
Another problem: If I set one light of a certain type to be, say, purple, all lights of that type in that level will be purple.

Posted: Mon Oct 23, 2006 4:28 pm
by Aus-RED-5
Chaos Death Saurer wrote:Another problem: If I set one light of a certain type to be, say, purple, all lights of that type in that level will be purple.
X2 :)

Posted: Tue Oct 24, 2006 4:17 pm
by reetus
How do I convert an rdl to a hog?

Use yahoma and build a new hog from the rdl?

They are rdl's exported from a mission I made.

Posted: Tue Oct 24, 2006 8:29 pm
by Garak
Quick question: is the source for the editor going to be released like the source for d2x-xl? Or is it already and I can't read well enough to find a link? :)

Posted: Wed Oct 25, 2006 5:28 am
by Diedel
DLE-XP is closed source by verdict of Bryan Aamot, the author of DMB2, on which DLE-XP is based.

Posted: Wed Oct 25, 2006 6:36 am
by Garak
ok, thanks for the info :)

Posted: Thu Oct 26, 2006 9:09 am
by Diedel
reetus wrote:How do I convert an rdl to a hog?

Use yahoma and build a new hog from the rdl?

They are rdl's exported from a mission I made.
Create a new level with DLE-XP. Save and reload that level. When reloading it, DLE-XP's hog manager is opened. Use it to delete the rdl file from the hogfile and to import your rdl file into the hog file.

Use DLE-XP's mission editor to correct mission and rdl file names that are stored in the hog file.

Posted: Tue Oct 31, 2006 12:55 pm
by Bagheera
Is there anywhere I can get a manual or readme about the features of dle xp. I really like some or the stuff you guys do with your levels, but have no clue how to do certain things like import d3 textures, glass walls, cameras(custom robots,weapons...the list is long) and stuff like that.


and on another note...
THANK YOU WHOEVER MADE THE LIGHTING FEATURE IN DLE XP!!! You have no idea how hard it was for me to light my levels with the original d2 level editor.

Posted: Thu Nov 02, 2006 4:27 am
by Diedel
Bryan Aamot made it, and I fixed and enhanced it. ;)

You can find some DLE-XP specific stuff in my Descent 2 site's DLE-XP area, and some level editing basics here.

You can also ask questions about how to do something particular in the DLE-XP Q&A thread.

Posted: Wed Nov 08, 2006 11:25 am
by DCrazy
Crystal Space sucks, man. It relies on too many of its own conventions.

Posted: Wed Jan 24, 2007 6:09 pm
by Tim
What do the \"strength\" and \"time\" settings in the trigger tab do?

Posted: Thu Jan 25, 2007 7:28 am
by Diedel
Afaik nothing.

Posted: Sat Jan 27, 2007 4:48 am
by Sirius
Probably unimplemented settings from D1.

Posted: Wed Jun 17, 2009 5:52 pm
by Lobber
Can you explain the Advanced Object Data editor?
----------------------------------------------------
Warning: For expert users only - use at your own risk!

mass: 262144
drag: 2162
brakes: 0
turn roll: 0
flags: 75
size: 310325
shield: 6553600

XYZ

velocity:
thrust:
rotation velocity:
rotation thrust:
model/clip: 43
frame: --
frame no.: --
----------------------------------------------------

These items were for the player ship.

How does 6553600 translate into 100 shields?

Posted: Wed Jun 17, 2009 7:03 pm
by Sirius
It's because there is some funny conversion (or more accurately lack thereof in this case) going on. Descent supports fractional shield values, but it internally stores them as whole numbers; to make this work, the number you generally see in the editor or in game simply takes that internal value and divides it by 65536. (This of course means that shields are counted in graduations of 1/65536.)

What you're seeing there is the raw, unconverted, number. 100 * 65536 = 6553600. I think the other numbers there - mass, drag, size etc - follow the same principle.

(In case you're interested, the reason it's 65536 is because that gives 16 bits for the \"whole\" part and 16 bits for the \"decimal\" part.)

Posted: Thu Nov 12, 2009 7:49 pm
by Shadow27
Okay, so I'm currently making a level... And I would want a detailed explanation for each behavior in the \"Robot AI\" field, so there won't be any mistakes in robot placement and the mine itself, please.

Posted: Thu Nov 12, 2009 9:13 pm
by Sirius
The DMB2 manual explained what each behaviour setting did, but I don't have it on hand unfortunately, and I didn't have much like tracking down a scan/copy/etc on Google.

Posted: Fri Nov 13, 2009 1:05 pm
by Duper
Here it IS

site is hard to read, some really funk fonts they used.

Posted: Fri Nov 13, 2009 5:50 pm
by Shadow27
Thank you very much, Duper.

EDIT: It doesn't say anything about Robot AI...

Posted: Fri Nov 13, 2009 8:24 pm
by Duper
What Exactly are you looking for? Alertations to bot AI via a map builder (be it DMB2 or DLE-XP) is rudimentary at best. You can alter bot AI, but it requires a bit of work using 3rd party programs. Check the D2 section on http://www.planetdescent.com for tools.

Within the mission builders, you are given a list of basic commands iirc.

Posted: Fri Nov 13, 2009 10:14 pm
by Shadow27
Oh no, I wasn't meaning to alter the AI, I was just asking what are the differences between Still, Normal, Get Behind, etcetera. I couldn't find the info anywhere, so I just posted here.

Posted: Sat Nov 14, 2009 1:39 am
by Duper
if you list them, I'll try to give you a rundown as best as my old memeory can do.

Each bot has it's own AI behavior. These commands override that (of course).

Normal, is of course, the bot's regular AI.

Still, makes the bot stay in one spot. If you shoot at it, it will do its best to stay in that one spot while returning fire.

Get behind, I THINK causes the bot to take a defensive posture before returning aggressions if at all. They will actively dodge to the side or behind a wall if available. .. Like I said, I think.

The best way to get a feel for what each AI does, is to make a quick and dirty test level (couple of big rooms and obstacles) and throw bots with various AI in. .. make not of each bot, where they are and what AI is assigned to each of them.

It's not quick like getting an answer here, but it WILL give you a clear idea of how the bots will react and if that's what you really want or not. ;)

Posted: Sat Nov 14, 2009 2:18 pm
by Shadow27
Okay, then, thanks.

Posted: Sun Jul 25, 2010 1:04 pm
by Xfing
A question from me. How do I make monitor textures shatter when I shoot or flare them? Is there some prerequisite in the settings? I have two monitors on two oposite sides of a cube, and one will always shatter when I shoot it, the other never will. What's the big deal?