Skip to content

Commit 4b73b43

Browse files
committed
update intro page description
1 parent 8e434af commit 4b73b43

File tree

1 file changed

+25
-38
lines changed

1 file changed

+25
-38
lines changed

src/content/docs/about/intro.mdx

+25-38
Original file line numberDiff line numberDiff line change
@@ -6,58 +6,45 @@ description: 'A simple, modular and extensible gameplay system that allows fast
66
import { Image } from 'astro:assets';
77
import logo from '../../../assets/fp_icon.jpg';
88

9-
# FlowPilot: Streamline Your Unreal Engine Gameplay Creation
9+
# FlowPilot: Streamline Gameplay Design
1010

11-
**Powerful, efficient, and intuitive gameplay design for Unreal Engine developers.**
11+
**Unreal Engine plugin that puts powerful gameplay creation tools in the hands of game developers**
1212

13-
🏪 [Get FlowPilot!](https://spotlesslink.com/4lyb6)
14-
| 🆓 [Demo Version](https://mikea15.itch.io/flowpilot-ue-plugin)
13+
🏪 [Get FlowPilot Now!](https://spotlesslink.com/4lyb6)
1514
| 🐛 [Issues/Feature Requests](https://github.com/Mikea15/UEFlowPilot/issues)
1615
| 🗨️ [Discord](https://discord.gg/sF9KjZ9qqj)
16+
| 📩 [Email](mailto:[email protected])
17+
| 🐦 [Twitter/X](http://www.x.com/michaeladaixo)
1718

1819
<div class="mx-auto size-48 rounded-lg shadow-md shadow-black/50 m-1 overflow-hidden">
1920
<img src={logo.src} alt="" /></div>
2021

2122
## About FlowPilot
2223

23-
FlowPilot is a powerful Unreal Engine plugin designed to simplify and accelerate the development of rich, interactive gameplay experiences.
24+
FlowPilot is a powerful Unreal Engine plugin that empowers game designers to streamline gameplay creation.
25+
It provides an intuitive, visual task-based editor for crafting gameplay sequences and game logic.
26+
By enabling rapid prototyping and efficient iteration without extensive coding, FlowPilot enhances team collaboration and accelerates the overall development process.
2427

25-
## Key Features
28+
## 🧩 Key Benefits
2629

27-
### 🎨 Intuitive Design Tools
28-
- **Custom FlowPilot Editor**: Create gameplay sequences and interactive objects with ease
29-
- **Visual Flow Creation**: Design complex gameplay logic without extensive coding
30-
- **Blueprint & C++ Support**: Create new tasks in Blueprint or Cpp
30+
- **Data Driven Development:** Allow your team to work on different assets to improve collaboration
31+
- **Rapid Prototyping:** Create and iterate on gameplay sequences visually.
32+
- **Intuitive Interface:** Design complex interactions using a user friendly custom task editor
33+
- **Time Saving:** Reuse flow pilot tasks across your levels and interactive objects with a modular Architecture
34+
- **Scalable for All Projects sizes**: Suitable for solo, indie or large teams.
35+
- **Accessible Learning Curve**: Intuitive for beginners, powerful for experts.
3136

32-
### 🧩 Modular Architecture
33-
- **Reusablility**: Maximize efficiency by reusing tasks and entire FlowPilot Assets
34-
- **Data-Driven Approach**: Easily adapt and scale your gameplay systems
35-
- **Seamless Integration**: Compatible with existing Unreal Engine projects
37+
## 🛠️ Core Features
3638

37-
### ⚡ Performance Aware
38-
- **Performance-First Approach**: CPU Cycles, VisualLogs, and Profiler Traces to monitor CPU usage in real-time
39-
- **Efficient Actor Management**: Prefetching system for optimized actor access
40-
- **Automatic Lifetime Control**: Streamlined management of spawned actors
41-
42-
### 🛠️ Versatile Implementation
43-
- **GameplayTag Integration**: Easily locate and manage actors in levels
44-
- **Extensible Task System**: Use built-in Tasks or create bespoke ones for your game
45-
- **Pre-built Task Library**: Get started quickly with included FlowPilotTasks
46-
47-
### 🚀 Benefits for Your Team
48-
- **Accelerated Development**: Reduce time spent on repetitive tasks
49-
- **Improved Collaboration**: Share and reuse assets across your team
50-
- **Scalable for All Projects**: Suitable for solo, indie or large teams
51-
- **Accessible Learning Curve**: Intuitive for beginners, powerful for experts
39+
- **Custom FlowPilot Editor** to quickly setup game logic
40+
- **Extensible task system** with a pre-built library of ready to go Tasks
41+
- **GameplayTags integration** for easy actor management
42+
- **Blueprint and C++ support** to create new FlowPilot Tasks
43+
- **Performance aware** with built-in profiler traces to monitor and keep your game running smoothly across different platforms
44+
- **Efficient Preteching System** for optimized actor access
45+
- **Automatic Lifetime Control** to automatically despawn actors (or not) when FlowPilot execution ends
5246

5347
## 🏁 Getting Started
5448
1. Download and install [FlowPilot from the Unreal Engine Marketplace](https://spotlesslink.com/4lyb6)
55-
2. Open the Content Example Map, and play around with FlowPilot Data assets
56-
3. Check our documentation and tutorials for your first steps
57-
58-
## 📚 Support and Resources
59-
- [Comprehensive documentation](http://www.flowpilot.dev)
60-
- Video tutorials for quick start
61-
- Dedicated support for enterprise users: [email me](mailto:[email protected])
62-
- 🗨️ [Join Discord](https://discord.gg/sF9KjZ9qqj) to meet fellow dev teams
63-
- Contact me on [Twitter/X](http://www.x.com/michaeladaixo)
49+
2. Open the Content Example Map and play around with FlowPilot Data assets
50+
3. Read the [friendly manual](http://www.flowpilot.dev)

0 commit comments

Comments
 (0)