Search found 7 matches

by aussiegamedev
Wed Jul 19, 2023 9:37 pm
Forum: Tutorials
Topic: Godot 4 FPS with Game Controller Support
Replies: 2
Views: 1618

Re: Godot 4 FPS with Game Controller Support

That's ok. I'll eventually link the rest. I also have a few more to do, including a settings menu with save and autoload on game start.


For the voice over, I'm using ClipChamp which is free on Windows but only 1080p and also in Microsoft 365 as a paid version which does upto 4k.
by aussiegamedev
Wed Jul 19, 2023 1:56 pm
Forum: Introductions
Topic: Hi all...
Replies: 7
Views: 2539

Re: Hi all...

I've had to use text to speech... Why don't you post the material in articles? Why do you have to make videos? It's not always convenient. I suppose I could do it that way. But in the future I want to use my YouTube channel to promote a small game I'm making. So I'm trying to build an online presen...
by aussiegamedev
Wed Jul 19, 2023 1:17 pm
Forum: General Chat
Topic: What are we watching?
Replies: 15
Views: 5612

Re: What are we watching?

I've been watching another show called Absentia. It's a spy thriller series, well worth watching...
by aussiegamedev
Wed Jul 19, 2023 1:08 pm
Forum: Tutorials
Topic: Godot 4 FPS with Game Controller Support
Replies: 2
Views: 1618

Godot 4 FPS with Game Controller Support

So I thought I'd post up my FPS Controller Tutorial. I also noticed a problem with the code from the YouTube. I had forgotten to limit camera movement. So at the end of the code just add the following line... $Camera3D.rotation.x = clamp($Camera3D.rotation.x, deg_to_rad(-75), deg_to_rad(75)) The cod...
by aussiegamedev
Wed Jul 19, 2023 4:41 am
Forum: Introductions
Topic: Hi all...
Replies: 7
Views: 2539

Re: Hi all...

Thanks for the Welcome....

I've had to keep my channel basic, due to my living situation. So I just glaze over the code sections to save time and I've had to use text to speech until I get a quiet room set up a studio...
by aussiegamedev
Wed Jul 19, 2023 3:26 am
Forum: Introductions
Topic: G'day
Replies: 3
Views: 1696

Re: G'day

Hi Owen,

Yeah Godot seems to be much easier to use and GDscript is great....

I'm having more fun since moving away from Unity.


Cheers
Michael (on the Mighty Murray river)
by aussiegamedev
Wed Jul 19, 2023 1:47 am
Forum: Introductions
Topic: Hi all...
Replies: 7
Views: 2539

Hi all...

I'm AussieGameDev (Michael). Back in the day I used to do electronic repairs, now not so much.... I also like programming and all things gaming. I was also on that other Forum and have a small YouTube channel. https://www.youtube.com/@aussiegmedev I'll post my tutorials in the appropriate section an...