AceM2 Source

Play Now

mir2pion

TL;DR
Veteran
Feb 21, 2013
3,591
2
679
265
Would be good to have an all in one installer. Pick your Mir version and it does the rest

Hint hint ;)

Its not just for new folks, even I gladly use it since I focused on mir3d for some time and got out of the loop and would need to investigate how to get the basic mir2 server going.

Zircon would be a good candidate, it seems it gets quite some attention and even I wouldn't mind poking on local server for a bit. Only time I had it running was when it was released. Mir3d could be added after some of the recent fog clears up.
 
  • Like
Reactions: Jev

JohnBarny

Known Cheater
Untrusted Member
Apr 16, 2003
1,804
65
240
Ya Mums
Quick Guide for people

Download Source and compile Download
or
Download pre compiled source Download

Download and install SQL 2008 Download
select windows authentication no need to use the mixed mode SA

Download SQL Server management studio Download

Using SSMS restore the databases
1719224051659.png

In the .ini files in DBserver/Loginserver/Mir200 ensure the DB names match and the instance name matchs

1719224148891.png
Instance name is the server name ensure you include the PC name

1719224194911.png

Download and install chronicles client Download

Download and place these files into the client folder Download Download

Compile the client exe or I have uploaded a pre compiled one here and place in client folder Download


In client folder goto servers.ini and change to server details
1719224616292.png
 

norman

Dedicated Member
Dedicated Member
Dec 10, 2004
172
0
92
Thanks for release. Pretty please release your files up to Sin if you could find them :D
 

stom2022

Loyal Member
Loyal Member
Apr 20, 2022
127
1
48
40
Quick Guide for people

Download Source and compile Download
or
Download pre compiled source Download

Download and install SQL 2008 Download
select windows authentication no need to use the mixed mode SA

Download SQL Server management studio Download

Using SSMS restore the databases
View attachment 35250

In the .ini files in DBserver/Loginserver/Mir200 ensure the DB names match and the instance name matchs

View attachment 35251
Instance name is the server name ensure you include the PC name

View attachment 35253

Download and install chronicles client Download

Download and place these files into the client folder Download Download

Compile the client exe or I have uploaded a pre compiled one here and place in client folder Download


In client folder goto servers.ini and change to server details
View attachment 35254
thanks for that quick guide 1719267922243.jpeg
 
  • Like
Reactions: JohnBarny

yizhibi

Dedicated Member
Dedicated Member
Aug 14, 2013
81
25
45
Great work!!! Hope you can publish update logs(maybe it is a txt file), I want to remake the chronicles

Auction system seem like implemen on the web(y)
 
  • Like
Reactions: djmax8699 and Jev

cary

Loyal Member
Loyal Member
Sep 3, 2016
23
7
30
This source code doesn't include the chronicle MirServer, does anyone have one that I can download for, I was thinking to gather them all into the Github repo and write a tutorial so that everyone can get it started very easily.


Got it, didn't notice the "pre compiled source" from @stom2022, thanks buddy.


In addition, I'd like to ask someone here for help like exporting all the SQL statements out, because installing mssql requires huge disk resources which I really don't have, I guess even getting an Access database would make life easier.
 
Last edited:
  • Like
Reactions: Zero2.3

Mina2020

LOMCN n00bie
Jun 25, 2021
7
4
15
Does anyone have a working copy of the top link please
one of this links doesn't work with me and i still can't run the mir client i have used the precomplied mir file uploaded up here and it keep telling me lack of files what should i do plz ?
Post automatically merged:

Quick Guide for people

Download Source and compile Download
or
Download pre compiled source Download

Download and install SQL 2008 Download
select windows authentication no need to use the mixed mode SA

Download SQL Server management studio Download

Using SSMS restore the databases
View attachment 35250

In the .ini files in DBserver/Loginserver/Mir200 ensure the DB names match and the instance name matchs

View attachment 35251
Instance name is the server name ensure you include the PC name

View attachment 35253

Download and install chronicles client Download

Download and place these files into the client folder Download Download

Compile the client exe or I have uploaded a pre compiled one here and place in client folder Download


In client folder goto servers.ini and change to server details
View attachment 35254
when i use the pre compiled mir file u upload it give me lack files msg and when i use the clieint that is downloaded with the rar file it open the game but doesn't connect to the server and one of the files that i must replace in client folder the link is not working with me can u help plz ?
 

cary

Loyal Member
Loyal Member
Sep 3, 2016
23
7
30
This source code doesn't include the chronicle MirServer, does anyone have one that I can download for, I was thinking to gather them all into the Github repo and write a tutorial so that everyone can get it started very easily.


Got it, didn't notice the "pre compiled source" from @stom2022, thanks buddy.


In addition, I'd like to ask someone here for help like exporting all the SQL statements out, because installing mssql requires huge disk resources which I really don't have, I guess even getting an Access database would make life easier.
Update: figured the mssql out, now all my servers are up and running, will create a Github repo once all things are done.
 

cary

Loyal Member
Loyal Member
Sep 3, 2016
23
7
30
Successfully get the game up and running, not that easy, made some code adjustments:

1. ODBC Driver should be tweaked if you're using higher version of Windows
2. The dateForSql should be tweaked if you get the different date format
3. Fix two tables' columns

ALTER TABLE dbo.tbl_charfriend ADD idx int
ALTER TABLE dbo.tbl_charmaster ADD idx int

--------------------------------------------------------------------
Above all, again, I'm planning to release an easier one later this or next month, lets see a beautiful pic then :p:

1723821837078.png