Compare commits

..

2 Commits

Author SHA1 Message Date
f96887e43b apparently godot wants this? 2025-05-21 15:35:21 -10:00
2e65f957b7 Create Geting started.txt 2025-05-21 15:35:09 -10:00
2 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://mf0j7715v2of"
path="res://.godot/imported/map design.png-2420fc65a3ede1f45f9c9371624ad154.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://Concepts and ideas/map design.png"
dest_files=["res://.godot/imported/map design.png-2420fc65a3ede1f45f9c9371624ad154.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1

28
Geting started.txt Normal file
View File

@ -0,0 +1,28 @@
To get started working on the project do the following. Most of the steps are optional if you are an experienced dev and already know the alternatives.
1. Login to https://git.skidbladner.nexus, if you dont have an account, contact Jamcdonald
2. Follow these steps, but on https://git.skidbladner.nexus, not on github https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
3. Install github desktop. https://desktop.github.com/download/ You will need a github account for this even though it is not used. You may also want to watch https://www.youtube.com/watch?v=hwP7WQkmECE
4. In github Desktop go to File->Options->Advanced and make sure "Use System SSH" is checked.
5. In Github Desktop go to File->clone repo-> URL and paste `git@skidbladner.nexus:AmongTheClones/AmongTheClones.git`
Pick a local path to clone to, and hit clone. This may take some time, but not more than an hour. If you dont see a progress bar in a few minutes, you probably havent set up the SSH key right or didnt do step 4. Try toggling that to the other state and retry.
6. Install .net 8.0 https://dotnet.microsoft.com/en-us/download It should be an easy install
7. Download Godot 4.4.1 stable https://godotengine.org/download/archive/4.4.1-stable get the .net version. Other versions MAY work, but this is the one the project was created on. There is no installer, you just extract the zip file and run.
8. Run Godot. Select Import Existing Project, select the folder where you cloned the git repo, select proiject.godot, and import it.
9. Wait for Godot to load the project
10. Switch to the 2d tab
11. Hit the run button to verify everything is correctly installed
You are now up and running!
Remember to make a branch and pull from git before you start, making commits to that branch as you go and pushing it to remote. Then when your feature is done, merge into master.