Yami RPG Editor

Yami RPG Editor

0.0
Недостаточно отзывов
1100.00₽
Steam Store

Разработчик: Yami Sama

Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot Screenshot

Описание

Hi, I'm yami, I made this game editor in my spare time and plan to update it for a long time.
It may be less accessible than RPG Maker and lacks learning materials, I'm sorry for that.
Verbal promise before I release the EULA: the copyrights to the games you make with it belong to you in perpetuity.










Yami RPG Editor is specially designed for making ARPG. It has two development modes, event and script. Newbies can choose the event mode for development. Games can be deployed to Windows and the Web.

Scene Editor

Supports scenes up to 512x512, automatic tiles, animation tiles and normal tiles. You can create actors, regions, light sources, animations, particles, parallax images, and tile maps.

UI Editor

Ability to visually design UI layout styles and interactions.

Animation Editor

Use the Timeline design mode to easily create sequence frame animations, simple skeletal animations, particle animations for actors and skills. It supports the paper doll system, and supports animation in any direction such as one-direction with flip, four-direction, eight-direction, etc.

Particle Editor

Simple particle editor for simulating weather, water, fire, smoke and more.

File System

Each file has a GUID, and files are read by GUID, so the filename and path can be changed at any time.

Custom Attributes

Actors, skills, states, equipments, items can customize the attributes. Add the attributes you want, and then use events or scripts to realize the function of attributes, you can also upgrade equipments and skills.

High Performance

I created 10,000 actors at random positions in a 512x512 scene for stress testing, and added AI to each actor that automatically searches for nearby enemies and fights (implemented with event commands), the FPS remains at 200. When actor collision system is turned on, the FPS is over 100. Create 1000 actors in a 128x128 scene with an average FPS of 1200. It means you can achieve a massive battle scene. (Test environment: CPU Intel i7 7700, Graphics GTX 1070)

Script Plugin

Using JavaScript as the scripting language, scripts can be used wherever events can be used, and they can call each other. The game program does not use any third-party javascript library.

Free Development

The game does not have specific gameplay logic, which requires users to implement through events or scripts. In other words, you can design the combat system yourself to a certain extent. In addition to the above-mentioned custom attributes, combat AI, casting skills, using items, equipping weapons all have corresponding event and script development modes. In short, it is very flexible to use.

Matters Needing Attention

The editor needs some time to test and fix bugs. If you want to use it stably, you can wait and see. Game program framework may change frequently during testing. And the current version lacks game development related assets.

Поддерживаемые языки: english, simplified chinese, russian

Системные требования

Windows

Minimum:
  • Requires a 64-bit processor and operating system
  • OS: Windows 10 x64
  • Processor: Intel Core i3
  • Memory: 8 GB RAM
  • Graphics: OpenGL ES 2.0
  • Storage: 4 GB available space
Recommended:
  • Requires a 64-bit processor and operating system

Mac

Minimum:
  • OS: macOS
  • Processor: Intel / Apple
  • Memory: 8 GB RAM
  • Graphics: OpenGL ES 2.0
  • Storage: 4 GB available space
