Welcome to the RaGEZONE - MMORPG development forums.

TMap Converter

This is a discussion on TMap Converter within the Cabal Releases forums, part of the Cabal Online category; Hmm what i need to have install in my PC to work the program cuz for me apears a black ...

Page 2 of 7 FirstFirst 1234567 LastLast
Results 16 to 30 of 91
  1. #16
    Account Upgraded | Title Enabled!
    Rank
    Member +
    Join Date
    May 2010
    Posts
    387
    Liked
    28

    Re: TMap Converter (need feedback)

    Click
    Hmm what i need to have install in my PC to work the program cuz for me apears a black window then vanish ... :|

  2. #17
    Gamma
    Rank
    Gamma
    Join Date
    Oct 2006
    Location
    Jolly England
    Posts
    4,081
    Liked
    2050

    Re: TMap Converter (need feedback)

    You don't need to install anything. Did you follow the instructions? If so, run the program from a console and add the bmp/tmap as an argument.

    ie.
    Code:
    cd location_of_tmapconverter
    tmapconverter test.bmp
    Tell me what the console displays.

    I'll upload a new version of the converter that waits for a keypress before it closes so you can see any error messages.
    Last edited by Yamachi; 27-07-11 at 02:04 PM.
    Quote Originally Posted by MentaL View Post
    This is the only time I'm saying this but my dog jumped on me and his dick touched my mouth :-(

  3. #18
    Down with Indian VPS support.
    Rank
    Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    5,007
    Liked
    502

    Re: TMap Converter (need feedback)

    Any chance you make it open source :)?

  4. #19
    Gamma
    Rank
    Gamma
    Join Date
    Oct 2006
    Location
    Jolly England
    Posts
    4,081
    Liked
    2050

    Re: TMap Converter (need feedback)

    Probably not publicly, as I would then need to explain how to cross-compile the Vala code for Windows. Internally, sure.
    Quote Originally Posted by MentaL View Post
    This is the only time I'm saying this but my dog jumped on me and his dick touched my mouth :-(

  5. #20
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2010
    Location
    Brasil
    Posts
    140
    Liked
    122

    Re: TMap Converter (need feedback)

    Yamachi you know tell me if there is any way to extract a BMP files or MCL who spoke at the forum is just FAKE?
    MCL with the DDS I formed a complete map but I believe that if we make a bmp for him there may be errors, but if there really is a way to find the BMP within the MCL would be a whole lot easier.
    I thank my congratulations for the great release
    Last edited by carachapadu; 27-07-11 at 07:12 PM.

  6. #21
    ┌П┐(•_•)┌П┐
    Rank
    Member +
    Join Date
    Dec 2009
    Location
    Deep Abyss
    Posts
    947
    Liked
    314

    Re: TMap Converter (need feedback)

    Yes it seems so, everything we knew about tmaps was a lie, and the .dds files are just small pictures of map, witch belong to mcl, nothing more.

  7. #22
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2010
    Location
    Brasil
    Posts
    140
    Liked
    122

    Re: TMap Converter (need feedback)

    is because I found some pictures here in the forum and comparing the map with the DDS they hit perfectly I know that many of the BMP to JPG if you find the full client but there is some BMP not found it so my doubts if it's real or not.

    Map made ​​with DDs


    Map posted in the forum


    DDs and BMP Together


    Thnaks

  8. #23
    Gamma
    Rank
    Gamma
    Join Date
    Oct 2006
    Location
    Jolly England
    Posts
    4,081
    Liked
    2050

    Re: TMap Converter (need feedback)

    From what I have seen, there is no way to convert an MCL to a TMap, or to even generate the required BMP file from it (although I could be wrong). The only real thing you can use from an MCL is the tile textures. Combine these to create a large image, scale it down to 256x256, then draw your tmap design on top of it. I'm going to add a feature to my converter that lets you drop an MCL on it to extract all 256 of the tile textures. I'll also write a GIMP script to combine these textures and scale the resulting image down to 256x256, so you can trace it to make a tmap.
    Last edited by Yamachi; 27-07-11 at 07:15 PM.
    Quote Originally Posted by MentaL View Post
    This is the only time I'm saying this but my dog jumped on me and his dick touched my mouth :-(

  9. #24
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2010
    Location
    Brasil
    Posts
    140
    Liked
    122

    Re: TMap Converter (need feedback)

    Quote Originally Posted by Yamachi View Post
    From what I have seen, there is no way to convert an MCL to a TMap, or to even generate the required BMP file from it (although I could be wrong). The only real thing you can use from an MCL is the tile textures. Combine these to create a large image, scale it down to 256x256, then draw your tmap design on top of it. I'm going to add a feature to my converter that lets you drop an MCL on it to extract all 256 of the tile textures. I'll also write a GIMP script to combine these textures and scale the resulting image down to 256x256, so you can trace it to make a tmap.
    Thank you intend now man, I try to draw the TMAP from the DDs of MCL we can see if something good since I am a noob in Photoshop
    thanks man

  10. #25
    Gamma
    Rank
    Gamma
    Join Date
    Oct 2006
    Location
    Jolly England
    Posts
    4,081
    Liked
    2050

    Re: TMap Converter (need feedback)

    I was wrong! MCL files DO have data that can be converted into TMap chunks! :D It's very similar. The TMap files have data like this: XX0000YY, but the MCL files have this: YY000000. I will add support for MCL -> TMap chunks to my converter right now!
    Quote Originally Posted by MentaL View Post
    This is the only time I'm saying this but my dog jumped on me and his dick touched my mouth :-(

  11. #26
    Member
    Rank
    Member
    Join Date
    Aug 2010
    Posts
    81
    Liked
    3

    Re: TMap Converter (need feedback)

    Sorry but I follow your guide but does not create the BMP file to drag the tmap.bin TMapConverter nothing happens and tell me why?

  12. #27
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2010
    Location
    Brasil
    Posts
    140
    Liked
    122

    Re: TMap Converter (need feedback)

    Quote Originally Posted by Yamachi View Post
    I was wrong! MCL files DO have data that can be converted into TMap chunks! :D It's very similar. The TMap files have data like this: XX0000YY, but the MCL files have this: YY000000. I will add support for MCL -> TMap chunks to my converter right now!
    OMG *_____________*
    Good job

    no words to comment, only thing we can say is thank our

  13. #28
    Gamma
    Rank
    Gamma
    Join Date
    Oct 2006
    Location
    Jolly England
    Posts
    4,081
    Liked
    2050

    Re: TMap Converter (need feedback)

    So I decided to be naughty and filled the thread map data in the Bloody Ice MCL with all white, and here's what happened: Image 2011-07-27 at 8.08.58 PM.png ;P

    EDIT: Incase you can't tell from the picture, I can walk anywhere.
    Last edited by Yamachi; 27-07-11 at 08:15 PM.
    Quote Originally Posted by MentaL View Post
    This is the only time I'm saying this but my dog jumped on me and his dick touched my mouth :-(

  14. #29
    ┌П┐(•_•)┌П┐
    Rank
    Member +
    Join Date
    Dec 2009
    Location
    Deep Abyss
    Posts
    947
    Liked
    314

    Re: TMap Converter (need feedback)

    You are a bad bad guy Yamachi, you should go to JAIL[lol] xD!

  15. #30
    xHTML/CSS/JS/Ruby
    Rank
    Member +
    Join Date
    Feb 2008
    Location
    $ gem search -r
    Posts
    513
    Liked
    189

    Re: TMap Converter (need feedback)

    Blue = Is stance of TG (Lobby), possible to move character and dash (skills) but mob's dont load.
    SevenMedia/ETA Live.
    bXkgZWdncw==

 

 
Page 2 of 7 FirstFirst 1234567 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •