Jump to content
The Dark Mod Forums

Wishlist For Darkradiant


Recommended Posts

I think we should create a thread where you can put requests and suggestions for Orbweaver. This thread should be NOT a discussion thread. If you want to discuss a proposal, create a specific thread for it. I want it to be only for collecting proposals, so we have an overview of what people might want to have. I guess this might also help Orb to decide what he should focus on once he gets productive.

 

BTW: I really appreciate your effort, because we can really use this. :)

 

So my personal wishlist proposal is that I would like to see a group handler. Similar like in Blender, where you can select several objects and put it in a group. When you select one or more of these groups, the objects are visible. If the group is not selected, it's invisible.

 

In Blender and other 3D apps this is called layers (forgot the name before so I had to look it up).

Gerhard

Link to comment
Share on other sites

My personal wishlist proposal is to be able to have vertex coloring on the control points of patch meshes, so I don't need to use external modelers to use vertex coloring. I'm not expecting this to happen, but as long as we're placing all of our wishes on this thread...

Link to comment
Share on other sites

Proper grouping behaviour - accepted, although this raises an issue that I will discuss in another thread.

 

Vertex cols on map geometry - on the back burner unless I can think of a simpler way to implement this. There may be alternatives, such as limited in-editor texture modification.

 

Light inspector - accepted. We want as much functionality in here as possible.

 

Model viewer - accepted, although I will need more details on what is required here.

 

Entity browser - already a top priority, the flat menu sucks.

Link to comment
Share on other sites

Not to froget: A good objective editor (has to be designed first anyway) and dialogs to easily setup stim/responses.

 

Aye, indeed. :) Is it possible for us to separate Stim/ Response from the entity inspector? I'm not sure if that would be the best way to do it...just a suggestion though. I'll really have to dig into Dromed and T3Ed this week to see what we can do to make this familiar to the Thief community, yet more intuitive.

Link to comment
Share on other sites

Objective editor - accepted.

 

Stim/response - already on the list.

 

Skin picker - @SneaksieDave, what exactly do you mean here? There is already a skin browser, are you talking about improvements to this?

 

Model scaling - should be possible to implement, however I am slightly uneasy about adding this functionality because models are not "meant" to be scaled. If we can be sure that there are no ill-effects caused by scaling models then I don't have a problem.

Link to comment
Share on other sites

Honestly didn't even know there was a skin browser. :blush: I thought people were manipulating skins manually to change them.

 

I figure the scaling, while limited, (the bounding boxes don't scale too, right?) still has some valuable use. In T3Ed, I made a whole unfinished level with scaled up stuff, and used invisible clip models to make simple collision boxes and it worked great (lots of collapsed corridors, oversized columns, etc).

Link to comment
Share on other sites

When things are scaled up, does the renderer properly take that into account when culling them? (e.g. does it cull them according to the bounding box of their original size, or their scaled size?)

 

(the renderer doesn't render objects in PVS if their bounding box don't intersect the neccessary portals in screenspace)

Link to comment
Share on other sites

I would quite like to "Blender-ise" the rotation mechanism, so that rotation could be performed around an object's centre, the centre of a group of objects or an arbitrary point specified by the user.

 

Imagine being able to arrange pillars in a circle by duplicating one and rotating around the centre of the room.

Link to comment
Share on other sites

I don't know if this is in GTK already, but it would be nice to have a "reverb editor" or sound environment editor that could generate the text entries to the sound information file (I think it's called ASX but not sure) based on where the cursor is in the map, either the location it's in or the area number. I'm told the Quake4 editor has a feature like this. We talked about this before, and are not sure it's possible to predict what portal area number a given area will have since those seem to be assigned during the D3 map compile.

 

Also, it would be nice to be able to choose from some reverb presets like "stone hall", etc.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

Currently there is a problem with implementing items like torches as prefabs because names are preserved, thus messing up triggering.

 

See: http://forums.thedarkmod.com/index.php?s=&sh...indpost&p=70114

 

Even if the torch problem is fixed in a programmatic way (*crosses fingers*), it would still be useful for other, non standard items, if DarkRadiant had logic built in to preserve assocations/relations, instead of names.

 

E.g., a prefab made up of:

 

torch_trigger_1

torch_light_1

 

would be "intelligently" duplicated as:

 

torch_trigger_n

torch_light_n

 

Where I suppose n could be consecutive numbers within the map (perhaps the first lowest instance among all items within the prefab could be determined), or failing that, perhaps just a random number or string.

 

For instance, "torch_trigger_356a" would rarely collide with another entity of the same name. If it did, the user would only need to generate another.

 

Disclaimer: I don't know for sure this isn't already in GTKRadiant, as I don't currently have it installed.

Link to comment
Share on other sites

If you import a prefab with name "object_1" and you already have an "object_1" in your map, then the imported object becomes "object_2". I tested this by importing a prefab with a single model several times, and each time the number was incremented.

 

I don't think any target translation happens, as this is just a key/val on the entity which will be imported as-is (just like color or classname).

Link to comment
Share on other sites

  • 3 weeks later...

Btw, I'm pretty sure this has been suggested already, but some kind of GUI plugin to set stim/response stuff up would be nice. It's basically setting spawnArgs on the entity, but it's a bit of a pain to do by hand and remember which integers are which for different stim types. Some stim/response vars will probably be added, but the ones we have now will probably stay the way they are.

 

Something like a toggle between stim or response, then a pulldown menu for response type (that automatically converts to the corresponding int so we don't have to manually check that table), then a menu for state (active/inactive/etc), then a box for the name of the script to call (and the code would automatically put all this stuff in correctly named spawnArgs).

 

Ents can have multiple stims and responses on them, so maybe something to display them and address each one as well. (In the spawnArgs they're indexed numerically, "sr_class_1" sr_class_2" etc.)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recent Status Updates

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 1 reply
    • Ansome

      Turns out my 15th anniversary mission idea has already been done once or twice before! I've been beaten to the punch once again, but I suppose that's to be expected when there's over 170 FMs out there, eh? I'm not complaining though, I love learning new tricks and taking inspiration from past FMs. Best of luck on your own fan missions!
      · 4 replies
    • The Black Arrow

      I wanna play Doom 3, but fhDoom has much better features than dhewm3, yet fhDoom is old, outdated and probably not supported. Damn!
      Makes me think that TDM engine for Doom 3 itself would actually be perfect.
      · 6 replies
    • Petike the Taffer

      Maybe a bit of advice ? In the FM series I'm preparing, the two main characters have the given names Toby and Agnes (it's the protagonist and deuteragonist, respectively), I've been toying with the idea of giving them family names as well, since many of the FM series have named protagonists who have surnames. Toby's from a family who were usually farriers, though he eventually wound up working as a cobbler (this serves as a daylight "front" for his night time thieving). Would it make sense if the man's popularly accepted family name was Farrier ? It's an existing, though less common English surname, and it directly refers to the profession practiced by his relatives. Your suggestions ?
      · 9 replies
    • nbohr1more

      Looks like the "Reverse April Fools" releases were too well hidden. Darkfate still hasn't acknowledge all the new releases. Did you play any of the new April Fools missions?
      · 5 replies
×
×
  • Create New...