Giter Site home page Giter Site logo

lucianms's Introduction

LucianMS

Now known as Chirithy!
Java 8 and above is required so long as the Nashorn Script Engine is available.
I'm look at you Java 11 (They deprecated the feature).

Start The Server

Download the latest release
In your favorite MySQL browser, execute the .sql script backups/chirithy_clean.sql.
Edit worlds (rates, messages, etc.) in world.ini.
Edit all IP inside server-config.json depending if you want a local or remote server.
Edit database.properties to connect to your server database.
Add your own wz folder containing your server XMLs. You can make these files using HaRepacker or similar tools.

Windows

Simply run launch-channel.bat and launch-login.bat. Follow any given instructions.


Java arguments

If using your own script, these arguments must be included in your Java CLI:

-Dwzpath=wz
-Dlog4j.configurationFile=log4j.xml

The -D prefix assigns the key and value to your system properties.
wzpath is a relative path to your wz directory containing server XMLs.
log4j.configurationFile is a relative path to your log4j configuration file.
Both are typically contained in your root directory (where the scripts folder is contained).

Understand the bound ports

This server emulator is required to run as two separate JVM processes.
The ports used are as follows and can be configured via file editing server-config.json:

Login Server:   8484  
Channel Server: 7575 + channel-ID + (world-ID * 100)  

If using windows, be sure to un-block the TCP ports from your in-bound firewall rules.

All three of these processes are to run on the same system as they connect via LAN and communicate with raw packet data.


Modifying the IGCihper

Under your server-config.json properties, should the UseNewEncryption property be assigned to true, your game client localhost will need to update its IGCipher hash numbers.
In the IGCipher client functions, the number will need to be changed from F25350C6 to FF11252D. Note: These numbers are represented in the Big Endian format in the client, and Little Endian in the server.

lucianms's People

Contributors

anzodkk avatar chirithyms avatar ericsofttm avatar izarooni avatar jeemie avatar kerriganc avatar maplechirithydev avatar smwlucaso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.