Skip to content

vierth/qianlongsworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qianlong's World

This repository will contain the game collaboratively developed in Paul Vierthaler's "Building Qianlong's World" class at William & Mary in Spring 2024.

Organizational ethos

Below you will find tips on keeping our game organized. One key thing to remember: ALWAYS give credit when you include an asset found elsewhere. You can create a .txt file called 'credits.txt' if one does not exist, which you should use to explain where you found the asset, and information its license!

Developing process

Before you make any changes, be sure to create a new branch in GitHub desktop. Make all of the changes you would like, and when you are ready to have them added to the main game, make a pull request. Please remember to routinely pull remote changes into your version of the game.

As you make changes, be sure to commit them frequently! It is best to have an individual commit for each thing you change.

Levels

When you add a level create a folder with your name, and place the level scene within it. Keep your scripts local to this file.

Please use the maps in this repository to create your tiles. Keep in mind taht not every image is extactly the same size, but the conversion factor should be 8.423 pixels per meter, so to find the physical size of your tile in meters, simply devide the resolution by 8.423.

Assets

Models, materials, textures, etc should go in their respective assets folder.

Prefabs

When you build a Godot scene that you think can be reused across levels, please save it into the "prefabs" folder. First add a folder for the general category if it doesn't exist, then add it there.

Adding a model to the game with custom data

The first step to adding custom data is to ensure that you have a data structure to hold your information. This should inherent from BaseInfo.

Create your model (saved to the models folder), and be sure you have a tscn that contians collision. See for example, the ritual ewer tscn in the bronzes models.

Create a custom resource and save it in the data/data_resources. This will hold all of the info about your object and the scene of the model itself.

From there, you can add an interactable_object into your scene and then attach the resource to this. it will dynamically load into your scene.

Project roadmap

Here are the planned features we would like to develop:

User interface

guidance?

minimap/hud situation

Title Screen

'new game' 'continue'

Credits Screen

everybody who wants credit

Sound

music sound effects

Environment

skybox different times of day different times of year dynamic day-night cycle

fog

player controller

interaction functionality let it fly? speed it up create a model for hte player move from 1st person to third person

textures

what did roads look like? cobblestone? dirt?

Data modeling guidelines

Use the notes field in each table to record information for internal use. As distinguished from the "description" field, which will be shown to players of the game

About

Repository of game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 20