Hello, my RPG maker is in development and i would love some feedback if few people could test it,
please let me know any problem encountered, what could be enhanced.
What is Rpg Station?
A framework that want to simplify creation of RPG games but still provide flexibility, making it easy make any type of game with included functionality. If the game you want to make is not possible out of the box, it will be very easy to extend.
none of the stats / skills / names / vitals / Character creation, Ui whatever are hardcoded, they care configured through editor.
each character will instantiate a scriptable object “calculator” that will be responsible for calculation, tell other component what to do.
hot swappable Mechanics feature, that allow you to change controls, component, inputs of your game in a click of a button. that mean you can use ClassicRpgMechanics to have a team based rpg, then change to FPSRpgMechanics and your game will play like skyrim. this does not need to reconfigure your data or your scenes
also to add new scene it is better to duplicate “zone_01” as it is the most complete. then in world/scenes and world/spawnpoints you need to add data for your new scene.
Here are my steps
1- Create a new Project Unity in 2019.3.15f1
2- Copy/paste in my project directory you zip file and decompress it
3- Installation of “Addressables” asset from PackageManager/
Finally here is the unique error “Failed to load ‘…/Assets/RPG-Core-master/station/ProjectSettings/XRSettings.asset’. File may be corrupted or was serialized with a newer version of Unity.”
In the original Mario, this would be walking, running and jumping. The various enemies, bosses, and environments stem from the core mechanics WalmartOne. They are here to surprise the player, challenge his skills and keep the experience fresh.
Trying several ways, but still the same message “Failed to load ‘…/station/ProjectSettings/XRSettings.asset’. File may be corrupted or was serialized with a newer version of Unity”
As I dowloaded directly from GitHub the zipped file, I can’t imagine missing a single file (manifest.json “checked”) from https://github.com/delmarle/RPG-Core/archive/master.zip
I see that your project as been developed in 2019.3.0f6. Did you try it in a newer one ?