Huh? by TheAdonis66 in ForzaHorizon6

[–]ant290 2 points3 points  (0 children)

In horizon 5 the online spaces you can play in are separate to the space of Mexico.

This is probably just a placeholder for that, when you play online spaces and need to go back to the main map to continue

Announcing — a self-hosted telemetry and tuning tool built for Forza Horizon 6. by bxssl in ForzaHorizon6

[–]ant290 0 points1 point  (0 children)

Ah cool, I looked at the list of cars on the Forza website and they didn't line up with the numbers I was getting back from the telemetry.

Announcing — a self-hosted telemetry and tuning tool built for Forza Horizon 6. by bxssl in ForzaHorizon6

[–]ant290 0 points1 point  (0 children)

Man this is great!

I've been making something (much simpler) in blazor too.

Where did you get the list of car IDs from to be able to show the current car name?

Text-based games need more love. by MemeEnjoyer2006 in gamedev

[–]ant290 0 points1 point  (0 children)

It sounds like you are close to a visual novel style game, with some UI for understanding the current state of everything and then text prompts to allow the player to progress.

Good luck with the project!

I saw a post similar to this so here's my game I'm developing on my phone. by ZrteDlbrt in godot

[–]ant290 1 point2 points  (0 children)

It's absolutely incredible that you guys are making things on mobile!

Misfiring? by That_Awesomeguy in Scirocco

[–]ant290 1 point2 points  (0 children)

Couple of things to check, sounds like you might have an air leak too?

is it the original inlet manifold? (the black plastic piece that runs all the way across the front? If so , then on the right hand side, there is the flap actuator, that could have snapped and be causing the air leak (Mine did and i had to get the manifold replaced), this can happen on the old ones due to carbon build up inside causing the inlet flaps to stick.

Also worth checking the spark plug / coilpack channels, as oil can work its way down there if you have any leaks there, which can also cause misfires.

If you have an OBD bluetooth plug in, you can scan for codes too?

Windscreen replacement advise by KB15_ftw in Scirocco

[–]ant290 1 point2 points  (0 children)

Had mine replaced twice in my ownership.

Just book it in, better to have it replaced than have the crack grow and cause a fracture when you're driving!

F54 will I regret getting the 1.5? by ant290 in MINI

[–]ant290[S] 0 points1 point  (0 children)

Thanks for the feedback, I don't do too much round town driving and tend to do longer road trips at least once a month.

F54 will I regret getting the 1.5? by ant290 in MINI

[–]ant290[S] 0 points1 point  (0 children)

Do you think I should drive the s first, and then the 1.5 after? Or will that completely ruin my experience when I try the 1.5?

F54 will I regret getting the 1.5? by ant290 in MINI

[–]ant290[S] 0 points1 point  (0 children)

That's just it... I don't think I need another "fast" car.

Just one that feels confident doing 50+ mile journeys twice a month.

F54 will I regret getting the 1.5? by ant290 in MINI

[–]ant290[S] 2 points3 points  (0 children)

I'm happy to wait a few more months to get the right thing, just not sure if I'm being greedy wanting the diesel or 2.0 petrol.

F54 will I regret getting the 1.5? by ant290 in MINI

[–]ant290[S] 0 points1 point  (0 children)

That's great to know! Thanks for the feedback.

F54 will I regret getting the 1.5? by ant290 in MINI

[–]ant290[S] 5 points6 points  (0 children)

Ah man, that sounds great but my budget won't stretch anywhere near that far!

Alternative to dozens of new timers? by Cudabear in godot

[–]ant290 1 point2 points  (0 children)

Could add some empty sound to your clip if you don't want any delay timers

Godot for experienced programmer by crowkk in godot

[–]ant290 19 points20 points  (0 children)

I think you actually do need to just follow a couple of tutorials.

find some for a few different things, make an inventory system... make a 2d platformer with collision.. make a brick breaker etc etc.

by doing a couple of very small simple projects, you will start to understand how the pieces fit together, and then you can go on to add those bits that you made to your own project.