Jump to content
The Dark Mod Forums

Recommended Posts

Posted (edited)

Scribbled a bit with D3 gui-editor.

Something like this is what i had in mind.

Imagine some soft music, city ambiencesounds and a guard walking by,..

 

(but im not a artist)

 

Perhaps if someone was to reskin the game for cyberpunk or...

I'm working on it.

post-13309-0-91662700-1490113145_thumb.jpg

Edited by freyk
  • Like 4

Info: My portfolio and darkmod graphical installer
Amnesty for Bikerdude!

Posted (edited)

I couldnt not find the code to make the menubuttons a bit transparant.

(tried with "backcolor 0, 0, 0, 0.8", or do i have to use other command)

 

Would be nice if someone takes over.

So i can use my time for my cyberpunk fm.

Edited by freyk

Info: My portfolio and darkmod graphical installer
Amnesty for Bikerdude!

Posted

Thats awesome freyk!

 

3D backgrounds would be tough. This would require some support to get 3d renderDef windows working properly in the gui. I investigated this recently and it looks like 3D guis in doom don't fully support lights at the moment. Maybe a 2.06 ask?

 

Regardless, that's very cool.

Posted (edited)

No, a special renderdef is not needed, because its a menugui, overlaying something.

If someone would like to make a very small map and a scripter create a camera-script, we can comebine this in something nice.

 

It remembers me of the intro of thievery-ut. (and hl2, ofcourse)

Edited by freyk
  • Like 3

Info: My portfolio and darkmod graphical installer
Amnesty for Bikerdude!

Posted

That is cool, especially that it doesn't have to be anything big. You can use more abstract scenes, like complete darkness and some smoke particles, and the main object you're about to steal. Or the main antagonist's face, if you have a new character model. There are tons of cool tricks to use here, and it might need less MBs than a looping high-res video.

Posted

Whenever we get the 64-bit release out, there will be FFMPEG support for all sorts of video formats rather than being limited to ROQ.

 

Nice to ear that, :) btw will you be able to use other formats has surface textures as well?

Posted

I wonder which other image formats could be useful addition. For highest quality settings, uncompressed tga is more than fine, and dds is best format for controlling quality settings and mipmap generation. Jpegs as textures will always be out of question, and adding formats like bmp won't change much. Other game engines use packages and internal compression for the assets, but they also support tgas or bmps (maybe png as well, but I'm not sure).

Posted (edited)

Scribbled a bit with D3 gui-editor.

Something like this is what i had in mind.

Imagine some soft music, city ambiencesounds and a guard walking by,..

 

(but im not a artist)

 

I'm working on it.

 

Gotta say - that does look nice, mate - thought about a slideshow or some transition / moving objects in the image? eg, leaves, sign blowing in wind, lights flickering, etc.. - add a little life to the still life.

Edited by teh_saccade
Posted (edited)

Thats awesome freyk!

 

3D backgrounds would be tough. This would require some support to get 3d renderDef windows working properly in the gui. I investigated this recently and it looks like 3D guis in doom don't fully support lights at the moment. Maybe a 2.06 ask?

 

Regardless, that's very cool.

 

It might be possible to create bespoke "3d" backgrounds for mission screens to be displayed on the main menu, after loading, by using a combination of photoshop and maya - similar to the intial stages of lenticular 3d image creation.

 

// eh, it could be a few hours work though... esp. if the scene is complex. Perhaps a short clip of the level with some small motion of the "best 3" to cycle might be easier for anyone to provide.

Edited by teh_saccade
Posted (edited)

What about using a posed thief model has background of the menu like on the game Dark Messiah on source engine?





Looks cool and loads fast, a game menu imo should load fast and using a map with AI walking around could make it load slow. Edited by HMart
Posted (edited)

the objects you can see in that dark messiah, can be done using a render def.

 

I tried making that for my cyberpunk-fm.

But I'm stuck a bit.

(code in the spoiler)

 

 

 

windowDef Desktop
{
	rect	0, 0, 640, 480
	visible	1
	menugui	1

	renderDef mymodel {
		rect        0, 20, 640, 430
		visible     1
		backcolor   1, 1, 1, 1
		model 		"models/md5/chars/guards/elite_citywatch/tdm_ai_citywatch_elite.md5mesh"
		anim		"idle"
		animClass	"tdm_citywatch_elite"
		needsRender     1
		modelRotate     0, time * 0.001, 0, 0
		modelOrigin     -80, 0, -25, 0
		viewOffset  -300, -28, 0, 0
		lightOrigin     0, 0, 0, 0
		lightColor  1, 1, 1, 1
		notime      1
	}
}

 

Edited by freyk

Info: My portfolio and darkmod graphical installer
Amnesty for Bikerdude!

Posted

No, a special renderdef is not needed, because its a menugui, overlaying something.

