bachelor-thesis/metadata.tex

93 lines
4.8 KiB
TeX
Raw Normal View History

2020-05-10 10:03:14 +00:00
%%% Choose a language %%%
\newif\ifEN
2025-02-12 19:57:53 +00:00
%\ENtrue % uncomment this for english
\ENfalse % uncomment this for czech
%%% Configuration of the title page %%%
\def\ThesisTitleStyle{mff} % MFF style
%\def\ThesisTitleStyle{cuni} % uncomment for old-style with cuni.cz logo
%\def\ThesisTitleStyle{natur} % uncomment for nature faculty logo
\def\UKFaculty{Faculty of Mathematics and Physics}
%\def\UKFaculty{Faculty of Science}
\def\UKName{Charles University in Prague} % this is not used in the "mff" style
% Thesis type names, as used in several places in the title
\def\ThesisTypeTitle{\ifEN BACHELOR THESIS \else BAKALÁŘSKÁ PRÁCE \fi}
%\def\ThesisTypeTitle{\ifEN MASTER THESIS \else DIPLOMOVÁ PRÁCE \fi}
%\def\ThesisTypeTitle{\ifEN RIGOROUS THESIS \else RIGORÓZNÍ PRÁCE \fi}
%\def\ThesisTypeTitle{\ifEN DOCTORAL THESIS \else DISERTAČNÍ PRÁCE \fi}
\def\ThesisGenitive{\ifEN bachelor \else bakalářské \fi}
%\def\ThesisGenitive{\ifEN master \else diplomové \fi}
%\def\ThesisGenitive{\ifEN rigorous \else rigorózní \fi}
%\def\ThesisGenitive{\ifEN doctoral \else disertační \fi}
\def\ThesisAccusative{\ifEN bachelor \else bakalářskou \fi}
%\def\ThesisAccusative{\ifEN master \else diplomovou \fi}
%\def\ThesisAccusative{\ifEN rigorous \else rigorózní \fi}
%\def\ThesisAccusative{\ifEN doctoral \else disertační \fi}
2020-05-11 20:22:44 +00:00
%%% Fill in your details %%%
2020-05-10 10:03:14 +00:00
% (Note: \xxx is a "ToDo label" which makes the unfilled visible. Remove it.)
2025-02-17 06:57:13 +00:00
\def\ThesisTitle{Vícežánrová příběhová počítačová hra s podporou načítání nového obsahu za běhu}
\def\ThesisAuthor{Oleg Petruny}
\def\YearSubmitted{2025}
2020-05-10 10:03:14 +00:00
% department assigned to the thesis
2025-02-17 06:57:13 +00:00
\def\Department{Katedra softwaru a výuky informatiky}
% Is it a department (katedra), or an institute (ústav)?
2025-02-17 06:57:13 +00:00
\def\DeptType{Katedra}
2020-05-10 10:03:14 +00:00
2025-02-17 06:57:13 +00:00
\def\Supervisor{Mgr. Martin Mirbauer}
\def\SupervisorsDepartment{Katedra softwaru a výuky informatiky}
2020-05-10 10:03:14 +00:00
% Study programme and specialization
2025-02-17 06:57:13 +00:00
\def\StudyProgramme{Informatika (B0613A140006)}
\def\StudyBranch{IPP6 (0613RA1400060010)}
2020-05-10 10:03:14 +00:00
\def\Dedication{%
2025-02-17 06:57:13 +00:00
Rozhodně děkuji svému vedoucímu Mgr. Martinu Mirbauerovi, za jeho čas, ochotu, trpělivost a cenné rady. K tomu i spoustě dalších lidí zapsaných v titulkach hry, s pomoci, testováním a podporou. Bez všech těchto lidí by táto práce nemohla vzniknout nebo by nenabyla takového rozsahu či kvality.
2020-05-10 10:03:14 +00:00
}
\def\AbstractEN{%
2020-05-12 18:54:17 +00:00
\xxx{Abstracts are an abstract form of art. Use the most precise, shortest sentences that state what problem the thesis addresses, how it is approached, pinpoint the exact result achieved, and describe the applications and significance of the results. Highlight anything novel that was discovered or improved by the thesis. Maximum length is 200 words, but try to fit into 120. Abstracts are often used for deciding if a reviewer will be suitable for the thesis; a well-written abstract thus increases the probability of getting a reviewer who will like the thesis.}
% ABSTRACT IS NOT A COPY OF YOUR THESIS ASSIGNMENT!
2020-05-10 10:03:14 +00:00
}
\def\AbstractCS{%
2025-02-17 06:57:13 +00:00
V dějinach herního průmyslu je opravdu malé množství her, schopných načítat obsah za běhu, natož když hry jsou s příběhem a úrčené pro jednoho hrače. Tato práce poskytuje vzorovou tvorbu obsahlé hry v Uneral Enginu, 3D modelů a dynamického sountracku. Výstupem je dohratelný celistvý příběh probíhající v pět žánrově a dynamicky odlišných úrovních. Projekt zavádí rozhraní pro načítání nového obsahu za běhu, systémy dialogů, cutscén, quick time eventů a objektové interakcé. Spolu s tím jsou podrobně řešeny problémy a úskalí pří tvorbě hry a grafiky v Unreal Engine 5.
}
2020-05-12 18:54:17 +00:00
% 3 to 5 keywords (recommended), each enclosed in curly braces.
% Keywords are useful for indexing and searching for the theses by topic.
2020-05-10 10:03:14 +00:00
\def\Keywords{%
2025-02-17 06:57:13 +00:00
{Počítačová hra} {Unreal Engine} {dynamické načítání obsahu} {3D grafika}
2020-05-10 10:03:14 +00:00
}
2020-05-12 18:54:17 +00:00
% If your abstracts are long and do not fit in the infopage, you can make the
% fonts a bit smaller by this setting. (Also, you should try to compress your abstract more.)
% Alternatively, consider increasing the size of the page by uncommenting the
% geometry modification in thesis.tex.
\def\InfoPageFont{}
%\def\InfoPageFont{\small} %uncomment to decrease font size
2020-05-10 10:03:14 +00:00
\ifEN\relax\else
2020-05-10 10:03:14 +00:00
% If you are writing a czech thesis, you additionally need to fill in the
% english translation of the metadata here!
2025-02-17 06:57:13 +00:00
\def\ThesisTitleEN{Multi-genre game with support for loading new content in real-time}
\def\DepartmentEN{Department of Software and Computer Science Education}
\def\DeptTypeEN{Department}
\def\SupervisorsDepartmentEN{Department of Software and Computer Science Education}
\def\StudyProgrammeEN{Computer Science (B0613A140006)}
\def\StudyBranchEN{IPP6 (0613RA1400060010)}
2020-05-10 10:03:14 +00:00
\def\KeywordsEN{%
2025-02-17 06:57:13 +00:00
{Computer game} {Unreal Engine} {dynamic content loading} {3D graphics}
2020-05-10 10:03:14 +00:00
}
\fi