Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

CentrinoGames - Minerva EP18

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 31, 2007
Messages
31
Reaction score
23
Minerva Emulator Episode 18

This is Minerva - CABAL Online Server Emulator, written in C# language. Initially started by The Divinity Project, now being managed CentrinoGames.

Before asking any questions, please refer to [FAQ] and [WIKI].


Source Code on GitHub:



### Quick Information ###


  • It's open-source, GPL v3 license.
  • It's not a beta. It's pre-alpha, buggy, small functionality.
  • Currently Login, Channel(World) and Master(Database/Sync) servers are working.
  • For storing game data, using MariaDB and XML.
  • Support for Episode 18.
  • Client is official [CABAL PT-BR]
  • Client is official [CABAL EN-EU]

# Some images of development progress:




# Minerva Wiki


1- Download all required files:


  • Compiled Project x64:
  • Compiled Project x86:
  • Client PT-BR:
  • Client EN-EU:
  • MariaDB + HeidiSQL:



2- Install Database:


  • Install HeidiSQL Maria DB.
  • Default installation _(next,next,done...)_.
  • Run Login.sql and World.sql to make Database structs.
3- Compiled Project and Run :


  • Extract compiled file to any place.
  • Setting password MySQL parameters.
  • Open file Master.ini in "Conf" folder.
  • Set [logindb],[server1db],[server2db] password="pass here"
  • Run Project Binaries master.exe, login.exe, channel.exe.
4- Install Client and StartGame:


  • Install Official Client and Update in Launcher Application.
  • Set IP Local in 'internal.txt' \Data\ folder (ex.: 127.0.0.1)

internal.txt
[MD5CHECK]
LANGUAGE_SKIP = 1
ALL_FILE_CHECK =0

[server]
IP=127.0.0.1
PORT=38101
IP_CHAT=127.0.0.1
IP_PORT=38121
CMK=0



  • Start Game using 'breaklee' command and be happy. =)
start-cabal.bat
@echo off
start cabalmain.exe breaklee
exit


Copyright © 2010 The Divinity Project; 2013-2016 Dignity Team; 2018 CentrinoGames.
 
Last edited:
Junior Spellweaver
Joined
Aug 25, 2011
Messages
136
Reaction score
2
knuckles00 - CentrinoGames - Minerva EP18 - RaGEZONE Forums





It's not working!
 
Junior Spellweaver
Joined
Dec 14, 2009
Messages
132
Reaction score
8
@knuckles00 the cabalmian is same of client oficial ?

=========================================
o cabal main é o memso do oficial ou devo usa outra versão ?
 
Junior Spellweaver
Joined
Dec 14, 2009
Messages
132
Reaction score
8
I'm using the latest version of mariaDB 10.2.13 >

knuckles00, What version did you use?
knuckles00 - CentrinoGames - Minerva EP18 - RaGEZONE Forums



 
Last edited:
Initiate Mage
Joined
Feb 16, 2018
Messages
1
Reaction score
0
I don't really understand all this, does that mean EP18's servers are going to start to come up??

:?::?::?:
 
Joined
Jul 24, 2011
Messages
805
Reaction score
607
No it's just a progress of his development. It's just some adds for existing minerva project. Since it's on github may there will be some developer who can help his work! In current state, this is useless...Hopefully he keep up the work and we will see the progress :)
 
Status
Not open for further replies.
Back
Top