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

    • 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...