GithubHelp home page GithubHelp logo

godot_game-11's Introduction

Visual Novel

This repository is currently private and meant to be accessed by only those who are working on this project

Please read the following links before starting with collaboration on git

  1. Using Git and GitHub for Team Collaboration
  2. Version Control (Git Plugin) in Godot Editor

And of course-

  1. The Godot Official Documentation

Resource Nomenclature

  • Scene files are saved as "s_<scene_name>.tscn"

s_ is indicator of the file being directly related to a scene. In this case, it is the entire scene file itself.

  • Folders for scenes are saved as f_s_<scene_name>

f_ is indicator of Folder.

  • Resources e.g., fonts are saved as r_dfd_<font_name>.tres

r_ is indicator of Resource dfd_ of Dynamic Font Data (a godot resource type) Similarly, df_ for Dynamic font

Project Directory Structure

As of now you may see some directories in the repo i.e.

  • Commons/

To keep the resources/scenes/assets that are meant to be reused heavily throughout the game in different contexts. Note that these files are supposed to be standalone, which means if you use them in level(or scene) in the game, you should be EXXTRA careful as to not write back changes permanently.

Whenever you instance a common scene in your work, if you need to make changes in local context,

  • Right Click on the instanced Scene (node)
  • Select the Make scene Local option

This will copy the scene as part of the parent scene and will no longer ruin the scene file saved in commons/

However, any resources referenced e.g. (textures and most importantly, scripts) in the instanced node, will point to the same location on disk. To overcome that, make sure to manually and recursively make all sub-resources and their properties local, (if required) and save new resources in the current scene folder.

  • Levels/

To have 8 sub-directories names "Level1/", "Level2/".. to save Level scene and resources local to the level. Pretty self explanatory.

  • Other Scenes/

To have scenes that are not really reusable (as in commons/) and not really level related. e.g. the Intro scene.

Do not move any files around the repository without prior discussion. There are formalities that will need to be synced with the editor as well as collaborators.

Contributing to the project

We have to be very communicative about our work and try best not to touch files that are being used by other people. Let's figure out branches that everyone is going to work on, and how to merge them safely.

More to be added later ¯\_(ツ)_/¯

Working with the Godot editor is going to be quite a task, please (I insist) contact me for any queries.

(Pranjal)

godot_game-11's People

Contributors

rdsh06 avatar rsdey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.