Posts

Showing posts from December, 2025

Godot How to Crash Course

In Godot, almost everything is a Node , and functionality is shared through Signals (events) and Scripts (GDScript or C#). Here is your "How-to" roadmap for building a fully functional single-player prototype. 1. Environment & World Building How to Add Sky & Lighting: Use a WorldEnvironment node with a Sky resource and a DirectionalLight3D (for sun). How to Add Earth (Terrain): Use a CSGBox3D for simple prototyping or a StaticBody3D with a CollisionShape3D and a MeshInstance3D for custom floors. How to Add Music/SFX: Use AudioStreamPlayer (Global), AudioStreamPlayer2D , or AudioStreamPlayer3D (Positional). 2. The Player (Kinematics) How to Create a Character (FPS/TPS): Use a CharacterBody3D . This node has the built-in move_and_slide() method for handling slopes and collisions. How to Add Jump & Gravity: Inside the _physics_process script, subtract from velocity.y for gravity and set velocity.y to a jump strength variable when an input is press...

Core Failed to Save New Game

 Simply disabled your antivirus in window, turning it off, solved my problem of this error.

Country with Visa Without Work Permit for Freelancer

Here are the easiest countries where freelancers can live legally without needing a separate work permit — either through a digital-nomad visa or self-employment visa that does NOT require a local job offer. ⭐ Fastest / Easiest Options These countries allow you to enter and work as a freelancer without a work permit, because the visa itself covers your freelancing: 1. Georgia — MOST EASY No visa needed for 1 year for Pakistanis (check latest rules, usually very open). You can work online freely. No work permit required. 2. Dubai (UAE) – Remote Work Visa 1-year remote work visa. Lets freelancers work for foreign clients legally. No local work permit required. 3. Malaysia – DE Rantau Digital Nomad Visa 3–12 months. For freelancers earning around $24k/year. No Malaysian work permit needed. 4. Indonesia (Bali) – Digital Nomad / Second Home Options Stay long-term and work online for foreign clients. No work permit for freelancing abroad. 5. Thailand – Long Stay + Digital Nomad Options No T...