Recommended:

    Linux

    Minimum:
      Recommended:

        Отзывы пользователей

        Не рекомендую 11.04.2025 15:56
        0 0

        This has been abandoned.

        Время в игре: 837 ч. Куплено в Steam
        Рекомендую 07.03.2025 17:36
        1 0

        I haven't used this engine in a while but thought it'd be worth to give it a review from what I've experienced so far.

        This engine is pretty solid! It has visual programming as its main form of coding your games (though you can also write code and even plugins in JavaScript if you know the language), and I'd say the coding system is beginner-friendly. Also learning JavaScript couldn't hurt (though you don't need it at all to make a full game).

        I never encountered any bugs while tinkering with it whatsoever. I wish it had more features regarding the Steamworks SDK, but it's just a nitpick of mine that I hope gets fulfilled now that the engine has gone open-source.

        So, the pros and cons in my opinion are:

        ++ Open Source as of March 1st! Check the discussions/forums for the github repository.
        + Visual programming (think RPG Maker events but in a slightly different format) and the option to code in JavaScript
        + Official tutorials by the developer, both in Chinese and subtitled in English (you can find them in the forums or looking for this engine's tutorials on Youtube). They cover the general of the features of the engine, and also the translator ALSO did some tutorials of his own aswell, so might be worth it to check them out before anything.
        + Comes with either public domain or allowed for commercial use assets (Sprites, music, sounds, UI). A LOT of it. With credits included. And they're pretty good assets too.

        ~ Mostly focused for ARPG development, though that doesn't mean you *can't* try and make a totally different game genre in the engine.

        - Officially won't get any more updates, so if you expect a specific feature, either do it yourself and add it to the repository, wait for someone to help with the open source version of the engine or commission someone to add it to the engine as a plugin. There are a few default plugins in the engine to look at for reference, if it helps.

        This is all I can say because honestly I haven't used the engine that much and been mostly tinkering around with the Animations system (which is super good for puppet-like animations like you would do in Spine or Spriter). I will edit this review with more details when I start using it again.

        My opinion is biased because a game project grew on me because of this engine BUT I hope it can help others decide whether or not this engine is for them!

        Have a good day <3

        Время в игре: 2217 ч. Куплено в Steam
        Рекомендую 03.07.2024 18:26
        0 0

        This editor is great.

        Время в игре: 458 ч. Куплено в Steam
        Рекомендую 13.01.2024 06:16
        4 0

        I have really enjoyed this engine so far, lot of potential here. Lets start with the pros.

        -Comes with a starter template with basic functionality included. (Save/Load system, Weather, Chat Box, Shop, lighting, Inventory system. )
        -Basic AI works decent enough for an ARPG.
        -Seems to be run good with lots of actors on screen (had some lag details below)
        -Physics work great.
        -Tilemaps supported.
        -Hud support.
        - No Code Required.
        -Variables are intuitive.
        -Animations editor is fantastic.
        -Handles Collision very well.
        -File organization is great.
        -Many more positives but that would make this list entirely to large.

        The Cons..........
        -Documentation is barely existent and not very helpful.
        -Very few Youtube tutorials, I have debated on creating a channel to do some when the engine is more complete.
        -Some lag when I used the max size of map with the weather going, I'm sure this could just be a settings error on my part.
        -Missing a few features I would like to see like a vehicles actor of some sort.
        -Still needs some TLC on the translation side of things.
        -Looks like this engine has not been updated in a while, this is expected due to this being a solo dev.

        I will leave you with this, this is a great engine......and i feel like you could manipulate this engine into building other types of games other than ARPGs if you learned all the ins and outs. Yes it is designed for the ARPGs but it offers so much more. Maybe when the engine is more complete and documentation is available I will attempt a tutorial series on the engine but until then this will remain on the back log of game engines I use.

        Keep up the good work Mr. Yami!

        Время в игре: 403 ч. Куплено в Steam
        Рекомендую 02.06.2023 18:27
        23 0

        I figured I should post a review, seeing as I just passed 50 hours using Yami's RPG Editor... Though I can honestly say I've barely scratched the surface of what it has to offer, and I still feel as if I am under-utilizing this amazing tool.

        But to the concerned consumer, I give three simple comparisons to the 'maker' series:

        • RPG Maker doesn't allow custom parameters; Yami does allow custom parameters, and the user has complete control over how and where they are used.
        • RPG Maker doesn't make UI design easy; Yami's engine exposes every element of UI creation to the user, and in a clear, straightforward manner.
        • [*]RPG Maker doesn't do much outside of typical JRPG turn-based combat; while Yami allows action RPG combat right from the start, and possibly more depending on how the user wants things to function.

        I could go on, but I'll leave it at that. My short time with Yami RPG Editor has been a pleasure compared to the 1,500+ hour-plugin-incompatibility rigmarole that so often seems to be a mark of doom to many of my RPG Maker dreams.

        To sum it up in one sentence: "It's a breath of fresh air."[hr][/hr]Figured I'd update this review, since I've made a guide for it, featuring the developer's (translated by me) tutorials. :)
        https://steamcommunity.com/sharedfiles/filedetails/?id=3000401317

        Время в игре: 3108 ч. Куплено в Steam
        Не рекомендую 12.04.2023 04:48
        4 1

        Currently too tedious, little to no information on how to do anything. Cant currently recommend til it becomes more user friendly. Has potential though.

        Время в игре: 42 ч. Куплено в Steam
        Рекомендую 21.12.2022 06:26
        2 0

        I love this. / Söylediğini aynen veriyor.

        Время в игре: 393 ч. Куплено в Steam

        Игры похожие на Yami RPG Editor

        Дополнительная информация

        Разработчик Yami Sama
        Платформы Windows, Mac
        Ограничение возраста Нет
        Дата релиза 12.05.2025
        Отзывы пользователей 67% положительных (6)

        Отзывы пользователей

        67%
        4 положительных и 2 отрицательных отзывов
        Обновлено: 10.05.2025 15:04

        Жанры

        Action Indie RPG

        Особенности

        Single-player