Jump to content
The Dark Mod Forums

Wishlist For Darkradiant


Recommended Posts

The XY window layout is saved into the user.xml file in C:\Documents and bla... when you close DarkRadiant. If it's still there after restarting DarkRadiant, this could be a bug (although a strange one only affecting your system?). If it's reproducible, you could send me the file so that I can have a look at it.

Link to comment
Share on other sites

  • 2 weeks later...

If I could have my greatest wish for the editor, it'd be this:

 

To have an option within the camera, to toggle on, so I could see how an entity performed. By that I don't mean lights etc though that'd be nice. Mostly I mean for machines I build. I'd be great to have that so you could tune it so it all works properly. In the editor, you could quickly see if it worked, n change it within a few seconds, rather than having to do it the way we do it now. Probably not possible, but thats my wish. lol

By having it as a toggle rather than on all he time, removes load on the cpu. Another way would be the only entity that was turned on, would be those selected in the editor, so you'd get a quick idea of speeds etc.

 

Venus

I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:

https://www.youtube.com/c/NeonsStyleHD

 

Dark Mod Missions: Briarwood Manor - available here or in game

http://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/

 

 

Link to comment
Share on other sites

That would be complex; it would basically require a complete Doom 3 script interpreter to run within the editor, to simulate all of the operations the machine was running. I guess basic animations might be possible (such as with a func_rotating or something) but full-scale machine simulation would be a bit unlikely IMO.

Link to comment
Share on other sites

If I could have my greatest wish for the editor, it'd be this:

 

To have an option within the camera, to toggle on, so I could see how an entity performed. By that I don't mean lights etc though that'd be nice. Mostly I mean for machines I build. I'd be great to have that so you could tune it so it all works properly. In the editor, you could quickly see if it worked, n change it within a few seconds, rather than having to do it the way we do it now. Probably not possible, but thats my wish. lol

By having it as a toggle rather than on all he time, removes load on the cpu. Another way would be the only entity that was turned on, would be those selected in the editor, so you'd get a quick idea of speeds etc.

 

Venus

 

Hmmm, that gets into the world of animation I'm guessing. Not likely possible for this little old editor until Doom 3 goes open source.

Link to comment
Share on other sites

Not likely possible for this little old editor until Doom 3 goes open source.

And even then it would be a significant amount of work to integrate it into the existing codebase.

My games | Public Service Announcement: TDM is not set in the Thief universe. The city in which it takes place is not the City from Thief. The player character is not called Garrett. Any person who contradicts these facts will be subjected to disapproving stares.
Link to comment
Share on other sites

  • 2 weeks later...

Yeh I didn't mean to show the whole machine. I meant to see how two parts of it interacted. For instance, if you were doing a piston/crankshaft of an engine. It would mean u could quickly make the two parts sync together. An animation would be fine... even if it was stick figures, just so u see they are correctly syncing.

 

If I could have another wish... then on patch verts, I'd like to be able to hit shift vert, and select all verts in that row or column. At the moment, I have to hold shift in cam and select each one individually. Not a problem for simple ones, but tedious on complex ones.

I have an eclectic YouTube channel making videos on a variety of games. Come and have look here:

https://www.youtube.com/c/NeonsStyleHD

 

Dark Mod Missions: Briarwood Manor - available here or in game

http://forums.thedarkmod.com/topic/18980-fan-mission-briarwood-manor-by-neonsstyle-first-mission-6082017-update-16/

 

 

Link to comment
Share on other sites

Would love a clone ranger test tool that one could run now and again to check for clones at the exact same coordinates. I posted once before about finding I think it was 117 clones of a table. No way I did that by keypresses! Now the last day or so I've had dreadful frame lag in a small inner room but I've been busy testing other stuff. Some times it ground to a halt. I did notice the candle was much brighter than I recall but thought it was because I had reduced the ambient in a test! When I came to check the candle it had about four clones! I have not touched that candle since I don't know when so how did it get clones? Maybe I sleep walk but I can't help wondering how many maps have clones that nobody knows about?

Link to comment
Share on other sites

Would love a clone ranger test tool that one could run now and again to check for clones at the exact same coordinates. I posted once before about finding I think it was 117 clones of a table. No way I did that by keypresses! Now the last day or so I've had dreadful frame lag in a small inner room but I've been busy testing other stuff. Some times it ground to a halt. I did notice the candle was much brighter than I recall but thought it was because I had reduced the ambient in a test! When I came to check the candle it had about four clones! I have not touched that candle since I don't know when so how did it get clones? Maybe I sleep walk but I can't help wondering how many maps have clones that nobody knows about?

 

Yes it is way to easy to get clones, you just need to forgot to hit ESC (deselect).

 

I had like 3 clones of a simple room when I made my light test map...

 

Having a check that two things are at exactly the same coordinates would be worth gold.

"The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man." -- George Bernard Shaw (1856 - 1950)

 

"Remember: If the game lets you do it, it's not cheating." -- Xarax

Link to comment
Share on other sites

