Ko/TF2/Adding Menu Photos: Difference between revisions

From Valve Developer Community
< Ko‎ | TF2
Jump to navigation Jump to search
No edit summary
m (obsolete language category)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lang|TF2/Adding Menu Photos}}
'''메뉴 사진''' 들은 맵이 로딩중일때 맵의 설명에서 나오는 화면입니다. 플레이어들은 만약 그들이 이 맵에서 첫번째 플레이라면 맵이 대강 어떻게 생겼는지 파악이 가능합니다.
'''메뉴 사진''' 들은 맵이 로딩중일때 맵의 설명에서 나오는 화면입니다. 플레이어들은 만약 그들이 이 맵에서 첫번째 플레이라면 맵이 대강 어떻게 생겼는지 파악이 가능합니다.
[[image:TF2_Menu_Photos.png|thumb|right|2fort의 메뉴 사진.]]
[[File:TF2_Menu_Photos.png|thumb|right|2fort의 메뉴 사진.]]
__TOC__
__TOC__


== Creating your Menu Photos ==
== 당신의 메뉴 사진들을 만들어보세요 ==


[[image:Menu_photos_ctf_2fort.vtf.png|thumb|right|The VTF texture of the 2fort menu photos.]]
[[File:Menu_photos_ctf_2fort.vtf.png|thumb|right|2fort 메뉴 사진들의 VTF 모습.]]
Menu Photos are pretty simple to make but you should have some experience with materials and an image editor of your choice.
메뉴 사진들은 매우 만들기 간단하지만 당신은 질감들과 이미지 에디터에 대해서 조금의 지식이 필요합니다.


There are 2 files that are needed for menu photos:
메뉴 사진들을 위한 2개의 파일들 :
*menu_photos_[mapname].vtf
*menu_photos_[mapname].vtf
*menu_photos_[mapname].vmt
*menu_photos_[mapname].vmt
The VTF is just a simple transparent overlay that contains the two thumbnails.
VTF는 그저 단순한 2장의 사진을 포함한 투명한 오버레이 사진입니다.


=== Creating the VTF file ===
=== VTF 파일 만들기 ===


# First, take some nice screenshots that show an important place in your map.
# 먼저, 당신의 맵에서 중요한 장소들을 멋있게 촬영하세요.
# Use [[GCFScape]] to extract one of the existing menu photos to use as a template for your VTF. You can find them in tf\materials\vgui\maps\menu_photos_[mapname].vtf.
#{{L|GCFScape}}를 사용하여 당신의 메뉴 사진의 견본이 될 VTF를 얻으세요. 당신은 vtf파일을 tf\materials\vgui\maps\menu_photos_[mapname]이곳에서 찾을수 있습니다.
# Choose one of the textures with "menu_photos_" in its name.
# 이름에 "menu_photos_".vtf가 있는 텍스쳐를 고르세요.
# Open the VTF of your choise with [[VTFEdit]] and export it as a PNG image.
# VTF 파일을 {{L|VTFEdit}}로 열어서 PNG 이미지로 만드세요.
# Open your PNG and your two screenshots with an image editor.
# PNG 파일을 열어서 당신의 두개의 스크린샷을 이미지 에디터로 수정하세요.
# Scale and rotate your screenshots so they fit perfectly on the existing thumbnails.
# 수치를 제고 이리저리 돌려서 당신의 스크린샷이 기존의 사진들과 완벽하게 일치하게 하세요.
# Save your new image and export it to a VTF file again using [[VTFEdit]]. Save it as menu_photos_[your map's name].vtf.
# 당신의 새로운 이미지를 저장하고 이것을 다시 {{L|VTFEdit}}를 이용하여 VTF파일로 만들어주세요. menu_photos_[your map's name].vtf 이런식으로 저장하세요
# Move the file to tf\materials\vgui\maps. If the directories do not exist yet, create them.
# 파일을 tf\materials\vgui\maps로 옮겨주세요. 만약에 경로들이 아직 만들어지지 않았다면, 만드셔도 됩니다.


