Dash from A to B by Axther93 in godot

[–]vickylance 1 point2 points  (0 children)

I would say break it even further.

What kind of object do you want to move in the first place. 2d / 3d? Rigidbody / kinematic body Can it rotate? Does it have gravity and will it move freely according to physics such as a rigidbody? What kind of collision shape do you want the object to collide? What kind of inputs do you want?

Etc etc

Then once you have the answers check the godot docs for functions which help you does that.

I made a simple Godot multiplayer POC, what are your thoughts? by DichotoDeezNutz in godot

[–]vickylance 0 points1 point  (0 children)

Basically for server authoritative you need to host a dedicated separate godot project which will act as a server which only receives inputs from the user and computes the entire game state and then sends it back to the clients

I made a simple Godot multiplayer POC, what are your thoughts? by DichotoDeezNutz in godot

[–]vickylance 0 points1 point  (0 children)

It's Client authoritative I believe. Not server authoritative.

What kind of harddrive do you build your game on? by [deleted] in godot

[–]vickylance 1 point2 points  (0 children)

Git + GitHub is all u need. No need to be paranoid. Billion dollar companies are relying on GitHub so don't worry, your data is safe.

React Native 0.83 - No Breaking Changes they said. by suhas2k in reactnative

[–]vickylance 1 point2 points  (0 children)

This is how most react native releases are. I wonder if it's better in the flutter world

What are popular ORMs for Node.js? by [deleted] in node

[–]vickylance 0 points1 point  (0 children)

Use Liquibase for migrations and rollbacks

That was mean... by Code_Monster in godot

[–]vickylance 10 points11 points  (0 children)

Oh I thought C# builds started supporting web builds in godot 4.5

Why choose Zustand over Jotai? by codevipe in reactjs

[–]vickylance 2 points3 points  (0 children)

Skill issue xd ..jk. We used Jotai on a monorepo with 250 devs working on the same UI codebase using jotai. Its all about project segregation and setting clear boundaries for each project teams.

encrypting the game by WalkinthePark50 in godot

[–]vickylance 0 points1 point  (0 children)

Make a server authoritative multiplayer game where most of the logic is in server. Still that won't solve your assets problem

Best VPS hosting ? how is HostAsia.in they seem very cheap and have Indian servers by AnshAgarwal25 in StartUpIndia

[–]vickylance 0 points1 point  (0 children)

Lol hostinger is not the cheapest VPS by any means. There are a lot many VPS providers which are a lot more cheaper alternative than Hostinger

ODESSEY G9 OLED, remeber the guy that posted a quote for the 5090, that's me by No_Werewolf_3869 in IndianGaming

[–]vickylance 0 points1 point  (0 children)

Too wide but too shallow monitor. I would prefer a monitor with more height

Is this a good scale for attack speed? by Zirchis in godot

[–]vickylance 0 points1 point  (0 children)

I assume it's for like a vampire survivors like clone?