stillbase.blogg.se

Simple rpg maker steam
Simple rpg maker steam







simple rpg maker steam
  1. SIMPLE RPG MAKER STEAM INSTALL
  2. SIMPLE RPG MAKER STEAM UPDATE
  3. SIMPLE RPG MAKER STEAM PRO

|- Test.pro <- The sub-project to build the test executable RPM Singleton |- main.cpp <- The main function instructions |- Test |- EditorApp.pro <- The sub-project to build the editor executable |- Themes <- All the themes of the editor |- Ressources <- All the images (icons) used for the editor |- System <- All the models used for system elements (SuperListItem classes) |- GameDatas <- All the gamedata files models |- Models <- All the models used for the database |- MathUtils <- Copy of math utils from an old Qt version for 3D drawings |- Map <- The map model (separated in several files) |- MapEditor <- All the map editor models (sprite, floor, etc.) |- Systems <- All the dialog boxes used for system elements (SuperListItem classes) |- SpecialElements <- All the dialog boxes used for special elements (autotiles, walls, 3D objects) |- Commands <- All the dialog boxes used for object event commands These components inherit from QWidget classes. |- CustomWidgets <- All the common custom widgets that can be re-used often are here.

simple rpg maker steam

|- MapEditor <- The map editor controller separated in several files Should contain all the actions to do on the dialog model |- Controls <- Controllers used for complex dialog boxes or widgets / panels. |- basic <- The basic Content folder to copy when creating a new project |- Content <- Content is a folder that will contain all the stuff that needs to be copied in the build folder |- ressources.qrc <- Linking all the ressources (shaders, images.) used in the editor |- Editor.pro <- The sub-project to build the editor library

simple rpg maker steam

SIMPLE RPG MAKER STEAM UPDATE

|- versions.json / trees.json <- Json used by the updater for checking files to update |- update-mods / update-mods.bat <- Script for copying dev changes done in other git repos

SIMPLE RPG MAKER STEAM PRO

pro for opening the project with Qt Creator

SIMPLE RPG MAKER STEAM INSTALL

You should also install gcc compiler if it is not already done. We recommend you to use the QtCreator IDE too. During the installation, you should select Qt version 5.x ( /!\ Linux users should use Qt5.8 for having musics working). It also contains all the binaries executable.

  • Dependencies contains all the dynamic libraries needed for games and the engine for working in standalone.
  • Updater is the updater that installs and check for RPG Paper Maker updates.
  • simple rpg maker steam

  • Basic-Ressources contains all the basic ressources that the users can use for there projects (pictures, musics.).
  • Game-documentation contains all the stuff for generating javascript game documentation for users.
  • It is also interpreting all the json files that are generated by the RPG Paper Maker engine. This program is using QML and Javascript. We are using the executable and scripts in order to create a fresh new project in the software.
  • Game-Scripts is all the stuff needed for building a game (mainly Javascript scripts).
  • It is entirely written in C++ and is managing all the json files linked to a project such as maps, statistics.
  • RPG-Paper-Maker is the game editor software (RPG Paper Maker).
  • |- Game-Scripts <- The repo editing game scripts |- RPG-Paper-Maker <- The engine repo that will use infos from your local Game-Scripts repo RPM <- A parent folder containing all your repos









    Simple rpg maker steam