renanmachad / UMO

Rewrite project of UtaMacross mobile game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rewrite project of UtaMacross mobile game.

Current version : 0.3

Fonctionality :

  • Basic loading of the game with default profile
  • Main menu : Only Music button works.
  • Music menu : Music selection. Number of diva / difficulty / 4-6 lane. Use SLive button to launch.
  • Diva select menu : Selection of diva, costume & valkyrie.
  • Rhythm Game : S-Live implemented. No gameplay (planned for 0.4). Songs where checked and should be bug free.

Requirement

  • Unity version 2018.4.23f1 or 2018.4.24f1
  • The game data dump with android and db directories. Game can load from encrypted or decrypted bundle, with name format like bundle.xab, bundle.xab.decrypted, bundle!sxxxxxxz!.xab, bundle!sxxxxxxz!.xab.decrypted. Check the Tools directory to get the game data (this method can stop working anytime).
  • For linux user : Install vlc to have libvlc 3.0 avaiable :
    • Ubuntu : apt-get install vlc
    • To check it's working : /sbin/ldconfig -p | grep vlc should show libvlc and libvlccore.

Installation

  • Clone the project or extract the release zip (If you extract the zip on a older installation, remove the Unity directory before doing so).
  • For automatic game data detection, you can copy android and db directory from the game dump into Tools/Data/
  • Launch Unity Editor 2018.4.23f1 or 2018.4.24f1 (Accept the upgrade asset popup), load the project in Unity folder.
  • Start the game :
    • Either using the menu UMO/Start Game.
    • or load the scene Scenes/Start and hit play.
  • The game will search game data in Tools/Data or Data directory (default directories when using python script to download from game server). If you put your game data elsewhere, select the directory containing "android" and "db" directories in the next popup. For advanced configuration, you can check the asset Resources/EditorRuntimeSettings.

Used library :

About

Rewrite project of UtaMacross mobile game

License:MIT License


Languages

Language:C# 66.0%Language:Python 11.5%Language:GLSL 10.6%Language:C 6.3%Language:ShaderLab 3.1%Language:JavaScript 1.4%Language:HTML 0.4%Language:C++ 0.4%Language:Lua 0.1%Language:HLSL 0.1%Language:CSS 0.0%