touhou 6dof game in godot
Find a file
2026-03-21 23:33:03 -04:00
addons modify map 2, add more sounds 2026-02-19 15:05:26 -05:00
config move JSONs, remove matrix link, etc. 2026-03-21 09:25:29 -04:00
levels move JSONs, remove matrix link, etc. 2026-03-21 09:25:29 -04:00
resources move JSONs, remove matrix link, etc. 2026-03-21 09:25:29 -04:00
scenes fix knockback 2026-03-21 23:33:03 -04:00
scripts fix knockback 2026-03-21 23:33:03 -04:00
COPYING initial commit 2025-11-27 17:11:02 -05:00
explosion.tres add clisdlocne's wall, replace lightmapgi with voxelgi, tweak maps, add new sound, rebalance enemies and shots 2026-03-06 23:42:48 -05:00
export_presets.cfg add clisdlocne's wall, replace lightmapgi with voxelgi, tweak maps, add new sound, rebalance enemies and shots 2026-03-06 23:42:48 -05:00
project.godot add clisdlocne's wall, replace lightmapgi with voxelgi, tweak maps, add new sound, rebalance enemies and shots 2026-03-06 23:42:48 -05:00
README.md move JSONs, remove matrix link, etc. 2026-03-21 09:25:29 -04:00
THIRDPARTY initial commit 2025-11-27 17:11:02 -05:00

東方偽神伝 ~ Labyrinth of False Faith

Niseshinden Logo

Introduction

東方偽神伝 (Touhou Niseshinden) Labyrinth of False Faith (LoFF) is a free software fan game based on the Touhou Project. It is a six degrees of freedom (6DoF) shooter set in an underground laboratory in the Youkai Mountain.

LoFF is made in the Godot Engine and is written in GDScript. It is officially supported on Linux/X11, but it can be deployed on Windows and MacOS (untested).

Default Controls

Movement

LoFF gives you total freedom of movement:

  • WASD: Surge (Forward and Backward) and strafe (Left and Right)
  • Q and E: Roll (Left and Right)
  • Space and Left Ctrl: Heave (Up and Down)
  • Mouse or Arrow keys: Look (depending on mouselook setting)
  • Shift: Slow movement

Shots and bombs

  • Mouse1: Fire shot type
  • Mouse2: Fire bomb type
  • 1 (Number Row): Shot slots
  • 2 (Number Row): Bomb slots

Other controls

  • Esc: Pause
  • ~: Console

Is this fangame "out" yet?

This is in a very early stage of development, and most of the work is being done by me, with some by DeviousTengu. Help is appreciated.

Acknowledgements, Copyrights, and Copylefts

Many thanks to the following folks:

Additional programming help by DeviousTengu!

Additional wall sprite by ClisdLocne!

Character sprites are by Adiutrix-Pia-Fidelis under CC BY-NC-SA 4.0.

Music is by YuuyaKZMI.

東方偽神伝 Labyrinth of False Faith is a fan-made game based on Touhou Project.

Touhou Project (東方Project) is a one-man project made by ZUN / Team Shanghai Alice.

This game uses the following tools:

  • func_godot by func-godot, under the MIT License.
  • Mirror3D by Joy-less and Norodix, under the MIT License.
  • Panku Console by Feo (k2kra) Wu, under the MIT License.

The logo uses a Marisa Kirisame sprite by Adiutrix-Pia-Fidelis under CC BY-NC-SA 4.0, and uses the same license.

Licensed under GNU AGPLv3 or Later

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.