Difference between revisions of "Adding Your Logo to the Menu:pl"

From Valve Developer Community
Jump to: navigation, search
m
(Replaced content with "{{Delete|reason=moved}}")
(Tag: Replaced)
 
Line 1: Line 1:
{{lang|title=Dodawanie loga gry do menu głównego|Adding Your Logo to the Menu}}
+
{{Delete|reason=moved}}
 
 
[[File:Gamelogo.jpg|thumb|Logo TF2 ma rozmiar 512x128px.]]
 
 
 
Oprócz wyświetlania nazwy twojej modyfikacji jako ciąg znaków, możesz mieć logo. Żeby to zrobić:
 
 
 
# Dodaj <code>gamelogo 1</code> na początek pliku [[gameinfo.txt]] (w tyn samym miejscu co <code>game</code>, <code>type</code>, itd.).
 
# Stwórz plik tekstówy <code><mod>\resource\GameLogo.res</code>, z poniższym szablonem:
 
 
 
<source lang=ini>
 
Resource/GameLogo.res
 
{
 
GameLogo
 
{
 
ControlName EditablePanel
 
fieldName GameLogo
 
xpos 0
 
ypos 0
 
zpos 50
 
wide 400
 
tall 100
 
autoResize 1
 
pinCorner 0
 
visible 1
 
enabled 1
 
offsetX -20
 
offsetY -15
 
}
 
 
 
Logo
 
{
 
ControlName ImagePanel
 
fieldName Logo
 
xpos 0
 
ypos 0
 
zpos 50
 
wide 400
 
tall 100
 
visible 1
 
enabled 1
 
image ../logo/TF2_Logo
 
scaleImage 1
 
}
 
}
 
</source>
 
 
 
Ścieżka do <code>obrazu</code> jest relatywna do <code>materials\'''vgui\'''</code>. Jak możesz zobaczyć w powyższym przykładzie, logo TF2  jest umieszczone w <code>materials\logo\</code>!
 
 
 
Nie dołączaj rozszerzenia pliku ścieżki.
 
 
 
{{tip|Usuwanie tekstu z pliku gameinfo.txt pod nazwą '''title''' usunie tytuł i tylko dostarczy logo.}}
 
 
 
{{tip|Kiedy [[Creating a Material|tworzysz logo]], używaj shadera [[UnlitGeneric]], nie twórz mipmap i wyłącz LOD.}}
 
 
 
[[Category:Modding:pl]]
 
[[Category:Material System:pl]]
 

Latest revision as of 01:57, 9 May 2023

Warning icon.png
This article has been marked as a candidate for speedy deletion because it has moved, and no longer linked to.
If you object to this decision, then please discuss why hereIf this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators - Remember to check if anything links here and the page history (last edit) before deleting.