It's pretty trivial to drag the brush back so long as the grid is active, though.

 

Making it optional is fine (I'm all for configuration) but I think it should be (1) enabled by default and (2) configured through an XML file only -- there is a usability issue with adding every little tweak to the preferences dialog.

Link to comment
Share on other sites

I thought there already was an offset setting for duplicating, but maybe that's DoomEd or Blender. :huh:

 

Anyway, I'm not sure that would help me as a user. I'd have it off, not wanting my duplicates moved like greebo mentioned, so I'd get no protection from adding this feature. That origin and entity checker thingy sounded like a good idea (if it's not super complicated to do).

Link to comment
Share on other sites

In Blender if you copy an object it is also at the exact same position as the original object. Only thing is that it's instantly selected and the source is deselected, so you can move it. If you forget to do this, though, you also have two objects in the same spot.

Gerhard

Link to comment
Share on other sites

Only thing is that it's instantly selected and the source is deselected, so you can move it. If you forget to do this, though, you also have two objects in the same spot.

 

The important difference is that in Blender the move operation happens as soon as you move the mouse -- you have to explicitly hit ESC to cancel the move. In DarkRadiant you would have to click and drag to move the duplicate, even though it is already selected.

Link to comment
Share on other sites

  • 4 weeks later...

I would like "Save As..." to pre-populate the save name as the current name, instead of "unnamed", so that I can simply change the number instead of having to type the whole new name (such as I'm working on "komag_city25" and I want to save it now as "komag_city26", much easier to type "6" than type the whole thing)

shadowdark50.gif keep50.gif
Link to comment
Share on other sites

I would like "Save As..." to pre-populate the save name as the current name, instead of "unnamed"
@OrbWeaver: I could fix this... The relevant code is in "libs\gtkutil\filechooser.cpp", line 67. The file dialog doesn't come with an optional parameter to set the default file. Do we have any preference for/against editing libraries? (Do we want to be able to swap them out with newer versions without losing our changes? Or would patches handle that?)
Link to comment
Share on other sites

I would like "Save As..." to pre-populate the save name as the current name, instead of "unnamed", so that I can simply change the number instead of having to type the whole new name (such as I'm working on "komag_city25" and I want to save it now as "komag_city26", much easier to type "6" than type the whole thing)
Yes, me too. It can be deleted just easily as 'unnamed' if not needed.

 

I'd also like save-prevention prevented! I mean sometimes you try to save and it doesn't save at all because it thinks there has been no change so it does nothing - secretly. So you don't even know it hasn't saved. I find myself dragging out a brush and deleting it to force it to save. If I say, save, I want it to save. I see no reason for it to refuse. If I want to save the same thing ten times in a row that's my problem. :)

Link to comment
Share on other sites

@OrbWeaver: I could fix this... The relevant code is in "libs\gtkutil\filechooser.cpp", line 67. The file dialog doesn't come with an optional parameter to set the default file. Do we have any preference for/against editing libraries? (Do we want to be able to swap them out with newer versions without losing our changes? Or would patches handle that?)

Whoah, Gildoran getting into DarkRadiant coding? Cool, I'd say. :)

 

The stuff in libs/ is all from GtkRadiant/DarkRadiant itself, so it's safe to change. The filechooser.cpp is mostly from GtkRadiant's times though. :)

Link to comment
Share on other sites

Having an asterisk to tell you whether you've saved is nice, but sometimes one wants to save anyway. On rare occasions, I've been editing a text document, renamed the underlying file (it's faster than copying the file on Windows, since you don't need to delete that stupid "Copy of" prefix), and then wanted to save the text file under the old name to keep it around.

My games | Public Service Announcement: TDM is not set in the Thief universe. The city in which it takes place is not the City from Thief. The player character is not called Garrett. Any person who contradicts these facts will be subjected to disapproving stares.
Link to comment
Share on other sites

The asterisk can remain. That has no connection with stopping a user from saving. Indeed, when that is there then you can save.

 

But DR does occasionally fail to recognize a change. I had this the other day and could make no sense of the results in-game. Yes I should have reported it but I was busy and forgot. :blush: I want to be absolutely confident that when I hit Ctrl+S then it will save. That's a command, not a request if it pleases you your majesty. I don't want smart software telling me 'No, I'm not going to let you save because I know better than you." And what purpose does it serve? Save a second or two? [end of rant]

 

Now, reminding me that I haven't saved when exiting the program is quite a different matter. :)

Link to comment
Share on other sites

I tend to agree with Fidcal, hitting Save should just do its job if the user wishes to do so. There also might be some changes made to the map by an external program (D3, text editor) which the user wants to overwrite with the map in DarkRadiant's memory.

 

==> Bugtracker please. :)

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

    • 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
    • The Black Arrow

      Hope everyone has the blessing of undying motivation for "The Dark Mod 15th Anniversary Contest". Can't wait to see the many magnificent missions you all may have planned. Good luck, with an Ace!
      · 0 replies
×
×
  • Create New...