If someone would like to make a very small map and a scripter create a camera-script, we can comebine this in something nice.

 

It remembers me of the intro of thievery-ut. (and hl2, ofcourse)

 

Now this is my kinda menu! ;)

 

A couple things I'm curious about is exactly how this is setup and how far it increased load times? Naturally you'd have a the core level it's taken from gutted and saved out as a menu map. Keeping only the components and key areas that are required to be visible. If you ever wanted to go a bit more in depth, you could have a camera path track like what Unreal Gold's menu used for a flying camera. Maybe a bit of nostalgic flare!

Modeler galore & co-authors literally everything

 

 

Posted

https://www.dropbox.com/s/2xdji3i7po6b3l8/volta_mm_screen.JPG?dl=0

 

I did some quick messing around with this in the TDM main menu GUI. Changing the font to white and adding a new title graphic is pretty easy, but does require some redesigning. I didn't go into moving everything to the left because that's a mountain of work.

 

The back ground image could be a DDS (which works best with doom) and a combination of floating 2d cards and / or small looping .roqs. For instance if you want some windows pulsing with candle light you would "cut-out" the building, animate the windows and position as a small .roq in the scene. Or you could simply have a glowing 2d card pulsing in front. The clouds could be animated scrolling textures..

 

Anyways, I'll test some of this stuff out. Lots of great tricks you can do with parallaxing images, animated textures, ect.. Once 64 bit comes online this could just be one giant looping video :)

  • Like 3
Posted (edited)

Epifire, I havent measure it, but in theory it will have a longer starttime, with a live background.

I think only using renderdefs it will have a shortime starttime.

 

To measure it, start tdm with the +map argument and compare it with a normal starttime.

 

 

Start tdm, Install a mission, quit tdm.

Start the commandprompt, navigate to the tdm folder and from there:

Thedarkmod.exe +map nameofmapofthemisssion.map

Edited by freyk

Info: My portfolio and darkmod graphical installer
Amnesty for Bikerdude!

Posted

 

Anyways, I'll test some of this stuff out. Lots of great tricks you can do with parallaxing images, animated textures, ect.. Once 64 bit comes online this could just be one giant looping video :)

The problem is when it comes to low end users. These things should be optional in any scenario so that there is choice for those who want to use more eye candy. No pressure.

Besides 64 bit will take ages.

"I really perceive that vanity about which most men merely prate — the vanity of the human or temporal life. I live continually in a reverie of the future. I have no faith in human perfectibility. I think that human exertion will have no appreciable effect upon humanity. Man is now only more active — not more happy — nor more wise, than he was 6000 years ago. The result will never vary — and to suppose that it will, is to suppose that the foregone man has lived in vain — that the foregone time is but the rudiment of the future — that the myriads who have perished have not been upon equal footing with ourselves — nor are we with our posterity. I cannot agree to lose sight of man the individual, in man the mass."

- 2 July 1844 letter to James Russell Lowell from Edgar Allan Poe.

Posted (edited)

A couple things I'm curious about is exactly how this is setup and how far it increased load times? Naturally you'd have a the core level it's taken from gutted and saved out as a menu map. Keeping only the components and key areas that are required to be visible. If you ever wanted to go a bit more in depth, you could have a camera path track like what Unreal Gold's menu used for a flying camera. Maybe a bit of nostalgic flare!

many years ago i opened this map in unrealed.

This is not based on a original map. Its a small map with several rooms with some camerapoints. The playerview follows a timescript and camera. And in every room there is a eventrigger.

Thievery ut is a mod for unreal tournament 1 and That game starts with a flyby. So they used that mechanism in their own map (and changed the value of "LocalMap=" in unrealtournament.ini)

The user doesnt feel the loadtime of the map, because the map is starts directly to load when the engine is loaded.

 

To create something like this in TDM and measure it, start tdm with de +map argument. (or add a line in autoexec.cfg, that opens a map using the map command)

It would be nice that someone find something to avoid the "press attack to start mission"-popup.

Edited by freyk

Info: My portfolio and darkmod graphical installer
Amnesty for Bikerdude!

Posted

