Fortress Forever

Fortress Forever (https://forums.fortress-forever.com/index.php)
-   Maps (https://forums.fortress-forever.com/forumdisplay.php?f=40)
-   -   (Released) ff_dong (https://forums.fortress-forever.com/showthread.php?t=24575)

aleXtric 12-04-2014 01:28 AM

ff_dong
 
It has been released. I know you've been waiting.

F34TUR1NG:

NEW !@@!@
GAME !@!!!
MODE !!!!!!!

CAPTURE THE DONG!@2!

FF_DONG

DOWNLOAD HERE!!!!!!!!!

KubeDawg 12-04-2014 02:19 AM

http://seriouslyforreal.com/wp-conte...0-09112013.jpg

aleXtric 12-04-2014 02:49 AM

USE TO FILL UP YOUR SERVER!

Oreoman 12-04-2014 02:51 AM

best map ever
couldnt help but clap and laugh when i saw it wp alex

aleXtric 12-04-2014 02:59 AM

will make an AVI demonstrating this masterpiece when i have time. thanks to all those who inspired me, mainly squeek who's dong i designed this map around.

XPelargos 12-09-2014 06:06 PM

Water should be white or yellow, IMO.

ddm999 12-09-2014 08:46 PM

we managed to basically kill motos server by playing this

10/10 best map

aleXtric 12-09-2014 09:52 PM

Quote:

Originally Posted by XPelargos (Post 505421)
Water should be white or yellow, IMO.

do u know how to make white or yellow water? cause if not stfu with your unreasonable requests. enjoy your day.

traxamillion 12-10-2014 01:42 AM

This is spoons favorite map.

XPelargos 12-15-2014 05:44 AM

Quote:

Originally Posted by aleXtric (Post 505428)
do u know how to make white or yellow water? cause if not stfu with your unreasonable requests. enjoy your day.

Make the floor holding the water yellow or white.

Your welcome. Enjoy you're day.

aleXtric 12-15-2014 06:38 AM

wrong

XPelargos 12-31-2014 08:00 PM

Quote:

Originally Posted by aleXtric (Post 505659)
wrong

dong. Your welcome again.

Played this in Moto's with 12 people yesterday. Definitely a good "decompress" map for playing between CTF maps. Fun was had.

ddm999 12-31-2014 11:47 PM

Darth's new favourite map because he hates people playing FF.

0/10 bind [ "say !nominate ff_dong"

oaties 01-01-2015 07:52 PM

Quote:

Originally Posted by aleXtric (Post 505428)
do u know how to make white or yellow water? cause if not stfu with your unreasonable requests. enjoy your day.

If you actually want to change the color of the water, you are going to have to use a custom water material.

In order to do this, we can create our own water texture pretty easily by modifying an existing FF water. If you check the current water texture you are using, then navigate to it in the FF folder, you will find a .vmt file named after it. For example, using the water of openfire, there is a file called openfire_water.vmt in "sourcemods/Fortress Forever/materials/ff_openfire".

Create a copy of that and rename it. This will be the custom water.

A VMT is a valve material file, it contains the properties of the texture, such as the base texture it uses and any modifications to it. In order to edit these files, you need a program called VTFEdit (http://nemesis.thewavelength.net/index.php?c=178).

When we open the VMT, we will see its properties. Using openfire_water.vmt as an example:

Code:

"Water"
{
        "%keywords" "FF"
       
        "Water_DX60"
        {
                "$fallbackmaterial" "ff_hunted/ff_water_lake_dx70"
        }
        "Water_DX80"
        {
                "$refractamount" "0.2"
        }
        "Water_DX81"
        {
                "$refractamount" "0.2"
        }


        "$abovewater" "1"
        "%compilewater" 1

        "%tooltexture" "dev/water_normal"
        "$bumpmap" "dev/water_dudv"
        "$normalmap" "dev/water_normal"
        "$bottommaterial" "ff_openfire/ff_openfire_water_beneath"
        "$envmap" "env_cubemap"
        "$envmaptint" "[ 0.5 0.5 0.5 ]"

        "$surfaceprop" "water"

        "$refracttexture" "_rt_WaterRefraction"
        "$refractamount" "0.3"
        //"$refracttint" "[.8 .75 .65]"
        "$refracttint" "[.6 .9 .95]"


        "$scale" "[1 1]"

        "$fogenable" 1
        "$fogcolor" "{15 40 50}"
        "$fogstart" "0"
        "$fogend" "300"

        "$bumpframe" "0"

        "Proxies"
        {
                "AnimatedTexture"
                {
                        "animatedtexturevar" "$normalmap"
                        "animatedtextureframenumvar" "$bumpframe"
                        "animatedtextureframerate" "20.00"
                }

                "TextureScroll"
                {
                        "texturescrollvar" "$bumptransform"
                        "texturescrollrate" "0.025"
                        "texturescrollangle" "45.00"
                }

                "WaterLOD"
                {
                }
        }
}

If you see these properties, there is a certain one, $color that can be added in order to change the base "tint" of the texture. (https://developer.valvesoftware.com/wiki/$color)

By simply adding "$color" "{ R G B }" to the code with the other statements starting with $, you can change the tint: 1 1 1 corresponds to white, 255 255 255 corresponds to black etc. If you look through the above example, you might also see the line ""$fogcolor" "{15 40 50}". This corresponds to the fog of the water (obviously) and should also be changed.

The above example uses:

Code:

"$bottommaterial" "ff_openfire/ff_openfire_water_beneath"
This means that in this case, for this water, you are going to have to also create a new copy of ff_openfire_water_beneath.vmt, follow the similar steps as above to change the color tints, then point the original vmf to it:

Code:

"$bottommaterial" "ff_dong/ff_dong_water_beneath"

Where ff_dong/ff_dong_water_beneath.vmt if an edited copy of the original with the tints applied.

Use this custom texture in Hammer and now you have tinted water. If you don't want to include this texture into your map, a good solution could be to pakrat the new texture into the map .bsp file, since you only have one texture it shouldn't matter too much.

XPelargos 01-03-2015 08:19 PM

Oaties for Prime Minister of Canada. DO eeeeeeetttttt, Alex!

aleXtric 01-06-2015 01:31 AM

TL;DR

DarthMan 01-07-2015 06:04 AM

Quote:

Originally Posted by ddm999 (Post 505936)
Darth's new favourite map because he hates people playing FF.

0/10 bind [ "say !nominate ff_dong"

Are u crazy!?
U told me to put ff_dong on my server.
U said wtf his server sux it doesn't have ff_dong

ddm999 01-09-2015 08:34 PM

i was fucking joking and i even said something like "haha kidding it sux" after

XPelargos 01-12-2015 07:02 AM

Quote:

Originally Posted by aleXtric (Post 506012)
TL;DR

Too long, didn't ream.

Found a dick too large for you finally, alex? :lol:


All times are GMT. The time now is 08:52 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.