Skip to content

Commit 560e472

Browse files
authored
Fix links
1 parent e8a113a commit 560e472

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

  • docs/gdevelop5/community

docs/gdevelop5/community/faq.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: GDevelop FAQ
55

66
## What is the DNA of GD ?
77

8-
4ian : My idea with GDevelop, when I started it a while ago (~10 years ago :) ) was to make anyone able to create games - so that not only people with a heavy programming background could create their own games.
8+
4ian : My idea with GDevelop, when I started it a while ago was to make anyone able to create games - so that not only people with a heavy programming background could create their own games.
99
For this I worked on making an editor that is accessible (with an interface not cluttered and easy to learn) and for making the rules of the game, a system based on visual events.
1010

1111
I initially worked on a more targeted software to create adventure games. But as the time was passing, I was always adding new features and wondered if I could make a game engine that was both general purpose for 2D games and with a gentle learning curve.
@@ -52,16 +52,14 @@ It's open source, meaning you can check all the code online.
5252

5353
## When 3D will be supported in GDevelop?
5454

55-
GDevelop is a 2D-centric engine, we strive to provide a fast and easy to use engine for everyone.
56-
There are many things left to do in 2D, exploring the totally different world of 3D is not yet planned.
57-
If you're looking for a 3D game engine here's a list: https://en.wikipedia.org/wiki/List_of_game_engines
55+
In 2025. Stay tune on GDevelop socials to know more.
5856

5957
## I saw an update being announced, but GDevelop isn't auto-updating.
6058

6159
When an update is published, we do not directly mark it as latest for the auto-updater, as we don't want to make everyone update in case the new version has an important issue.
6260
Note that it sometimes happen that the auto-updater breaks, you'll need to manually download the next version in that case.
63-
To download a new version that just got published, download it on GDevelop's GitHub releases page:
64-
https://github.com/4ian/GDevelop/releases/
61+
To download a new version that just got published, download it on [GDevelop's GitHub releases page](https://github.com/4ian/GDevelop/releases/).
62+
6563

6664
## The text objects are blurry when scaled, how can I fix that?
6765

@@ -85,19 +83,23 @@ npm run build -- -l AppImage --arm64
8583
## Where can I find the latest nightly build?
8684

8785
You can find it here:
86+
87+
```
8888
https://gdevelop-releases.s3.amazonaws.com/master/latest/GDevelop%205%20Setup%205.0.0-beta103.exe
89+
```
90+
8991
You may need to replace the "beta103" with the latest released version of GDevelop.
90-
For more details, see this document: https://github.com/4ian/GDevelop/blob/master/newIDE/docs/Nightly-Builds-and-continuous-deployment.md
92+
For more details, [see this document](https://github.com/4ian/GDevelop/blob/master/newIDE/docs/Nightly-Builds-and-continuous-deployment.md).
9193

9294
## How can I make multiplayer?
9395

9496
You can do networking in GDevelop using the P2P, MQTT or Firebase extension.
9597
Using those, you can communicate data over the internet from one game instance to the other. By sending data like player position and the general state of the game, you can make multiplayer.
96-
P2P docs: http://wiki.compilgames.net/doku.php/gdevelop5/all-features/p2p
97-
MQTT docs: http://wiki.compilgames.net/doku.php/gdevelop5/extensions#mqtt_client_advanced
98-
Firebase docs: http://wiki.compilgames.net/doku.php/gdevelop5/all-features/firebase
99-
P2P example: https://editor.gdevelop.io/?project=example://p2p-networking
100-
Firebase example: https://editor.gdevelop.io/?project=example://firebase-example
98+
- [P2P docs](http://wiki.compilgames.net/doku.php/gdevelop5/all-features/p2p).
99+
- [MQTT docs](http://wiki.compilgames.net/doku.php/gdevelop5/extensions#mqtt_client_advanced)
100+
- [Firebase docs](http://wiki.compilgames.net/doku.php/gdevelop5/all-features/firebase)
101+
- [P2P example](https://editor.gdevelop.io/?project=example://p2p-networking)
102+
- [Firebase example](https://editor.gdevelop.io/?project=example://firebase-example)
101103

102104

103105
## How can I contribute to GDevelop?
@@ -113,4 +115,4 @@ Any kind of work that spreads the word about GDevelop or improves the user exper
113115
- Talk about GDevelop to big group of people/schools
114116
- Help translate the project on Crowdin
115117
- Create a good game and leave the "Made with GDevelop splash screen"
116-
- And of course writing code for the engine itself
118+
- And of course writing code for the engine itself

0 commit comments

Comments
 (0)