UnityRose is only possible thanks to the fantastic work of the following contributors:
Wadii Bellamine | GitHub/liquidwad | Twitter/@skiliffon |
---|---|---|
Brett Lawson | GitHub/brett19 | Twitter/@brett19x |
Josh Ballard | GitHub/qix- | Twitter/@IAmQix |
Looking for the official ROSE Online game client? Check out http://roseonlinegame.com/ or visit http://warpportal.com/ to get started!
Building the project requires a little bit of setup, since we cannot include all of the files for various reasons.
You'll need to unpack the ROSE client's VFS files and place 3DDATA
's content
into Assets/3ddata
.
Mipmap data is currently bugged in the original DDS files. You'll need ImageMagick installed and (preferably) a unix command line (whether it be on linux, mac, or cygwin/msys on windows).
Run the following the commands:
$ cd Assets/3ddata
$ find . -type f -name "*.DDS" | xargs -L1 -I{} mogrify -define dds:mipmaps=0 "{}"
Be sure not to interrupt this command, and to only run it inside of the 3ddata
folder! It can be hazardous otherwise!
Copyright © 2015 UnityRose contributors (listed above).
UnityRose source code is licensed under a Apache 2.0 License. See the included LICENSE file for more details.