No description
  • GDScript 86.5%
  • C# 13.4%
Find a file
2026-02-11 02:24:33 +03:00
.forgejo/workflows removed develop from export 2026-02-11 01:38:37 +03:00
_etc/textures resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
_placeholder Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
addons/func_godot removed redundant func_godot textures 2026-02-07 19:13:42 +03:00
base trenchbroom config update 2026-02-11 01:34:56 +03:00
icons new icon 2026-02-06 23:51:36 +03:00
materials refactoring 2025-08-09 14:43:57 +03:00
models Extra metadata for all resources (Godot reimport) 2026-01-18 14:57:18 +03:00
scenes scenes/hub.tscn format update 2026-02-11 01:35:49 +03:00
sounds wip 2025-08-10 23:27:32 +03:00
textures Fixed func_godot 2026-02-06 23:40:22 +03:00
.gitattributes empty godot project 2025-01-30 22:52:25 +03:00
.gitignore resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
export_presets.cfg resolves #3 -- auto-export workflow 2026-01-19 16:41:42 +03:00
func_godot_local_config.tres TrenchBroom upd: func_godot_local_config in root + updated trenchbroom_game_config to have standard map file by default 2026-02-11 02:24:33 +03:00
LICENSE Initial commit 2025-01-30 19:40:46 +00:00
Makefile Makefile 2025-08-20 21:25:29 +03:00
mnights.csproj Updated Godot version to 4.6 + updated func_godot 2026-02-06 22:59:19 +03:00
mnights.fgd wip: ui and measures 2025-08-11 23:04:35 +03:00
mnights.sln upd -- trenchbroom 2025-08-08 23:00:57 +03:00
nuget.config Create nuget.config 2025-02-05 04:42:52 +07:00
project.godot new icon 2026-02-06 23:51:36 +03:00
README.md Updated README.md 2026-01-16 20:23:06 +03:00
trenchbroom_game_config.tres TrenchBroom upd: func_godot_local_config in root + updated trenchbroom_game_config to have standard map file by default 2026-02-11 02:24:33 +03:00

mnights

Check out project wiki!

directory structure

  • _etc/ — various files that may or may not be included in the game, discuss before doing something
  • _placeholder/ — placeholder resources, should not be included into the final build of the game
  • addons/ — addons folder, talk to Nycta before touching it
  • base/ — base folder, only for programmers
  • icons/ — this folder contains icons
  • materials/ — this folder contains various development materials
  • models/ — this folder contains 3D-models visible in the game
    • textures/ — textures for said models
  • scenes/ — contains location scenes
    • etc/ — various scenes that are not location related (e.g. main menu scene)
    • maps/ — map files for location scenes
      • autosave/ — Trenchbroom autosave folder probably
      • models/ — 3D-models for scenes, probably shouldn't be used
    • scripts/ — scripts for locations
    • sky/ — reusable sky resources
  • sounds/ — contains sounds
  • textures/ — contains textures (to be used in maps / location scenes)