
HighGame_Dev² (NIGHTCALL)
@HighGame_Dev
Followers
708
Following
2K
Media
132
Statuses
206
La baguette 🥖🇫🇷 @highgamedef Lead developer of @nightcall_game
France
Joined March 2022
The Crew 1 will be playable again on September 15. We won, FUCK YOU UBISOFT
27
434
4K
I'm really just making the rainy version 😭 (vertex shading i love you)
1
0
19
I created a daytime environment to work on the map and see it better. Everything was going well until I realized. I've recreated the graphic style of TDU1 💀. #GodotEngine #RacingGames #indiedev
5
10
108
It's a lot more work, but it's a fun work. And it can only be good for the artistic direction and optimization of the game !.
0
0
6
Godot's SDFGI system had to recalculate the cascades for every movement. This obviously had a big impact in a car game, so I switched everything to more traditional techniques, sacrificing a bit of dynamism but gaining on performance. #GodotEngine #RacingGames #indiedev
5
7
133
RT @f11bot: FINALLLLYYYYY YAAAYYY!!!😭.Obstacle Avoidance System is working!!*. *90% of the time that is. (just wait for the bloopers :D)….
0
17
0
Silly ahhh me for multiplying a random value by 500. Please welcome the R32 jet Edition 🥲. #GodotEngine #RacingGames #indiedev
1
3
46
Thanks to MTerrain's road editor, designing the map is faster than ever 🤌. I would like to finished the mountain part before releasing a demo, and I now think that this is possible before the end of the year. #GodotEngine #RacingGames #indiedev
4
2
66
Did you say “lots of colorful light for no reason, just because why the f not?”. Ohh. sorry, I thought you did 🥲. #GodotEngine #RacingGames #indiedev
2
1
43
This, in a slightly darker version, with the InspectorTabs/AssetDrawer plugins, and here is the most beautiful version of the #GodotEngine ☝️🗿
I think it's time we've accepted that @passivestar_ 's "Minimal" Godot theme should become the default Godot Editor theme. It's time #godotengine
0
0
23
I'll keep the main theme secret for now, but here's a little preview of some track I composed last week for my game !. #GodotEngine #ableton #RacingGames #indiedev #IndieGameMusic
7
10
75
So. I added wind. (I make some bamboo / remodeled a palm tree then animated the trunks with shape keys then adding physical simulation to the leaves to export a mesh shape to make it loop and convert it to vertex animation ☝️🤓). #GodotEngine #RacingGames #indiedev #PhotoMode
7
33
419
Other than Sketchfab, do you know of any free/paid 3d model websites with a 3d viewer and lots of content available ?.
2
0
2
15
44
509
So that's basically my workflow for the "mountains" part of my game. I'll probably have to modify some things for the city area later. Subscribe so you don't miss out on the features of this gas station 👀
3
5
138
In my main map i've created a very simple tool to visualize and calculate the chunk's spawn area relative to the player. And when he approaches I load the content by sending a request to the threads. (5/6)
1
2
44
Next, knowing that my game is limited to closed roads, each location of this type is a point of interest that I can easily group. So I compress everything into a separate scene. (4/6)
1
2
49
First, I created a script to modify the instances transforms in a MultiMesh. This allowed me to quickly duplicate objects (bushes, streetlights, etc. ) without exploding the number of draw calls, and to choose those who really needed collisions. (3/6)
1
1
52
My first idea was to base it on existing streaming systems such as Unreal's world partition. so cutting the map with a grid and load the areas that way. But after a few try i realized that it was far too complex for my intended use 💀 (2/6)
1
1
53