Skip to content

osROSE/UnityRose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityRose

Unity version of ROSE Online™

Contributors

UnityRose is only possible thanks to the fantastic work of the following contributors:

Wadii BellamineGitHub/liquidwadTwitter/@skiliffon
Brett LawsonGitHub/brett19Twitter/@brett19x
Josh BallardGitHub/qix-Twitter/@IAmQix

The Official Client

Looking for the official ROSE Online game client? Check out http://roseonlinegame.com/ or visit http://warpportal.com/ to get started!

Building

Building the project requires a little bit of setup, since we cannot include all of the files for various reasons.

3ddata

You'll need to unpack the ROSE client's VFS files and place 3DDATA's content into Assets/3ddata.

MipMap data

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!

Licence & copyright

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.

Releases

No releases published

Packages

No packages published

Languages