Folks, imagine that we launch the Asset Store, focused on the Godot Engine.
— What would you like to see in it as a customer, as assets? (That can't be on a free built in system)
— What can you upload there? (As an asset creator)
⚠️ To highlight some limitations: it will be commercial and it will not be under the FOSS license to make it valuable and worthy for creators.
💡 Please, reply in the comments of our chat!
#GodotEngine #Godot4 #GameAssets
— What would you like to see in it as a customer, as assets? (That can't be on a free built in system)
— What can you upload there? (As an asset creator)
⚠️ To highlight some limitations: it will be commercial and it will not be under the FOSS license to make it valuable and worthy for creators.
💡 Please, reply in the comments of our chat!
#GodotEngine #Godot4 #GameAssets
👍4🔥1😱1
This media is not supported in your browser
VIEW IN TELEGRAM
⭐ Our daily awesome post about #GodotEngine:
➡️ https://github.com/OverfortGames/SteamNetGodot
SteamNetGodot
In it's core SteamNetGodot is the combination of Facepunch.Steamworks and LiteNetLib. A performant, easy to use C# Steam Networking library for the wonderful Godot engine.
It will be regularly updated since it's currently in use on our game Taverna.
Goodies
➡️ Compressed Steam VOIP
➡️ Smart matchmaking through Steam Lobbies / internal logic
➡️ RPC system
➡️ Very simple C# code
➡️ Bunch of cool networking code as example (replication, resource management, audio, kick, mute, ban...)
➡️ Open Source
➡️ Godot 4.3
➡️ MIT license
#FOSS #Godot4 #Steam #GameDev
➡️ https://github.com/OverfortGames/SteamNetGodot
SteamNetGodot
In it's core SteamNetGodot is the combination of Facepunch.Steamworks and LiteNetLib. A performant, easy to use C# Steam Networking library for the wonderful Godot engine.
It will be regularly updated since it's currently in use on our game Taverna.
Goodies
➡️ Compressed Steam VOIP
➡️ Smart matchmaking through Steam Lobbies / internal logic
➡️ RPC system
➡️ Very simple C# code
➡️ Bunch of cool networking code as example (replication, resource management, audio, kick, mute, ban...)
➡️ Open Source
➡️ Godot 4.3
➡️ MIT license
#FOSS #Godot4 #Steam #GameDev
❤8👍3🔥2
From #Unity to #Godot4 by Antti, the solo developer of Road to Vostok:
https://www.youtube.com/watch?v=wdeE1orFbSs #GodotEngine #GameEngines #IndieGames #SoloDeveloper
https://www.youtube.com/watch?v=wdeE1orFbSs #GodotEngine #GameEngines #IndieGames #SoloDeveloper
YouTube
Road to Vostok Developer: Demo 2 v2, Early Access Details, New Trader, Godot Engine, BTS of Game Dev
This is my second conversation with Antti - the solo developer of Road to Vostok! We previously spoke a year ago and it only made sense to check-in and see how the development is going. Especially, after the engine switch from Unity to Godot.
We talk about…
We talk about…
❤9
This media is not supported in your browser
VIEW IN TELEGRAM
A monkey game prototype found on #GodotEngine reddit with some interesting 2D to 3D mixing
#IndieGames #Godot4
#IndieGames #Godot4
😁22❤5👍3🔥2
This media is not supported in your browser
VIEW IN TELEGRAM
How about some Ocean Shader for Godot Engine?
https://github.com/2Retr0/GodotOceanWaves/ #GodotEngine #Godot4 #Shaders #FOSS
https://github.com/2Retr0/GodotOceanWaves/ #GodotEngine #Godot4 #Shaders #FOSS
🔥27❤9😱4👍2🫡1
This media is not supported in your browser
VIEW IN TELEGRAM
A simple Ocean Shader for Godot 4 (much easier than the one with big waves), also MIT Licensed
https://github.com/Flarkk/Godot-Water-Shader-Prototype #FOSS #Shaders #GodotEngine #Godot4
https://github.com/Flarkk/Godot-Water-Shader-Prototype #FOSS #Shaders #GodotEngine #Godot4
❤16🔥7🫡3🌚1
GameDev Pulse
Just created a simple color grading shader graph for Godot 4! 💡 It can control color temperature and green tint of the whole image + separately apply additional values for bright and dark areas (if needed). Godot already provides LUT support and color correction…
As promised: here is the project (compatible with Godot 4.3): there are two shaders right now — Mini and Extra.
ColorCorrection Mini
Tune color temperature, brightness, saturation, and green tint of the whole image. With this simple and fast shader you can easily make the game feel colder, warmer, or more dangerous (like on icy mountains, hot volcano, or poisoned swamps respectively).
ColorCorrection Extra
Same as Mini, but with extra sliders to tweak Bright and Dark areas separately, so the results are almost unlimited: you can turn day into night in a few clicks.
https://github.com/ArseniyMirniy/Godot-4-Free-Color-Correction-and-Screen-Effects-Visual-Shader #GodotEngine #Godot4 #GameEngines #Shaders
ColorCorrection Mini
Tune color temperature, brightness, saturation, and green tint of the whole image. With this simple and fast shader you can easily make the game feel colder, warmer, or more dangerous (like on icy mountains, hot volcano, or poisoned swamps respectively).
ColorCorrection Extra
Same as Mini, but with extra sliders to tweak Bright and Dark areas separately, so the results are almost unlimited: you can turn day into night in a few clicks.
https://github.com/ArseniyMirniy/Godot-4-Free-Color-Correction-and-Screen-Effects-Visual-Shader #GodotEngine #Godot4 #GameEngines #Shaders
GitHub
GitHub - ArseniyMirniy/Godot-4-Color-Correction-and-Screen-Effects: Godot 4 color correction tools similar to Video Editing apps…
Godot 4 color correction tools similar to Video Editing apps + Post Processing Screen Effects, made with pure Visual Shaders in Godot 4.3. - ArseniyMirniy/Godot-4-Color-Correction-and-Screen-Effects
❤14👍1
Hey, folks, I created two issues and one proposal in Godot 4 GitHub, feel free to support:
1. Any graphs (like visual shaders) are sensitive to system scale, but they only change SIZES, not positions, and get mashed together: https://github.com/godotengine/godot/issues/98513
2. If you change the scale on runtime, it crashes: https://github.com/godotengine/godot/issues/98514
3. Shaders and Scripts editors both have FILES tab that takes too much space on smaller screens: https://github.com/godotengine/godot-proposals/issues/11026
4. UPD: Color Operations only work in 0-1 range which causes clipping in bright areas: https://github.com/godotengine/godot/issues/98515
#GodotEngine #Godot4 #Bugs
1. Any graphs (like visual shaders) are sensitive to system scale, but they only change SIZES, not positions, and get mashed together: https://github.com/godotengine/godot/issues/98513
2. If you change the scale on runtime, it crashes: https://github.com/godotengine/godot/issues/98514
3. Shaders and Scripts editors both have FILES tab that takes too much space on smaller screens: https://github.com/godotengine/godot-proposals/issues/11026
4. UPD: Color Operations only work in 0-1 range which causes clipping in bright areas: https://github.com/godotengine/godot/issues/98515
#GodotEngine #Godot4 #Bugs
👍12👏4🌚1
Yet another demo project by Wojtek Pe on Godot 4. This time with Quixel assets and some custom tools!
It was just okay, but then he entered the cave and indirect lighting kicked in 🔥
https://www.youtube.com/watch?v=8kAK1vRjlyI
#GodotEngine@GameDEV
#Godot4@GameDEV
It was just okay, but then he entered the cave and indirect lighting kicked in 🔥
https://www.youtube.com/watch?v=8kAK1vRjlyI
#GodotEngine@GameDEV
#Godot4@GameDEV
YouTube
Godot 4.3 + Quixel Assets + Mterrain + Custom Shaders
My recent small project made in Godot 4.3. I was really looking for opportunity to try mterrain plugin so when free Quixel assets were released it felt like a perfect moment. Whole scene is not greatly optimized but runs at about 60-80 fps in outdoor parts…
❤13
⭐ Just updated my screen shader, drop it a star! The Ultimate Screen Effects shader has:
Global:
• Blur and Sharpening
• Pixelation (scalable)
• Chromatic Aberrations
• Bloom booster
• Halation
• Vignette
• Saturation
• Color Filter
MAIN + Shadows, Midtones, Highlights:
• Color Temperature
• Green Tint
• Brightness
• Contrast
WIP:
• Lens Flares (Anamorphic)
• Film Grain (Physically Correct)
• Screen Warp Effects
https://github.com/ArseniyMirniy/Godot-4-Color-Correction-and-Screen-Effects
#Godot4@GameDEV
#GodotEngine@GameDEV
#Shaders@GameDEV
Global:
• Blur and Sharpening
• Pixelation (scalable)
• Chromatic Aberrations
• Bloom booster
• Halation
• Vignette
• Saturation
• Color Filter
MAIN + Shadows, Midtones, Highlights:
• Color Temperature
• Green Tint
• Brightness
• Contrast
WIP:
• Lens Flares (Anamorphic)
• Film Grain (Physically Correct)
• Screen Warp Effects
https://github.com/ArseniyMirniy/Godot-4-Color-Correction-and-Screen-Effects
#Godot4@GameDEV
#GodotEngine@GameDEV
#Shaders@GameDEV
GitHub
GitHub - ArseniyMirniy/Godot-4-Color-Correction-and-Screen-Effects: Godot 4 color correction tools similar to Video Editing apps…
Godot 4 color correction tools similar to Video Editing apps + Post Processing Screen Effects, made with pure Visual Shaders in Godot 4.3 and 4.4. - ArseniyMirniy/Godot-4-Color-Correction-and-Scree...
🔥17
Finally, my Godot 4 Screen Effects shader has been released into Stable version and explained in details!
https://www.youtube.com/watch?v=38JYL-KEEoc
#Shaders@GameDEV
#GodotEngine@GameDEV
https://www.youtube.com/watch?v=38JYL-KEEoc
#Shaders@GameDEV
#GodotEngine@GameDEV
YouTube
All-in-one Godot 4 Color Correction and Post-Processing Screen Effects
Imagine one Godot 4 Visual Shader with Pixelation, Panini Projection, Posterization, Color Gradient Filter, Color Correcting Tools, Blur and Sharpening, Chromatic Aberrations, Vignette, and Film Grain. It's free and available on GitHub!
https://github.c…
https://github.c…
🔥15👍6❤4
GameDev Pulse
Finally, my Godot 4 Screen Effects shader has been released into Stable version and explained in details! https://www.youtube.com/watch?v=38JYL-KEEoc #Shaders@GameDEV #GodotEngine@GameDEV
Folks, I can't believe that there are almost 3000 of us here and only 37 people dropped a like on YouTube: support free tools and assets, go leave a like (and comment)! 😉
https://www.youtube.com/watch?v=38JYL-KEEoc
https://www.youtube.com/watch?v=38JYL-KEEoc
YouTube
All-in-one Godot 4 Color Correction and Post-Processing Screen Effects
Imagine one Godot 4 Visual Shader with Pixelation, Panini Projection, Posterization, Color Gradient Filter, Color Correcting Tools, Blur and Sharpening, Chromatic Aberrations, Vignette, and Film Grain. It's free and available on GitHub!
https://github.c…
https://github.c…
👍7🔥6😢1🍌1
Oh, your favourite genre: 4-hours long Godot 4 tutorial!
https://www.youtube.com/watch?v=NJJNWGD25rg
#GameEngines@GameDEV
#GodotEngine@GameDEV
#Tutorials@GameDEV
https://www.youtube.com/watch?v=NJJNWGD25rg
#GameEngines@GameDEV
#GodotEngine@GameDEV
#Tutorials@GameDEV
YouTube
Your First 3D GAME From Zero in Godot 4 **Survivor Arena FPS**
This easy-to-follow tutorial is the perfect excuse to get into *making a 3D game! In just 1 sitting* , you can complete a *fun and shareable* game while understanding every step and learning the *essentials of 3D Gamedev* .
✦✦ *PROJECT FILES* ✦✦ https…
✦✦ *PROJECT FILES* ✦✦ https…
❤11