[ prog / sol / mona ]

prog


Making role-playing games

1 2022-06-05 12:45

I am thinking of making a role-playing game (RPG) as a means of self-expression. How should I go about doing this? I have looked at the popular "RPG Maker" software which seems to simplify the process, but it is non-free. If possible, I would like my RPG to use an isometric projection.

2 2022-06-05 13:04

1.
- Find a game engine which fits your needs.
- Write a game design document.
2. Write the game.
3. ???????
4. PROFIT

3 2022-06-06 05:34

Good news: RPG Maker MV (released in 2015) supports Linux.
The scripting language is JavaScript.
Does anyone know how they made RPG Maker MV cross-platform? Sounds suspiciously like an application that bundles a Chrome web browser ...

Unfortunately, the latest release of RPG Maker (RPG Maker MZ - released in 2020) does not support Linux. Silly regression.

4 2022-06-06 11:10

You can find various demonstration projects that are geared towards role playing games for the Godot engine. Using the Tiled map maker, you can design maps for your game.

5 2022-06-06 12:00

>>4

Using the Tiled map maker, you can design maps for your game.

But where will I get the image/art/sprites for the tiles?
In RPG Maker, the tiles are provided, and they can be used in commercial proprietary games.

6 2022-06-06 12:29

>>5
https://opengameart.org/

7 2022-06-06 14:13

Textboarders, I challenge you all to create a culturally significant text-based RPG.
It would be a beacon of light in a dark world that is overflowing with images.

8 2022-06-07 19:23

>>7
(sigh)

9 2022-06-07 19:24

>>7
Why do just write a plain text novel at this point.

10 2022-06-09 02:06

>>8

(sigh)

What's wrong about >>7?

11 2022-06-09 23:45

>>7
text-based means gfx made with text or no gfx only text?

12 2022-06-11 03:09

>>7

text-based RPG

That sounds like "interactive fiction" or a "text adventure game". For example, Dunnet in Emacs.

13 2022-06-11 06:25

opentibia + otclient

https://github.com/otland/forgottenserver
https://github.com/edubart/otclient

14 2022-06-11 06:49 *

>>13
https://github.com/opentibia/server is better

15 2022-06-11 14:36

>>13
https://pormhub.com/programmeronprogrammerxxx/69 is the best

16 2022-06-17 13:18

>>3

Sounds suspiciously like an application that bundles a Chrome web browser ...

RPG Maker MV uses Qt for its editor interface.
Not sure about the runtime used for running the games produced by the editor.
It could be a QWebEngineView ( https://doc.qt.io/qt-6.2/qwebengineview.html ).

17 2022-06-17 16:24

OP, you should follow the advice of >>2 and do more planning. Start small, and once you have a clearer idea of your design/story/assets, the choices you make over the engine and implementation should come easier. On the one hand, you don't want to open the development environment and get lost because of lack of direction. On the other, you want to avoid getting carried away by trying to add too many features you didn't plan for and getting lost that way.

But where will I get the image/art/sprites for the tiles?

Find free assets, buy existing assets, pay artists to create assets, or make assets yourself.

Free options:
https://itch.io/game-assets/free
https://ambientcg.com/
https://kenney.nl/

18


VIP:

do not edit these