I like the minimalism of our current style, but if some FMs, when installed, have their own custom backgrounds like this, showcasing some scene from their FM, I'd be interested to see that.

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

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

    • JackFarmer

      "Hidden Hands: Vitalic Fever" - new update available including subtitles & compressed briefing video (thanks to @datiswous) and several fixes.
      · 0 replies
    • Wolfmond

      🇬🇧

      2025-04-20
      I'd like to track my level design progress a bit more often now, so I'm using the feed in my profile here.
      I've been working intensively on Springheel's YouTube course over the past few days. I'm currently up to lesson 8. There is so much information that needs to be processed and practiced. 
      I have started to create my own house. As I don't have the imagination to create a good floor plan, I grabbed a floor plan generator from Watabou and experimented with it. I chose a floor plan that I will modify slightly, but at least I now have an initial idea. 
      I used two guards as a measuring tape: The rooms are two guards high. It turned out that I can simply double the number of boxes in DarkRadiant in grid size 8 that are drawn in the floor plan. 
      I practiced the simplest things on the floor plan first. Drawing walls, cutting walls, inserting doors, cutting out frames, creating VisPortals, furnishing rooms.
      I have had my first success in creating a book. Creating a book was easier than I thought. I have a few ideas with books. The level I'm creating will be more or less a chill level, just for me, where I'll try out a few things. I don't have an idea for my own mission yet. I want to start small first.
      For the cellar, I wanted to have a second entrance, which should be on the outside. I'm fascinated by these basement doors from the USA, I think they're called Bilco basement doors. They are very unusual in Germany, but this type of access is sometimes used for deliveries to restaurants etc., where barrels can be rolled or lifted into the cellar. 
      I used two Hatch Doors, but they got completely disoriented after turning. I have since got them reasonably tamed. It's not perfect, but it's acceptable. 
      In the cellar today I experimented with a trap door that leads to a shaft system. The rooms aren't practically finished yet, but I want to continue working on the floor plan for now. I'll be starting on the upper floor very soon.

      __________________________________________________________________________________
      🇩🇪

      2025-04-20

      Ich möchte nun mal öfters ein bisschen meinen Werdegang beim Leveldesign tracken, dazu nutze ich hier den Feed in meinem Profil.
      Ich habe mich in den vergangenen Tagen intensiv mit dem Youtube-Kurs von Springheel beschäftigt. Aktuell bin ich bis zu Lektion 8 gekommen. Das sind so viele Informationen, die erstmal verarbeitet werden wollen und trainiert werden wollen. 

      Ich habe mich daran gemacht, ein eigenes Haus zu erstellen. Da mir die Fantasie fehlt, einen guten Raumplan zu erstellen, habe ich mir einen Grundrissgenerator von Watabou geschnappt und damit experimentiert. Ich habe mich für einen Grundriss entschieden, den ich noch leicht abwandeln werde, aber zumindest habe ich nun eine erste Idee. 

      Als Maßband habe ich zwei Wächter genommen: Die Räume sind zwei Wächter hoch. Es hat sich herausgestellt, dass ich in DarkRadiant in Gittergröße 8 einfach die doppelte Anzahl an Kästchen übernehmen kann, die im Grundriss eingezeichnet sind. 

      Ich habe bei dem Grundriss erstmal die einfachsten Sachen geübt. Wände ziehen, Wände zerschneiden, Türen einsetzen, Zargen herausschneiden, VisPortals erstellen, Räume einrichten.

      Ich habe erste Erfolge mit einem Buch gehabt. Das Erstellen eines Buchs ging leichter als gedacht. Ich habe ein paar Ideen mit Bücher. Das Level, das ich gerade erstelle, wird mehr oder weniger ein Chill-Level, einfach nur für mich, bei dem ich ein paar Sachen ausprobieren werde. Ich habe noch keine Idee für eine eigene Mission. Ich möchte erst einmal klein anfangen.

      Beim Keller wollte ich gerne einen zweiten Zugang haben, der sich außen befinden soll. Mich faszinieren diese Kellertüren aus den USA, Bilco basement doors heißen die, glaube ich. Diese sind in Deutschland sehr unüblich, diese Art von Zugängen gibt es aber manchmal zur Anlieferung bei Restaurants etc., wo Fässer dann in den Keller gerollt oder gehoben werden können. 
      Ich habe zwei Hatch Doors verwendet, die allerdings nach dem Drehen vollkommen aus dem Ruder liefen. Inzwischen habe ich sie einigermaßen gebändigt bekommen. Es ist nicht perfekt, aber annehmbar. 
      Im Keller habe ich heute mit einer Falltür experimentiert, die zu einem Schachtsystem führt. Die Räume sind noch quasi nicht eingerichtet, aber ich möchte erstmal am Grundriss weiterarbeiten. In Kürze fange ich das Obergeschoss an.



      · 2 replies
    • JackFarmer

      On a lighter note, thanks to my cat-like reflexes, my superior puzzle skills and my perfect memory, I was able to beat the remastered version of "Tomb Raider: The Last Revelation" in a new superhuman record time of 23 h : 35 m, worship me!
      · 3 replies
    • Goblin of Akenash

      My mapping discord if anyone is interested, its more of a general modding thing rather than just for TDM 
      https://discord.gg/T4Jt4DdmUb

       
      · 0 replies
    • nbohr1more

      2.13 Moddb Article is up: https://www.moddb.com/mods/the-dark-mod/news/the-dark-mod-213-is-here
      · 1 reply
×
×
  • Create New...