Giter Site home page Giter Site logo

unityrose's Introduction

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.

unityrose's People

Contributors

brett19 avatar liquidwad avatar qix- avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unityrose's Issues

Unity 2018

Can someone give me some tips on how to compile this using Unity 2018? I can compensate for your time if needed. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.