Jump to content
The Dark Mod Forums

Recommended Posts

Posted

Looks like we need one of these. Use this to post images or teasers of whatever you happen to be working on at the moment. Sharing feels good, and can inspire other people to keep working on their own maps. :)

 

Use spoilers if appropriate!

Posted

Now that's going some places. Are you saying this is the mission that took "2 months of on and off work"?

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

Posted

Now that's going some places. Are you saying this is the mission that took "2 months of on and off work"?

 

What you saw was maybe 15% of the level. Currently its a about 50-70% larger then a T2 mission, i think anyway.

Posted

Sweet Footage!! How long did you say it would take you 'till completion? =)

 

It's a shame though that you spoilered the nice way to that purse. Maybe you should think about re-editing that video.

Posted

I'm working on a classic Thief-mansion-heist type of mission. I picked up DarkRadiant about a week ago, so I'm still not sure why the game crashes when I add more than 1 light. Any ideas? I've func_static-ed most of the decorative brushwork already. Or does Doom 3 simply hate big tall environments? Or am I not doing something right?

post-130-125611801677_thumb.jpg

Posted

Just wanted to point out that this thread isn't limited to FMs of course (currently stated in the subtitle). Go ahead and post WIP models, textures, sounds, characters, anything!

 

@Campaignjunkie: should probably take that up in an editing problems thread so as not to derail this topic.

Posted

so I'm still not sure why the game crashes when I add more than 1 light. Any ideas?

Feel free to PM me with a link to the map and I'll take a look.

yay seuss crease touss dome in ouss nose tair

Posted

Something everyone should be mindful of: When you post screen shots, if its really dark, try touching up the brightness in gimp or photoshop, so we can actually see :)

|=-=------=-=|

happycheeze.deviantart.com

 

Moddb

 

Gamers Outreach, a nonprofit that uses videogames to raise money for chairty.

|=-=------=-=|

Posted

I agree; the outdoor shots are quite nice. The indoor ones are pretty rough by comparison, but considering you've just started playing around, it's an impressive start.

Posted

funny, I had the opposite impression, I preferred the indoor shots! Very clever loose floor tile there :) I like the water basin in the storage/warehouse room.

shadowdark50.gif keep50.gif
Posted

In case you're abandoning your mission, please upload it somewhere. We can store it for you in our internal repositories for others to learn and take stuff from (we call that the "scrapyard").

Posted

The snow in the first screens is very clever. How did you do those bumps?

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

Posted

Actually, these are quite rough screens. The floor tiling looks unrealistic atop of the stone surface, the corner there is just a 90 degree connection, the edges of the fog volumes are easily noticeable, and some windows shine through the fog (I couldn't find the way to fix the latter two issues yet).

 

I like the water basin in the storage/warehouse room.

 

It cannot be seen on the shot, by I've rounded its upper edges, which was the main goal for me with this basin. And there is also a water leak and a pool around the basin, it can be hardly seen on the image.

 

In case you're abandoning your mission, please upload it somewhere. We can store it for you in our internal repositories for others to learn and take stuff from (we call that the "scrapyard").

 

I intend to finish this mission as I go through the basic tutorial, but it is really going to be very very small. I think it will hardly be interesting to anybody. Speaking of the actual, "real" big mission, I have no idea when I might start making one.

 

The snow in the first screens is very clever. How did you do those bumps?

 

What do you mean? This is a basic snow texture that comes with TDM. The trickiest part was to place a curved patch on the floor to make it look more or less realistic.

Posted

I did in fact notice the rounded basin and the water leaking, parts of why I liked that shot :)

shadowdark50.gif keep50.gif
Posted

dSpair: Fog light volume edges has always been a pain. Not found any decent solution. The best tips I can give is to design the FM so the fog edges mostly fall within walls and where there are doorways make them as few as possible, as small as possible and position a strong light in the doorway. This helps to obscure the fog edge somewhat. Perhaps one day someone will produce a different method like a giant particle effect or something.

 

The windows shining through fog is fixable. It needs a change to the material shader of the window texture. In the def you need to change the section eg:

 

{

map <path\name>

}

 

to become:

 

diffusemap <path\name>

{

blend add

map <path\name>

}

 

You'd have to copy the whole def into a new .mtr file, rename the def (and in your map) and include the .mtr file in a materials folder with your FM if distributing it.

 

Hope you finish this FM, tiny or not, looks good - hey! make a nice Christmassy FM coming down the chimney to do a bit of thievin'. :)

Posted

The Fog is also somewhat a material, right? Couldn't you then just blend it out at the borders utilizing an alphamap? Maybe add some noise to the alphamap as well...

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

      While updating my first FM, I noticed a lot of silly things I did because I was still new to DR. For example, there was a model for a wheel that I wanted the player to be able to turn that had its origin off-center. I didn't know I could just re-export the model inside DR to fix its origin, so instead that wheel triggers a func_mover it's bound to. A silly solution in retrospect, has anyone else made somewhat janky or roundabout solutions to technical challenges in their maps? I'd love to hear about 'em!
      · 5 replies
    • datiswous

      If you use DarkRadiant in Linux while using a dark theme, a large amount of the icons are hard to see, because it's dark-color on dark background (wish DR darkmode was a little less dark). A workaround is switching to a light theme when using DR. I'm using XFCE as DE, so I made this script (mostly copied from this code), which works as a toggle. Then I set it to a keyboard shortcut. The switch works even when DR is already opened.
      current_theme=$(xfconf-query -c xfwm4 -p /general/theme) if [[ $current_theme == 'Adwaita-dark' ]]; then xfconf-query -c xsettings -p /Net/ThemeName -s 'Mint-X-Grey' xfconf-query -c xfwm4 -p /general/theme -s 'Mint-X-Grey' else xfconf-query -c xsettings -p /Net/ThemeName -s 'Adwaita-dark' xfconf-query -c xfwm4 -p /general/theme -s 'Adwaita-dark' fi This only works for the XFCE DE though.
      · 0 replies
    • datiswous

      I just bought/build a new pc, so probably less performance related whining from my part from now on..
      Sorry in advance!
      Here are the specs
      · 4 replies
    • jivo

      In case you missed it, I updated the Visible Player Hands mod to version 2.0. It now works while a weapon is selected and has a Linux version too.
      Check it out if you're interested: Visible Player Hands 2.0
      · 0 replies
    • thebigh

      Starting a playthrough of the whole Dark Mod, from oldest mission to newest. I've knocked over the first few already and about to start Living Expenses. Only ~170 missions to go!
      · 12 replies
×
×
  • Create New...