ETMods.net

N!tmod, a Wolfenstein: Enemy Territory Modification!

You are not logged in.

Announcement

You can donate to help us keeping services online.

#1 30-Sep-20 19:09:57

mazak
Member
From: Poland
Registered: 11-Jun-13
Posts: 36

Loading startup screen

Hello!
Could someone tell me the path to the startup screen?
Im not sure if it is about this:

images/blackmask
{
	nopicmip 
	nocompress
	nomipmaps
	{
		map gfx/2d/mapmask.tga
		depthwrite
		blendfunc blend
		rgbGen identity
		alphaGen vertex
	}
}

Thank in advance


45868182.jpg
560x95_FFFFFF_FF9900_000000_000000.png

Offline

#2 02-Oct-20 00:00:53

jay1110
BETA Tester
Registered: 01-Sep-12
Posts: 239
Website

Re: Loading startup screen

yes, should be this, but if iam right, its not possible to change the texture, you can but it will not look good.

Offline

#3 02-Oct-20 09:20:23

mazak
Member
From: Poland
Registered: 11-Jun-13
Posts: 36

Re: Loading startup screen

As long as it is not a color code.
Example:

"Black"; "0 0 0 .8" 

Then I should be able to add graphics using shader script.
Example:

	{
		map menu/textures/load.tga
		blendfunc blend
	}
images/blackmask
{
	nopicmip 
	nocompress
	nomipmaps
	{
		map gfx/2d/mapmask.tga
		depthwrite
		blendfunc blend
		rgbGen identity
		alphaGen vertex
	}
	{
		map menu/textures/load.tga
		blendfunc blend
	}
}

Which does not work in practice sad


45868182.jpg
560x95_FFFFFF_FF9900_000000_000000.png

Offline

#4 02-Oct-20 23:35:57

jay1110
BETA Tester
Registered: 01-Sep-12
Posts: 239
Website

Offline

Board footer

Powered by FluxBB