year 2.1 integrated project monorepository
This repository has been archived on 2024-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-07-11 16:28:11 +08:00
Design design(logo): tweaked more anchors + export 2024-07-11 03:48:24 +08:00
Documentation/Examples docs: add readme + licences 2024-07-11 16:25:59 +08:00
Game meta: add base files 2024-07-11 03:26:27 +08:00
Modelling meta: add base files 2024-07-11 03:26:27 +08:00
.gitattributes meta: add base files 2024-07-11 03:26:27 +08:00
LICENCE.0BSD docs: add readme + licences 2024-07-11 16:25:59 +08:00
LICENCE.UNSPLASH docs: add readme + licences 2024-07-11 16:25:59 +08:00
README.md docs: fix usernames 2024-07-11 16:28:11 +08:00

The sota staircase Monorepository

Primary Repository: https://forge.joshwel.co/mark/sota
Submission Mirror: https://github.com/markjoshwel/sota

Name Primary Role Secondary Role Forge GitHub
mark creative and technical director senior programmer @mark @markjoshwel
ryan programmer generalist @ryan @sc0rch-thinks
sai lead 3d artist quality checker @sai-thinks @sippy-thinks

Handbook

on 3D Modelling (Maya, Blender, ZBrush, etc.)

Lead Sai

design-as-in-modelling your assets with modularity in mind, anything that can be modular should be modular

design-as-in-look should be checked with the group

structure your files similarly:

Modelling
├── Sources
│   ├── <Asset Name>.blend
│   └── <Asset Name> (Maya Project Directory)
│       ├── ...
│       └── workspace.mel
├── Textures
│   └── <Asset Name>
│       ├── *.png
│       └── ...
├── Modulars
│   ├── <Asset Name>_lowpoly
│   └── <Asset Name>_highpoly
└── Heros
    ├── <Asset Name>_lowpoly
    │   └── *.fbx
    └── <Asset Name>_highpoly

on Graphic and UI/UX Design

Lead Mark

if it involves the brand: follow the brand guidelines at Documents/sota staircase Brand Guidelines.pdf

and then send it to mark for approval (●'◡'●)

anything that can be saved locally (including figma files, btw) should be saved locally, and then pushed to the forge under Design/

organise as you wish but make sure it's logical

on Game Development

Lead Mark
  1. make changes

  2. make sure the language checker isn't nagging you
    (spelling and grammatical errors)

  3. make sure intellisense isn't nagging you
    (variable/class naming conventions, etc.)

  4. reformat using rider's Reformat and Cleanup Code function, using the Built-in: Full Cleanup profile

    example

  5. push to the forge, or branch off and make a pull request if there's conflicts

on Game and Level Design

Lead kinda everyone moreso mark

this just discuss with the group; either through the telegram group or through an issue on the forge

on Documentation (for All Modules)

Lead kinda everyone moreso mark

follow the brand guidelines at Documents/sota staircase Brand Guidelines.pdf

source files (.docx, .fig, etc) should be in the respective modules' directory, and then exported as .pdfs to Documentation/*.pdf

on Repository Syncing

Wizard Mark

TODO ☆*: .。. o(≧▽≦)o .。.:*☆

tentative instructions:

  1. ensure your repo is up-to-date with the forge

    git push origin main
    
    git pull origin main
    

    if you have issues syncing, fix em first

  2. run the sync script

    python sync.py
    

    for what the script does, see the script itself: sync.py

Licence and Credits

Software Source Code, unless otherwise stated, is licenced under the 0BSD licence. For more information, see LICENCE.0BSD.

Everything else, from assets to documentation, unless otherwise stated, is licenced under a Modified Unsplash Licence. For more information, see LICENCE.UNSPLASH.

Third-party Licences

Exceptions to the above licences are as follows:

Template:

- `path/to/file`: (Asset/Work Name) by (Author Name)  
  (Licence Name)

Example:

  • Game/Assets/Character/Frogman: Frogman by Frog Creator
    Standard Unity Asset Store EULA (Extension Asset)