Jump to content
The Dark Mod Forums

DarkRadiant 1.8.0 released


Recommended Posts

DarkRadiant 1.8.0 is ready for download. This release contains numerous bug and stability fixes as well as one new feature for flooring objects. Some improvements have also been made to better support different game types.

 

Download DarkRadiant from our website: http://darkradiant.sourceforge.net/. Thanks go out to the brave pre-release testers!

 

Note: if you are a first time DarkRadiant user, you might need to install this redistributable package in order to run this release:

The list of changes can be found on the our bugtracker changelog.

 

As usual, please report any bugs or feature requests here in these forums, following these guidelines:

  • Bugs (including steps for reproduction) can go directly on the tracker. When unsure about a bug/issue, feel free to ask.
  • Feature requests should be suggested (and possibly discussed) here in these forums before they may be added to the tracker.

As probably not everybody is reading the changelogs, here is the summary of changes:

 

 

New Features / Changes

  • Add Floor command to move objects downward until they touch the ground.
  • Absolute paths should be supported for game-, mod-path etc. (#3480)
  • Renamed Reload Shaders in File menu as it didn't reflect actual functionality.
  • Support for pk3dir/pk4dir (#2971)
  • Select All of Type (Shift-A) improvements (#3246)
  • Remove restriction of having exactly one brush selected when constructing a brush prefab (#3247)

Bugfixes

 

  • Fixed animation preview (#3305).
  • Fixed crash when previewing corrupt model (#3273).
  • GameManager adds duplicates VFS search dirs (#2996).
  • Cancel-Button in the Preferences-dialog does not work. (#3245)
  • TDM Editing: Objective States INVALID and FAILED are reversed. (#3253)
  • TDM Editing: Stim/Response Menu. The "Remove" button is acting like an "Add" button (#3237)
  • Two textfields in the DR-preferences don't show text upon start (#3242)
  • TDM Editing: Readable Editor creates XData file duplicates in certain cases (#3243)
  • Fixed: Minimizing Console window minimizes Dark Radiant (#2942)
  • TDM Editing: Stim/Response menu. "Type" List repeats 3 times (#3236)
  • Particle preview does not render textures (#3061)
  • XreaL Editing: Entity > Classname > Choose entity class *Segmentation Fault*
  • Surface Inspector: Vertical Scale has wrong German translation (#3030)
  • Strange render artefacts in model viewer (#2939)
  • Grid text is not rendered (#2951)
  • Arrows for manipulating objects not working in Camview (#2938)

Tweaks

  • Perform MediaBrowser population code in separate thread (#2987)

Edited by greebo
clarification
Link to comment
Share on other sites

Released exactly when I was planning to launch a new editing session! Now that's what I call support! :laugh:

  • Like 1

Come the time of peril, did the ground gape, and did the dead rest unquiet 'gainst us. Our bands of iron and hammers of stone prevailed not, and some did doubt the Builder's plan. But the seals held strong, and the few did triumph, and the doubters were lain into the foundations of the new sanctum. -- Collected letters of the Smith-in-Exile, Civitas Approved

Link to comment
Share on other sites

Awesome work. Some of the bugs fixed were really annoying, and I can't wait to try out the new floor feature.

 

I'm in a very happy mood :)

FM's: Builder Roads, Old Habits, Old Habits Rebuild

Mapping and Scripting: Apples and Peaches

Sculptris Models and Tutorials: Obsttortes Models

My wiki articles: Obstipedia

Texture Blending in DR: DR ASE Blend Exporter

Link to comment
Share on other sites

Thank you very much Greebo!

 

Can someone please tell me how am I supposed to set up my DR Preference Game settings now that we are no longer using Doom 3? Thank you.

 

EDIT: Don't worry. I got DR working now.

Edited by Sir Taffsalot

"I believe that what doesn't kill you simply makes you... stranger"

 

The Joker

Link to comment
Share on other sites

Thanks, greebo.

 

When I went to install the new 2010 64bit redistributable on Windows, the installer told me the version I already have is newer than the one I was trying to install.

 

I'm hoping what it meant was that what I have is the latest and what I was trying to install is the latest; it's just the error message that's badly worded.

 

The new floor feature is terrific, especially for path_corners.

Link to comment
Share on other sites

When I went to install the new 2010 64bit redistributable on Windows, the installer told me the version I already have is newer than the one I was trying to install.

 

Same here! I think it's okay since DR 1.8 works.

 

EDIT: got ninjaed :ph34r:

Edited by SeriousToni

"Einen giftigen Trank aus Kräutern und Wurzeln für die närrischen Städter wollen wir brauen." - Text aus einem verlassenen Heidenlager

Link to comment
Share on other sites

Wouldn't it cause any .99999 error, where collision box for chair legs will sink down, so chair eventually "stand" on seat box? I hope not.

 

I think nearly all the instances of objects falling through the floor are because the mapper tried to place the object directly on the floor, but the object ended up being slightly embedded in the floor. One touch to make physics kick in, and down it went.

 

With the 'floor' feature of 1.8, DR puts the object smack on the floor (or tdm_nodraw solid brush covering the floor, or onto the func_static desktop or shelf or whatever's beneath it), so when physics wakes the object up, it won't fall through.

 

My way of working is to hover moveables 1 unit over the floor, rather than on the floor, letting TDM settle the object properly at spawn time. I will continue with that because I'm comfortable with it. But being able to drop something to the floor using the 'floor' button, then bringing it up +1 is a whole lot easier than having to do everything manually.

Link to comment
Share on other sites

"ko_script" spawnarg on AI. Or was it script_ko? Something like that.

http://bugs.thedarkm...iew.php?id=3297

 

Yep, resolved, it is ko_script. You need to fire a script command that sys.target($entity);

 

Alternatively, this can be done with the objective "AI is KO'd" and completion target.

Clipper

-The mapper's best friend.

Link to comment
Share on other sites

Yep, resolved, it is ko_script. You need to fire a script command that sys.target($entity);

 

So I can't let's say "ko_script light_1" to make the light go out, but I must create a script file which name I write into the ko_script entry?

"Einen giftigen Trank aus Kräutern und Wurzeln für die närrischen Städter wollen wir brauen." - Text aus einem verlassenen Heidenlager

Link to comment
Share on other sites

ko_script starts a script command, so you need to have mapname.script that targets stuff with the script command sys.trigger.

 

The objective method allows the targetting simply via completion target. "KO AI with entityname bob" -> completion target -> any targettable entity.

Clipper

-The mapper's best friend.

Link to comment
Share on other sites

Wow in all the excitement these last few days, I didn't even notice the new DR release.

Thanks for this greebo!

  • Like 1

What do you see when you turn out the light? I can't tell you but I know that it's mine.

Link to comment
Share on other sites

  • 1 month later...

When comes the group objects feature?? :D

We had actually been discussing that way back, because I always loved that feature in GTK Radiant. However, it was decided against incorporating it. I think it was because we had the layers feature.

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

    • Petike the Taffer

      I've finally managed to log in to The Dark Mod Wiki. I'm back in the saddle and before the holidays start in full, I'll be adding a few new FM articles and doing other updates. Written in Stone is already done.
      · 4 replies
    • nbohr1more

      TDM 15th Anniversary Contest is now active! Please declare your participation: https://forums.thedarkmod.com/index.php?/topic/22413-the-dark-mod-15th-anniversary-contest-entry-thread/
       
      · 0 replies
    • JackFarmer

      @TheUnbeholden
      You cannot receive PMs. Could you please be so kind and check your mailbox if it is full (or maybe you switched off the function)?
      · 1 reply
    • OrbWeaver

      I like the new frob highlight but it would nice if it was less "flickery" while moving over objects (especially barred metal doors).
      · 4 replies
    • nbohr1more

      Please vote in the 15th Anniversary Contest Theme Poll
       
      · 0 replies
×
×
  • Create New...