-
Notifications
You must be signed in to change notification settings - Fork 61
Getting Started
Welcome to the UnityRO wiki!
Getting started is as easy as downloading Unity (we're using version 2020.3.25f1
) and grabbing an up-to-date client of your choice. You'll also need to pack your custom grf, for that we suggest the great work @llchrisll has been doing at ROenglishRE. For your conveniece we have packed all but textures and the main data here.
After that, everything is just plug n play. You'll notice that we have a config.json
file inside Assets/StreamingAssets
.
The file should look like something like this:
{
"root": "C:/",
"grf": ["rdata.grf", "data.grf"],
"system": "System/"
}
It's very important to note that because of a library limitation we must provide a custom grf in order to be able to run the client with all the current features (eg: Skill windows)
The same is valid for the standalone builds, but instead of being at Assets/StreamingAssets
folder, the config.json
will be located at unityro_Data