Jump to content
The Dark Mod Forums

how about redesign tdm's mainmenu


freyk

Recommended Posts

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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!

Link to comment
Share on other sites

 

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.

badge?user=andarson

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

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

    • OrbWeaver

      Does anyone actually use the Normalise button in the Surface inspector? Even after looking at the code I'm not quite sure what it's for.
      · 7 replies
    • 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
×
×
  • Create New...