Fortress Forever

Go Back   Fortress Forever > Editing > Mapping

Closed Thread
 
Thread Tools Display Modes
Old 06-29-2009, 04:32 AM   #1
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Overview and interest images

Currently all of the Official Maps, are missing the overview and interest images. I asked squeek in passing why, and he said he wasn't sure even how to make one. So I figured I would post how here so that we can get them included in the next patch (it looks pretty lame w/out them TBH).

It's not really tough, you just have to know what your missing. When I was fixing up the Interest view in my map, I stumbled across a screen that looked like this:



So I did some digging and found this in the consol (yes it's for a dif. map, but trust me it's the same thing):



So I created a test texture in that directory and it worked!

So to make this new texture, you need to go to the following directory:

Code:
C:\Program Files\Steam\steamapps\SourceMods\FortressForever\materials\vgui\maps\**your_map_name**\
You will have to create the "maps" folder, and then another folder for the map your making. Then inside that folder, you make 2 new textures; named "interest" and "overview". Make the .vmt look like this:

Code:
"UnlitGeneric"
{
  	"%keywords" "overview, interest"
	"$basetexture" "vgui/maps/**your_map_name/overview"
}
And when you load up the game, you should have something there now instead of the front buffer texture. Personally I think this is a nice place to bypass the Objectives section of the main screen (since we can't scroll) and put all the information you want to here instead.

Example:

__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:

Last edited by Dr.Satan; 06-30-2009 at 06:04 PM.
Dr.Satan is offline  


Old 06-29-2009, 05:17 AM   #2
GeoKill----->
Community Member
Server Owner
Beta Tester
Forum Moderator
 
GeoKill----->'s Avatar
 
Join Date: Mar 2007
Location: Hawthorne, California
Class/Position: Soldier/Spy/Scout
Gametype: AvD
Affiliations: :e0:Eternal Order Leader
Posts Rated Helpful 12 Times
That's Pretty cool. This would be great for official maps and the community should know this as well.
__________________

:e0: Will live on Forever
Support FF:
GeoKill-----> is offline  


Old 06-29-2009, 11:30 AM   #3
Elmo
Gets tickled by FF
Fortress Forever Staff
 
Elmo's Avatar
 
Join Date: Jun 2007
Location: UK
Class/Position: Med Solly HW
Gametype: Any/CTF
Posts Rated Helpful 41 Times
finally - nice one - we should get these in asap. So what are we putting in the text?
__________________
Support FF:
Done: ff_monkey
Done: ff_bases
Done: ff_warpath
Forever Doing: ff_medieval (beta#99999999)
Elmo is offline  


Old 06-29-2009, 12:45 PM   #4
Iggy
Heartless Threadkiller
Beta Tester
Forum Moderator
 
Iggy's Avatar
 
Join Date: Apr 2007
Class/Position: D-Solly / O-Medic
Gametype: CTF
Affiliations: [AE] AssEaters
Posts Rated Helpful 42 Times
Could someone tell me how to do that? This sounds like the kind of thing I could do to contribute, and lighten the load on someone else.

Meaning, is it just a picture with text on it? Or multiple shrunken down screenshots with text?

What kind of program should I use?
__________________
Quote:
Originally Posted by zSilver_Fox
See kids? Only Iggy and FT are good enough to post when high.
Publishers Website My book on BN.com My book on Amazon.com

Friend me on Facebook
Follow me on Twitter
Iggy is offline  


Old 06-29-2009, 05:23 PM   #5
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Iggy:

All you need to do is make a texture. It can have whatever we want in it. Basically you need to take a picture (1024x1024) of whatever the mapper decides. Which could be objectives like I made it or a text walking you thru the key points or whatever. Edit the image in your favorite image program (I use CS2) and once your happy with it save the image as a .jpg

Then you'll want to grab VTFEdit for converting the image to a .vtf and creating a .vmt

Open up VTFEdit to create a .vtf. First you want to make sure that in the options the button that says "auto create .vmt file" is checked. Then under the File System section, browse to wherever you saved the .jpg is and open it. VTFEdit should bring up a menu. Make sure your options look like this:



If so, then hit ok. The image should show up in the program now. Then go to File: Save As: and name it whatever your working on (in this case overview or interest), and make sure to browse to the directory you want (C:\Program Files\Steam\steamapps\SourceMods\FortressForever\m aterials\vgui\maps\**map_name**\)

Then open up the new .vmt file (VTFEdit auto creates this) in your favorite text editor (I use Notepad++) and change it to look like this:

Code:
"UnlitGeneric"
{
  	"%keywords" "overview, interest"
	"$basetexture" "vgui/maps/**your_map_name**/overview"
}
The keywords can be changed to whatever you want (make it relevant to the info) and the basetexture points to the .vtf that your making this for. Save and your finished. Then just do another one for the interest image and we're good to go!

Also if you didn't notice from the info above...this image can be different for the overview and the points of interest, I just preferred to have it be the same b/c I'm using that section as an Objective area.

Quote:
Originally Posted by Elmo
So what are we putting in the text?
Right now...nothing really. On most of the official maps it's something simplistic like:

ff_aardvark:
Code:
Steal the enemy flag while protecting your own
[1] Take enemy flag
[2] Bring to capture point in your base
Deactivate enemy security to open up additional routes to the enemy flag
SCORING: 10 points per flag capture
Team with most points at end of round wins
ff_2fort
Code:
ff_2fort
Industrial sector CTF (capture the flag).

Use stealth or sheer force to reach basement of the enemy base.
Once inside, steal their precious flag and capture it at your battlements.
Make them pay for their insolence!

Each capture nets your team 10 points.
The team with the most points at the end of the round wins.
Which isn't necessarily terrible, except that maps like ff_impact, which doesn't even have the text atm, desperately need more information!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:

Last edited by Dr.Satan; 06-30-2009 at 06:04 PM.
Dr.Satan is offline  


Old 06-30-2009, 04:00 PM   #6
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Moved this from the beta section for all you mappers out there. Check out the first post for how to finally fix that stupid issue!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline  


Old 06-30-2009, 06:02 PM   #7
Elmo
Gets tickled by FF
Fortress Forever Staff
 
Elmo's Avatar
 
Join Date: Jun 2007
Location: UK
Class/Position: Med Solly HW
Gametype: Any/CTF
Posts Rated Helpful 41 Times
wp
__________________
Support FF:
Done: ff_monkey
Done: ff_bases
Done: ff_warpath
Forever Doing: ff_medieval (beta#99999999)
Elmo is offline  


Old 06-30-2009, 06:13 PM   #8
Crazycarl
D&A Member
Wiki Team
Fortress Forever Staff
 
Crazycarl's Avatar
 
Join Date: Apr 2007
Posts Rated Helpful 31 Times
When creating the vtf, DON'T generate mipmaps. Check "No level of detail" and "No mipmaps". Otherwise, some users will see a blurry version of your texture.
Crazycarl is offline  


Old 06-30-2009, 11:41 PM   #9
GeoKill----->
Community Member
Server Owner
Beta Tester
Forum Moderator
 
GeoKill----->'s Avatar
 
Join Date: Mar 2007
Location: Hawthorne, California
Class/Position: Soldier/Spy/Scout
Gametype: AvD
Affiliations: :e0:Eternal Order Leader
Posts Rated Helpful 12 Times
I added this to the All Your Mapping Needs Thread
__________________

:e0: Will live on Forever
Support FF:
GeoKill-----> is offline  


Old 07-01-2009, 04:19 AM   #10
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
Quote:
Originally Posted by Crazycarl View Post
When creating the vtf, DON'T generate mipmaps. Check "No level of detail" and "No mipmaps". Otherwise, some users will see a blurry version of your texture.
...I used to know that and am pissed, b/c I did that to my loading screen texture and I couldn't for the life of me figure out why it was blurry! Like literally spent probably 3+ hours looking b4 I gave up!

Edit: fixed the tutorial above!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:

Last edited by Dr.Satan; 07-01-2009 at 04:26 AM.
Dr.Satan is offline  


Old 09-20-2009, 08:37 PM   #11
Dr.Satan
Wiki Team
Fortress Forever Staff
 
Dr.Satan's Avatar
 
Join Date: Sep 2007
Location: Greeley, CO
Class/Position: Med / Solly
Gametype: PAYLOAD
Affiliations: DET-
Posts Rated Helpful 19 Times
per the 2.4 changelog;

this is no longer relevant as that entire section has been removed. Locking thread!
__________________
(Released) conc_school | hellion_classic | ksour_PAYLOAD | mulch_faf
(Beta) alchimy_b1
(Lua) base_payload_2015
(Models) props_trainyard
Support FF:
Dr.Satan is offline  


Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:26 PM.


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