Maxlam Posted March 12, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 78 Reputation: 0 Joined: 02/18/12 Last Seen: December 23, 2013 Share Posted March 12, 2012 (edited) Hello everyone ! There is my problem : When I'm launching "mapcache.exe" my maps "Temple_de_Glace" aren't loaded and window is closing, but my other map is working. There are my files : [map_index.txt] //====================================================================================== //Maxlam //====================================================================================== Yuno_Ruins1 1000 Yuno_Ruins2 Yuno_Ruins3 Yuno_Ruins4 Temple_de_Glace1 Temple_de_Glace2 Temple_de_Glace3 Temple_de_Glace4 [maps_athena] //Maxlam map: Yuno_Ruins1 map: Yuno_Ruins2 map: Yuno_Ruins3 map: Yuno_Ruins4 map: Temple_de_Glace1 map: Temple_de_Glace2 map: Temple_de_Glace3 map: Temple_de_Glace4 [grf-files] //----------------------------------------- // GRF List //----------------------------------------- // grf: C:\path\to\RO\data.grf // You may add more in this format // grf: <data file path> grf: C:\Ragnarök\LuneNoireRO\LuneNoireRO\LuneNoire.grf //------ Others --------------------------- // Data Directory (without the actual data\ though) // the below example would use C:\path\to\RO\data\ data_dir: \ -> There sure, my maps are in "LuneNoire.grf" and my \ is a "Data folder" with every .gat maps. Edited March 16, 2012 by Gaypuff Quote Link to comment Share on other sites More sharing options...
simplemhan Posted March 12, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted March 12, 2012 use weemapcache, its so very useful and easy to used. Quote Link to comment Share on other sites More sharing options...
Maxlam Posted March 13, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 78 Reputation: 0 Joined: 02/18/12 Last Seen: December 23, 2013 Author Share Posted March 13, 2012 (edited) The names was too long, so 90% solve ! I can add it with "WeeMapCache" and make it work, but when I'm entering I'm kicked out...thanks Simplemhan ! I'm coming back with a solution for the other part [EDIT : 100% solve ! Just have to repack the entire GRF (data folder). Don't work if only patching :s Thanks alot!] Edited March 13, 2012 by Maxlam Quote Link to comment Share on other sites More sharing options...
Syouji Posted March 13, 2012 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 1245 Reputation: 395 Joined: 11/19/11 Last Seen: January 15, 2020 Share Posted March 13, 2012 FYI in the future: mmo.h //For Map Names, which the client considers to be 16 in length including the .gat extension #define MAP_NAME_LENGTH (11 + 1) #define MAP_NAME_LENGTH_EXT (MAP_NAME_LENGTH + 4) Quote Link to comment Share on other sites More sharing options...
Question
Maxlam
Hello everyone !
There is my problem : When I'm launching "mapcache.exe" my maps "Temple_de_Glace" aren't loaded and window is closing, but my other map is working.
There are my files :
[map_index.txt]
//======================================================================================
//Maxlam
//======================================================================================
Yuno_Ruins1 1000
Yuno_Ruins2
Yuno_Ruins3
Yuno_Ruins4
Temple_de_Glace1
Temple_de_Glace2
Temple_de_Glace3
Temple_de_Glace4
[maps_athena]
//Maxlam
map: Yuno_Ruins1
map: Yuno_Ruins2
map: Yuno_Ruins3
map: Yuno_Ruins4
map: Temple_de_Glace1
map: Temple_de_Glace2
map: Temple_de_Glace3
map: Temple_de_Glace4
[grf-files]
//-----------------------------------------
// GRF List
//-----------------------------------------
// grf: C:\path\to\RO\data.grf
// You may add more in this format
// grf: <data file path>
grf: C:\Ragnarök\LuneNoireRO\LuneNoireRO\LuneNoire.grf
//------ Others ---------------------------
// Data Directory (without the actual data\ though)
// the below example would use C:\path\to\RO\data\
data_dir: \
-> There sure, my maps are in "LuneNoire.grf" and my \ is a "Data folder" with every .gat maps.
Edited by GaypuffLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.