=== Creating the VMT file ===
=== VMT 파일 만들기 ===
* Create a new file with notepad and paste the following code into it:
* 메모장을 하나 만드셔서 아래의 코드를 붙여 넣어주세요 :


  "UnlitGeneric"
  "UnlitGeneric"
Line 35: Line 36:
  }
  }


* Replace "menu_photos_mapname" with your VTF file.
* "menu_photos_mapname"에 당신의 VTF파일과 함께 놓으세요.
* Save the file as "menu_photos_[mapname].vmt" in the same directory as your VTF file.
* "menu_photos_[mapname].vmt"을 VTF과 같은 경로에 저장하세요.


=== Result ===
=== 결과 ===


Test it out! You should now have a beautiful loading screen!
한번 시험해 보세요! 당신은 이제 아름다운 로딩 화면을 가진겁니다!


== See Also ==
== See also ==


*[[Material Creation]]
*{{en}} [[Material Creation]]
*[[Team Fortress 2 Level Creation]]
*{{L|Team Fortress 2 Level Creation|카테고리 : 팀 포트리스2 레벨디자인}}


[[Category:Team Fortress 2|Adding]]
{{ACategory|Team Fortress 2}}

Latest revision as of 03:36, 22 August 2024

English (en)한국어 (ko)Translate (Translate)

메뉴 사진 들은 맵이 로딩중일때 맵의 설명에서 나오는 화면입니다. 플레이어들은 만약 그들이 이 맵에서 첫번째 플레이라면 맵이 대강 어떻게 생겼는지 파악이 가능합니다.

2fort의 메뉴 사진.

당신의 메뉴 사진들을 만들어보세요

2fort 메뉴 사진들의 VTF 모습.

메뉴 사진들은 매우 만들기 간단하지만 당신은 질감들과 이미지 에디터에 대해서 조금의 지식이 필요합니다.

메뉴 사진들을 위한 2개의 파일들 :

  • menu_photos_[mapname].vtf
  • menu_photos_[mapname].vmt

VTF는 그저 단순한 2장의 사진을 포함한 투명한 오버레이 사진입니다.

VTF 파일 만들기

  1. 먼저, 당신의 맵에서 중요한 장소들을 멋있게 촬영하세요.
  2. GCFScape(en)를 사용하여 당신의 메뉴 사진의 견본이 될 VTF를 얻으세요. 당신은 vtf파일을 tf\materials\vgui\maps\menu_photos_[mapname]이곳에서 찾을수 있습니다.
  3. 이름에 "menu_photos_".vtf가 있는 텍스쳐를 고르세요.
  4. VTF 파일을 VTFEdit(en)로 열어서 PNG 이미지로 만드세요.
  5. PNG 파일을 열어서 당신의 두개의 스크린샷을 이미지 에디터로 수정하세요.
  6. 수치를 제고 이리저리 돌려서 당신의 스크린샷이 기존의 사진들과 완벽하게 일치하게 하세요.
  7. 당신의 새로운 이미지를 저장하고 이것을 다시 VTFEdit(en)를 이용하여 VTF파일로 만들어주세요. menu_photos_[your map's name].vtf 이런식으로 저장하세요
  8. 파일을 tf\materials\vgui\maps로 옮겨주세요. 만약에 경로들이 아직 만들어지지 않았다면, 만드셔도 됩니다.

VMT 파일 만들기

  • 메모장을 하나 만드셔서 아래의 코드를 붙여 넣어주세요 :
"UnlitGeneric"
{
 "$basetexture" "vgui\maps\menu_photos_mapname"
 "$translucent" 1
 "$ignorez" 1
 "$vertexcolor" 1
}
  • "menu_photos_mapname"에 당신의 VTF파일과 함께 놓으세요.
  • "menu_photos_[mapname].vmt"을 VTF과 같은 경로에 저장하세요.

결과

한번 시험해 보세요! 당신은 이제 아름다운 로딩 화면을 가진겁니다!

See also