Giter Club home page Giter Club logo

mixmaster-utils's Introduction

Up server

Requirements

  • VMWare, Virtual Box or similar
  • Linux x32 Debian Based (for use like virtual machine)
  • MySQL client in host (workbench, navicat, dbeaver)
  • Bitvise (if you use Windows) or similar SSH client tool

Inside the Linux system (or amost)

  • Install MySQL and configure databases. Check how to do here

  • Configure LGS, GMS and ZS1. Check how to do here

  • Installing SSH Server. Check how to do here

Inside of folder ./server/clean/others/ have the server base from old MixMaster Up and MixMaster Titan. If you can have a great compatibility between server and client. Try to do steps above with Titan base and after try to run Titan client game.

After these steps you can download the game client from MixMaster Up or MixMaster Titan. Another tools and clients can be found in this Google Drive folder.

To run client you need to decrypt mixer.cnf in root folder of client, and put the IP of Linux Virtual Machine. If you can't do that, you can create a .bat file to run game directly.

You need to create an account for make login in mixer.exe or directly via .bat. To do that, just run this MySQL query into mysql sonsole. In Linux Virtual Machine, run in terminal. mysql -u username_at_your_choise -p.

  1. run use Member;
  2. run INSERT INTO Player(PlayerID, Passwd, Email) VALUES ("username_for_login_in_game", PASSWORD("password_for_login_in_game"), "[email protected]");
  3. if the las command fails saing that passwr is so much long, run: alter table Player modify Passwd varchar(45) default '' not null; and try the command in step 2 again.

The bat content is any like: start MixMaster.exe 3.85500 ip_of_vistual_machine_begin_with_192.168 22005 0 username_for_login_in_game password_for_login_in_game 1 AURORA_BR exit

mixmaster-utils's People

Contributors

mathmpr avatar

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.