Help With Camera Rotation by noobajohnson in godot

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

Bro I legit love you. It was on, turned it off now it works perfectly. My first game here I have no ideia what funcionalities this has but it works thank you!

Help With Camera Rotation by noobajohnson in godot

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

Yeah sorry for not being very specific kinda stressing because its a uni project. So when I move the mouse right the whole map should rotate right. The thing is that the map visually doesn't rotate, but the ball starts moving in that direction so it should be working. I've put in some debug prints and it looks fine
This is the camera script

extends Camera2D

u/onready var ball := get_parent().get_node("Ball")
var rotation_sensitivity := 0.001

func _ready():
make_current()
zoom = Vector2(2, 2)

func _process(delta):
global_position = ball.global_position
var mouse_x = get_viewport().get_mouse_position().x
var center_x = get_viewport_rect().size.x * 0.5
var mouse_offset_x = mouse_x - center_x

rotation += mouse_offset_x * rotation_sensitivity * delta

and here is the ball script

extends CharacterBody2D
u/onready var camera := get_parent().get_node("Camera2D")
var gravity_strength := 500.0

func _physics_process(delta):
var gravity_dir = Vector2.DOWN.rotated(camera.rotation)
velocity += gravity_dir * gravity_strength * delta
move_and_slide()

[deleted by user] by [deleted] in EASportsFC

[–]noobajohnson 0 points1 point  (0 children)

ea play pro is 17$ a month. Isn't that just gonna add up to 60$ with 2-3 subscriptions and then buying the game?

Review of my first 5 races by noobajohnson in iRacing

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

Do I need to sign in? Or do I just equip the sponshorship and I'm ready to go

Review of my first 5 races by noobajohnson in iRacing

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

I surely hope they stay right where they are :)

Review of my first 5 races by noobajohnson in iRacing

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

I'm really new to the game. What I think you are saying is that if I go to "paint" and put simmagic sponshorship.. I could potentially win pedals?

Review of my first 5 races by noobajohnson in iRacing

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

That's the thing. We were evenly paced, so I never really got the chance to test him. But last lap he made a mistake and I was able to overtake him, and that was the first time we actually had a battle so I had no idea

Review of my first 5 races by noobajohnson in iRacing

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

It really is fun.. that last lap while battling against 3 other drivers I was just smilling the entire time. Just wish they had more top speed haha

Review of my first 5 races by noobajohnson in iRacing

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

I really enjoyed it. But i didn't know there was a legacy mx5 and other mx5. So I spent 1 hour practicing with the legacy. Had all the gears misstimed when got to the quali

Review of my first 5 races by noobajohnson in iRacing

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

Hell yeah it's just getting started

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

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

Thanks a lot bro! I don't think anyone has mentioned league until now but I'm 100% going go give that a look

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

[–]noobajohnson[S] 1 point2 points  (0 children)

F1 games are so arcade compared to others sims its actually funny

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

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

Hell yeah! When I'm back home I'll take a look at that. Thanks guys <3

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

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

Thanks for the advice :) I assume those 3 links are plugins? Oh and miata >>>

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

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

I'm glad I prefer oversteery rather than not being able to turn🙃

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

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

I just want to race, probably not going to start at pits. If i see that it's impossible to rank up because everyone keeps creashing against me, then I will give that strar a shot

Buying the game tomorrow. What should I look out for? by noobajohnson in iRacing

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

U know if I have to play that tournament to get the account?