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!

The Legend Of Mir 1 Carbon Source Code

Jev

LOMCN STAFF
[VIP] Member
Joined
Apr 29, 2023
Messages
81
Reaction score
140

Source code​

Link -

Database​

Link -

Client Dependencies​

Link - (Download latest)

Wiki​

Link -

TO-DO​

Link -

How to Build Solution​

1: Download the latest source code from the first link
1 - The Legend Of Mir 1 Carbon Source Code - RaGEZONE Forums

2: Download
2 - The Legend Of Mir 1 Carbon Source Code - RaGEZONE Forums

3: Open Legend of Mir.sln
3 - The Legend Of Mir 1 Carbon Source Code - RaGEZONE Forums

4: Download Visual Studio Dependencies (Download all highlighted)
4 - The Legend Of Mir 1 Carbon Source Code - RaGEZONE Forums

5: Build Solution
Right click Solution > Build Solution
6 - The Legend Of Mir 1 Carbon Source Code - RaGEZONE Forums


Find your built files over in your source code's Build folder.

Issues?

With the source being released I hope that someone may help further the deveolpement of the and the .

A to-do list can be found here -
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Feb 13, 2018
Messages
129
Reaction score
15
Hello, I'm getting this error.

Severity Level Code Description Project File Line Hiding Status
Error NETSDK1209 The current Visual Studio version does not support targeting .NET 8.0. Target .NET 7.0 or lower, or use Visual Studio version 17.8 or higher Shared C:\Program Files\dotnet\sdk\7.0.403\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference. targets 165
 

Jev

LOMCN STAFF
[VIP] Member
Joined
Apr 29, 2023
Messages
81
Reaction score
140
Hello, I'm getting this error.

Severity Level Code Description Project File Line Hiding Status
Error NETSDK1209 The current Visual Studio version does not support targeting .NET 8.0. Target .NET 7.0 or lower, or use Visual Studio version 17.8 or higher Shared C:\Program Files\dotnet\sdk\7.0.403\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.TargetFrameworkInference. targets 165
You may be missing the Net 8 SDK for visual studio 2022. Please make sure it’s downloaded -
 
Back
Top