Updating
This commit is contained in:
parent
afb22a9f0c
commit
eadf26a230
22 changed files with 966 additions and 3810 deletions
8
sites/codesnippets/getstarted.qmd
Normal file
8
sites/codesnippets/getstarted.qmd
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: "Code"
|
||||
---
|
||||
Example for BlueprintUE
|
||||
|
||||
```{=html}
|
||||
<iframe width="100%" height="500" src="https://blueprintue.com/render/-azlwrm2/" scrolling="no" allowfullscreen></iframe>
|
||||
```
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Getting Started"
|
||||
title: "Project Setup"
|
||||
---
|
||||
If you want to take a look inside a project, there are currently three important repositories:
|
||||
|
||||
|
@ -17,7 +17,3 @@ git pull https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Docs.git
|
|||
|
||||
If you're not comforatable with the command line, you can install a Git GUI like Github Desktop.
|
||||
|
||||
|
||||
```{=html}
|
||||
<iframe width="100%" height="500" src="https://blueprintue.com/render/-azlwrm2/" scrolling="no" allowfullscreen></iframe>
|
||||
```
|
|
@ -1,31 +0,0 @@
|
|||
\relax
|
||||
\providecommand*\new@tpo@label[2]{}
|
||||
\providecommand\hyper@newdestlabel[2]{}
|
||||
\providecommand*\HyPL@Entry[1]{}
|
||||
\HyPL@Entry{0<</S/D>>}
|
||||
\@writefile{toc}{\contentsline {subsection}{\nonumberline Important Terminology}{1}{subsection*.2}\protected@file@percent }
|
||||
\newlabel{important-terminology}{{}{1}{Important Terminology}{subsection*.2}{}}
|
||||
\@writefile{toc}{\contentsline {subparagraph}{\nonumberline Levels/Maps}{1}{subparagraph*.4}\protected@file@percent }
|
||||
\newlabel{levelsmaps}{{}{1}{Levels/Maps}{subparagraph*.4}{}}
|
||||
\@writefile{toc}{\contentsline {subparagraph}{\nonumberline Identifiers}{1}{subparagraph*.6}\protected@file@percent }
|
||||
\newlabel{identifiers}{{}{1}{Identifiers}{subparagraph*.6}{}}
|
||||
\@writefile{toc}{\contentsline {subparagraph}{\nonumberline Cases}{1}{subparagraph*.8}\protected@file@percent }
|
||||
\newlabel{cases}{{}{1}{Cases}{subparagraph*.8}{}}
|
||||
\@writefile{toc}{\contentsline {subparagraph}{\nonumberline Variables / Properties}{2}{subparagraph*.10}\protected@file@percent }
|
||||
\newlabel{variables-properties}{{}{2}{Variables / Properties}{subparagraph*.10}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\nonumberline 0. Principles}{2}{subsection*.12}\protected@file@percent }
|
||||
\newlabel{principles}{{}{2}{0. Principles}{subsection*.12}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\nonumberline 0.1 If your UE4 project already has a style guide, you should follow it.}{3}{subsubsection*.14}\protected@file@percent }
|
||||
\newlabel{if-your-ue4-project-already-has-a-style-guide-you-should-follow-it.}{{}{3}{0.1 If your UE4 project already has a style guide, you should follow it}{subsubsection*.14}{}}
|
||||
\@writefile{toc}{\contentsline {paragraph}{\nonumberline ``Arguments over style are pointless. There should be a style guide, and you should follow it.''}{3}{paragraph*.16}\protected@file@percent }
|
||||
\newlabel{arguments-over-style-are-pointless.-there-should-be-a-style-guide-and-you-should-follow-it.}{{}{3}{``Arguments over style are pointless. There should be a style guide, and you should follow it.''}{paragraph*.16}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\nonumberline 0.2 All structure, assets, and code in any Unreal Engine 4 project should look like a single person created it, no matter how many people contributed.}{3}{subsubsection*.18}\protected@file@percent }
|
||||
\newlabel{all-structure-assets-and-code-in-any-unreal-engine-4-project-should-look-like-a-single-person-created-it-no-matter-how-many-people-contributed.}{{}{3}{0.2 All structure, assets, and code in any Unreal Engine 4 project should look like a single person created it, no matter how many people contributed}{subsubsection*.18}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\nonumberline 0.3 Friends do not let friends have bad style.}{3}{subsubsection*.20}\protected@file@percent }
|
||||
\newlabel{friends-do-not-let-friends-have-bad-style.}{{}{3}{0.3 Friends do not let friends have bad style}{subsubsection*.20}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\nonumberline 0.4 A team without a style guide is no team of mine.}{4}{subsubsection*.22}\protected@file@percent }
|
||||
\newlabel{a-team-without-a-style-guide-is-no-team-of-mine.}{{}{4}{0.4 A team without a style guide is no team of mine}{subsubsection*.22}{}}
|
||||
\@writefile{toc}{\contentsline {subsubsection}{\nonumberline 0.5 Don't Break The Law}{4}{subsubsection*.24}\protected@file@percent }
|
||||
\newlabel{dont-break-the-law}{{}{4}{0.5 Don't Break The Law}{subsubsection*.24}{}}
|
||||
\@writefile{toc}{\contentsline {subsection}{\nonumberline 00. Globally Enforced Opinions}{4}{subsection*.26}\protected@file@percent }
|
||||
\newlabel{globally-enforced-opinions}{{}{4}{00. Globally Enforced Opinions}{subsection*.26}{}}
|
1125
sites/styleguide.log
1125
sites/styleguide.log
File diff suppressed because it is too large
Load diff
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Styleguide"
|
||||
---
|
||||
This Styleguiade is adapted by Gamemakin UE5 Styleguide.
|
||||
This Styleguide is adapted by Gamemakin UE5 Styleguide.
|
||||
|
||||
## Important Terminology
|
||||
|
||||
|
|
2397
sites/styleguide.tex
2397
sites/styleguide.tex
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue