Register for your free account! | Forgot your password?

You last visited: Today at 15:10

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Converting to .map

Discussion on Converting to .map within the CO2 Private Server forum part of the Conquer Online 2 category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2010
Posts: 183
Received Thanks: 74
Converting to .map

First off, Merry Christmas!! Hope you all have a great day.

Second, does anyone know how to make a .map file to go into the server files, not the client.

Related to this:
.Light is offline  
Old 12/25/2013, 22:15   #2
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
I've already told you this (step by step), but you said it didn't help you. Let me repeat: Make a folder in the server's database called "dmaps", in the same folder that the "maps" folder is in. Put the client's maps folder contains in that folder and let the server run. It will automatically convert it based on the gamemap.dat file you have on the server.
Spirited is offline  
Old 12/25/2013, 23:08   #3
 
elite*gold: 0
Join Date: Mar 2010
Posts: 183
Received Thanks: 74
Quote:
Originally Posted by Spirited Fang View Post
I've already told you this (step by step), but you said it didn't help you. Let me repeat: Make a folder in the server's database called "dmaps", in the same folder that the "maps" folder is in. Put the client's maps folder contains in that folder and let the server run. It will automatically convert it based on the gamemap.dat file you have on the server.
Although I'm very grateful that you are trying to help, that is not how we fixed it. Thanks to impulse he found the solution for me.


in Dmaps.cs change this:
Code:
                    if (Path.EndsWith(".7z"))
                    {
                        Path = Path.Remove(Path.Length - 3, 3);
                        Path += ".dmap";
                    }
to this:
Code:
Path = System.IO.Path.ChangeExtension(Path, ".dmap");
Thanks again impulse!!
.Light is offline  
Thanks
1 User
Old 12/25/2013, 23:30   #4
 
Spirited's Avatar
 
elite*gold: 12
Join Date: Jul 2011
Posts: 8,211
Received Thanks: 4,114
Closed. I'm done.
Spirited is offline  
Closed Thread


Similar Threads Similar Threads
[HELP] Converting INI To Sql
08/10/2010 - CO2 Private Server - 1 Replies
Hey guys I have run into a problem converting my INI Source to Sql. I am in the process of converting the NPCs from INI. I have converted the ini file thats the easy part but I am stuck on the spawning. I can get the NPCs to load but not to spawn.. **EDIT** Just figured it out. #Request Close
[Help]Converting...
02/02/2010 - CO2 Private Server - 4 Replies
How to convert the packet public static byte ItemLock(int ItemUID, int Type01, int Type02, int Series) { PacketBuilder Packet = new PacketBuilder(2048, 16); Packet.Long(ItemUID); Packet.Int(Type01); Packet.Int(Type02); Packet.Short(0);//where do u call ItemLock method Packet.Long(Series);
Converting !
10/24/2009 - CO2 Private Server - 13 Replies
I want to know how to Convert a LOTF Source that is .ini into a Non ini Source Any Guides? Tips, ty. Co B,c,
converting
01/27/2009 - Dekaron - 3 Replies
when using winhex after you change the offsets u want how do u convert the winhex file to the files that acclaim uses is there a program? or do i have to get the full version of winhex to do this
Converting to ini's
01/10/2009 - CO2 Private Server - 8 Replies
hey all i heard that if u convert ur accounts and char table to ini's the login freeze will be gone so this is what i have already done in database.cs ChangeOnlineStatus Remove from Friend SaveChar GetCharInfo CreateCharacter Authenticate



All times are GMT +2. The time now is 15:10.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.