๐ฎ Farming Simulation Game | Unreal Engine 5 | PC
Current Phase: Phase 2 - Prototype & Core Systems (Week 5)
- Phase 1 Pre-Production (All design documents)
- Project planning and architecture
- C++ class headers
- Git repository setup
- UE5 Project Setup โ YOU ARE HERE
Choose your IDE:
๐ Follow: SETUP_INSTRUCTIONS_RIDER.md ๐
- Faster, better IntelliSense
- Native Unreal Engine support
- Modern IDE experience
๐ Follow: SETUP_INSTRUCTIONS.md ๐
- Free and fully featured
- Official Microsoft tooling
- Good UE5 integration
Both guides walk you through:
- Installing your chosen IDE
- Installing Unreal Engine 5.4
- Creating the UE5 project
- Setting up Git LFS
- Building and running the project
Estimated Time: 2-3 hours (mostly downloads)
All project documentation is in the /Documentation/ folder:
- SETUP_INSTRUCTIONS.md - Setup guide (START HERE!)
- Documentation/README.md - Documentation overview
- Documentation/Phase2_SetupGuide.md - Detailed development guide
- FarmingSimulator_ProjectPlan.md - Project timeline
- GameDesignDocument.md - Complete game design
- TechnicalDesignSpecification.md - Technical architecture
- ArtStyleGuide.md - Visual style guide
- CoreFarmingMechanics.md - Gameplay mechanics
- ScopeAndResourcePlanning.md - Budget and timeline
- Phase2_PrototypeAndCoreSystems.md - Week-by-week tasks
- ProjectStructure.md - Folder organization
- Unreal Engine 5.4+ (via Epic Games Launcher)
- IDE - Choose one:
- JetBrains Rider (recommended) - $149/year or free student license
- Visual Studio 2022 Community (free)
- Windows Build Tools (required even with Rider)
- Git with Git LFS
- Windows 10/11 64-bit
- CPU: Intel Core i7-8700 / AMD Ryzen 7 2700X
- RAM: 16 GB
- GPU: NVIDIA GTX 1660 / AMD RX 5600 XT
- Storage: 100 GB SSD
- CPU: Intel Core i9-12900K / AMD Ryzen 9 5900X
- RAM: 32 GB
- GPU: NVIDIA RTX 3070 / AMD RX 6800
- Storage: 250 GB NVMe SSD
FarmingSimulator/ (will be created by UE5)
โโโ Content/ (Unreal assets)
โโโ Source/ (C++ source code)
โ โโโ FarmingSimulator/
โ โโโ Public/ (C++ headers - already created!)
โ โ โโโ Core/
โ โ โโโ Characters/
โ โ โโโ Systems/
โ โ โโโ Crops/
โ โ โโโ Data/
โ โโโ Private/ (C++ implementations - to be created)
โโโ Documentation/ (All project docs)
โโโ Config/ (UE5 config files)
โโโ Saved/ (Generated files, not in git)
โโโ Intermediate/ (Build files, not in git)
โโโ Binaries/ (Compiled binaries, not in git)
Use this to track your progress:
- Choose IDE:
- Option A: JetBrains Rider + VS Build Tools
- Option B: Visual Studio 2022 Community (full IDE)
- Install Windows Build Tools or Visual Studio
- Game development with C++ workload (or MSVC build tools)
- Windows 10/11 SDK
- Install Epic Games Launcher
- Install Unreal Engine 5.4
- Install Git
- Install Git LFS
- Launch Unreal Engine 5.4
- Create new C++ project (Third Person template)
- Project name: FarmingSimulator
- Location: C:\projects\
- Wait for project generation
- Copy Documentation folder to UE5 project
- Copy C++ headers to Source folder
- Copy .gitignore and .gitattributes
- Initialize Git in UE5 project folder
- Configure Git LFS
- Open FarmingSimulator.sln in your IDE (Rider or VS)
- Build solution (Ctrl+Shift+B or F6)
- Launch editor (F5 or Shift+F10 in Rider)
- Verify project opens successfully
- Read Phase2_SetupGuide.md
- Start Week 5 tasks
Fix: Rebuild the solution in your IDE (Ctrl+Shift+B)
Fix: Install Visual Studio Build Tools (see SETUP_INSTRUCTIONS_RIDER.md Step 2)
Fix: Install MSVC build tools via Visual Studio or VS Build Tools
Fix: Make sure all files copied to correct locations
git lfs install
git lfs track "*.uasset"
git lfs track "*.umap"Having issues?
- Check: SETUP_INSTRUCTIONS.md
- UE5 Docs: https://docs.unrealengine.com/
- UE5 Forums: https://forums.unrealengine.com/
Total Duration: 56 weeks (14 months) Current Week: Week 5 of 56 Current Phase: Phase 2 - Prototype & Core Systems (Weeks 5-12)
- Week 6: Player controller functional
- Week 7: Time/weather systems
- Week 12: Playable prototype complete
- Week 36: Alpha build
- Week 56: Launch! ๐
Team Size: 20 people Budget: $2.7M - $3.4M Platform: PC (Windows), Future: PS5, Xbox Series X/S
Let's build an amazing farming simulator! ๐พ๐
Next Step: Read SETUP_INSTRUCTIONS.md