NuGameDev
NuGameDev
  • 32
  • 77 482
DAZ Studio + Linux + Nvidia GPU
Previous video on this topic got DAZ Studio working under Linux. This will expand on that and show how to get it utilizing your Nvidia GPU.
github.com/SveSop/nvidia-libs
www.daz3d.com/forums/discussion/60901/daz-studio-and-linux/
zhlédnutí: 265

Video

Godot - FF6 Enemy Flash
zhlédnutí 331Před 2 měsíci
When enemies attack in Final Fantasy 6, they flash twice very quickly to indicate which enemy is performing the attack. We will use a very simple shader to replicate this effect and trigger it in code.
Godot + C# + VS Codium + Debugging
zhlédnutí 604Před 2 měsíci
The free C# extension to VS Code/VS Codium just received an update which will allow debugging, removing any allure Microsoft's proprietary VS Code might have. free-vscode-csharp extension repo: github.com/muhammadsammy/free-vscode-csharp Godot VS Code Documentation: docs.godotengine.org/en/stable/contributing/development/configuring_an_ide/visual_studio_code.html FinePointCGI's VS & VS Code vid...
Compile C# Godot on Linux
zhlédnutí 168Před 3 měsíci
Compile the C# version of Godot on Linux. We'll also enable the double precision, which currently can only be obtained by compiling from source.
DAZ Studio & Diffeomorphic running in Linux
zhlédnutí 497Před 3 měsíci
An example of DAZ Studio & Diffeomorphic (and by extension, Blender), running in Linux Mint Cinnamon. DAZ Forum: Long-running thread: www.daz3d.com/forums/discussion/60901/daz-studio-and-linux Diffeomorphic: bitbucket.org/Diffeomorphic/import_daz/wiki/Home My tool for fixing DAZ library case mismatches: github.com/GeneralProtectionFault/DAZ-Studio-Linux-Case-Fix
Godot Infinite World Wrap
zhlédnutí 927Před 4 měsíci
Make a world map wrap around when your character reaches the edge.
Godot RPG Town Transition using Phantom Camera
zhlédnutí 1,4KPřed 7 měsíci
This will be a general approach to transitioning between an overworld map & towns, using the new Phantom Camera addon, which takes care of a lot of tedious camera work for us.
Connect Godot (C#) to Local AI
zhlédnutí 355Před 8 měsíci
Updated version, connecting Godot (or any C# engine) to Oobabooga. This improves on the previous video and works with Oobabooga's updated API. Project Repo: github.com/GeneralProtectionFault/Illusion-Of-Godoobooga
GameOff 2023 Godot Game
zhlédnutí 57Před 8 měsíci
Devlogging our submission for GameOff 2023 Pounds of Piranha (Our Submission :)): itch.io/jam/game-off-2023/rate/2397701 Pounds of Piranha Repository: github.com/GeneralProtectionFault/Pounds-of-Piranha All GameOff 2023 Submissions: itch.io/jam/game-off-2023/entries
Godot Dynamic Astar (Navigation) Grid 2D
zhlédnutí 449Před 9 měsíci
Create a 2D navigation grid dynamically, not tied to a tilemap.
Godot 3D Debugging Lines
zhlédnutí 982Před 10 měsíci
This is to essentially draw gizmos in code to see a visual of positions and such that you're coding with. This is a big help in understanding what your code is doing in 3D spaces. Repo w/ the script: github.com/GeneralProtectionFault/Godot-3D-Lines-CSharp Original C# fork & original repo, to which most of the credit is due: github.com/Rytelier/Godot-3D-Lines-CSharp github.com/klaykree/Godot-3D-...
Godot Classic NPC Movement
zhlédnutí 1,9KPřed 11 měsíci
This tutorial will use Godot's Navigation 2D features to imitate classic random movement. Godot's documentation page: docs.godotengine.org/en/stable/tutorials/navigation/navigation_introduction_2d.html
Godot and Oobabooga
zhlédnutí 959Před rokem
We'll use C# to connect Godot to Oobabooga, running locally on your PC. This is a free way to utilize some AI chat in your game. Oobabooga: github.com/oobabooga/text-generation-webui Models: huggingface.co/TheBloke
Godot RPG Battle Loop & Scene Management
zhlédnutí 1,1KPřed rokem
This will implement finishing the battle and returning to the overworld scene. This is heavily centered around scene management, and we'll cover a few slightly advanced ways to do that.
Godot Chain Animation
zhlédnutí 531Před rokem
Quick tutorial on chaining 2 animations together, when we want the 2nd one to loop.
Godot Copy Animation
zhlédnutí 1,3KPřed rokem
Godot Copy Animation
Godot JRPG Fight Animation & Enemy Death
zhlédnutí 747Před rokem
Godot JRPG Fight Animation & Enemy Death
Godot Damage Text (FF6)
zhlédnutí 588Před rokem
Godot Damage Text (FF6)
Godot - Loop Audio, Don't Loop Intro
zhlédnutí 1,5KPřed rokem
Godot - Loop Audio, Don't Loop Intro
Godot 4 Final Fantasy 6 Working Battle UI
zhlédnutí 2,2KPřed rokem
Godot 4 Final Fantasy 6 Working Battle UI
Godot 4 Final Fantasy 6 Data in LiteDB
zhlédnutí 1KPřed rokem
Godot 4 Final Fantasy 6 Data in LiteDB
Exporting Unreal 5 Assets to Blender
zhlédnutí 28KPřed rokem
Exporting Unreal 5 Assets to Blender
Godot 4 Random Encounters (Final Fantasy 6)
zhlédnutí 2,4KPřed rokem
Godot 4 Random Encounters (Final Fantasy 6)
Godot 4 Overworld Character Controller
zhlédnutí 3,7KPřed rokem
Godot 4 Overworld Character Controller
Upscale Sprite Art Using Stable Diffusion
zhlédnutí 1,7KPřed rokem
Upscale Sprite Art Using Stable Diffusion
Compile Godot 4 (C#) from Source
zhlédnutí 1,8KPřed rokem
Compile Godot 4 (C#) from Source
Unity Smash Bros. Select Screen
zhlédnutí 1,4KPřed rokem
Unity Smash Bros. Select Screen
Godot 4 + Nuget
zhlédnutí 1,8KPřed rokem
Godot 4 Nuget
Godot 4 - Basic 3D w/ UI Template
zhlédnutí 15KPřed rokem
Godot 4 - Basic 3D w/ UI Template
Godot 3D Progress Bar
zhlédnutí 1,7KPřed rokem
Godot 3D Progress Bar