Results 1 to 9 of 9
  1. #1
    luawtf's Avatar
    Join Date
    Mar 2020
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    22

    Post ltb-to-obj :: Simple braindead model ripping tool for CrossFire/Combat Arms/Lithtech

    ltb-to-obj
    Convert Lithtech .LTB model files into Wavefront .OBJ files.

    Got an old Lithtech game? Maybe something more recent? Some nerd from MPGH who wants Combat Arms/Crossfire models?
    Use ltb-to-obj.exe!

    This tool allows you to convert Lithtech models in .LTB or .LTA formats into .OBJ files which can be used with almost any 3D modeling software on Earth.
    It currently supports:
    • Exporting vertices
    • Keeping normals intact
    • Exporting UV coordinates
    • Exporting files on a shape-by-shape basis (no splitting up models manually)
    • Support for both .LTA and .LTB through Model_Unpacker.exe

    Bone/animation support is in progress and you can export bone/animation data with the --json-bones switch.

    Massive thanks to @y41161882 who made the fantastic Model_Unpacker.exe converter! It is bundled in with ltb-to-obj.exe and powers its internal LTB-reading code.

    Usage
    Code:
    Usage:
        ltb-to-obj.exe [<options>] <file>
    
    Options:
        --help              Show this help message
        --version           Show version information
    
        --input <file>      Specify the Lithtech .LTB input file
        --input-lta <file>  Specify the Lithtech .LTA input file
    
        --output <file>     Specify the Wavefront Object .OBJ output file location
        --output-shapes     Output a different .OBJ file for each shape in the model
    
        --json-model <file> Output the raw lta-parser model object to a .JSON file
        --json-data <file>  Output the raw lta-parser model data to a .JSON file
        --json-bones <file> Output the bone data from lta-parser to a .JSON file
    
        --silent            Disable logging
    
    Version:
        ltb-to-obj v1.0.0 build 20200329-03954fd049d2
    Blender shapes importing example
    [IMG]https://raw.******userconten*****m/luawtf/ltb-to-obj/master/screenshots/blender.gif[/IMG]

    Example of normal usage
    [IMG]https://raw.******userconten*****m/luawtf/ltb-to-obj/master/screenshots/default.gif[/IMG]

    Example of outputting a new .OBJ for each shape
    [IMG]https://raw.******userconten*****m/luawtf/ltb-to-obj/master/screenshots/shapes.gif[/IMG]

    Virus Scans
    https://www.virustotal.com/gui/file/...94c8/detection
    <b>Downloadable Files</b> Downloadable Files
    Last edited by luawtf; 04-01-2020 at 02:54 AM.

  2. The Following 22 Users Say Thank You to luawtf For This Useful Post:

    3scuid (10-04-2020),afabanditz11 (06-12-2020),Alex_D_Vasilkov (08-08-2021),alton000 (04-23-2023),Avalar (06-29-2020),CaptainBr (06-27-2023),DERQT (12-15-2022),DragoNaga1 (04-30-2020),enjoivoid (02-22-2021),Formula23 (12-08-2021),Hint703 (02-29-2024),incogtito (03-30-2022),leed10 (03-10-2023),Lupus789 (09-19-2023),misterslinppery (03-01-2023),rehaj (04-11-2022),russell_mac (08-26-2023),wwsyhsyfsa06762 (06-04-2020),xdgxdg123 (07-06-2021),Xfire-Rezzer (07-26-2023),y41161882 (04-23-2020),yeat4life (02-27-2023)

  3. #2
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,838
    //Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #3
    y41161882's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    78
    I tried, it is good.

  5. #4
    ImMasterDisaster's Avatar
    Join Date
    Jul 2018
    Gender
    female
    Posts
    34
    Reputation
    10
    Thanks
    4
    @luawtf sorry to bother, but would you know where I could find crossfire .rez extraction tools that work?
    It seems that my old extraction tools and Rez explorer 1.1 no longer work and damage files while extracting them.
    Last edited by ImMasterDisaster; 05-23-2020 at 11:32 PM.

  6. #5
    luawtf's Avatar
    Join Date
    Mar 2020
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    22
    Quote Originally Posted by ImMasterDisaster View Post
    @luawtf sorry to bother, but would you know where I could find crossfire .rez extraction tools that work?
    It seems that my old extraction tools and Rez explorer 1.1 no longer work and damage files while extracting them.
    @ImMasterDisaster https://www.mpgh.net/forum/showthread.php?t=839751

  7. #6
    wwsyhsyfsa06762's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    Looks good

  8. #7
    TsunaSan's Avatar
    Join Date
    Aug 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hello everyone. How to use ltb-to-obj? It seems to have created an OBJ file, but for some reason the file is empty.

  9. #8
    Spam1985's Avatar
    Join Date
    Nov 2022
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hi folks. I'm using Windows 10 and whenever I try to open the program, it immediately closes. Any tips?

  10. #9
    nukiakk's Avatar
    Join Date
    Jan 2023
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Spam1985 View Post
    Hi folks. I'm using Windows 10 and whenever I try to open the program, it immediately closes. Any tips?
    same issue here

Similar Threads

  1. [Help] How to code a VERY simple mw2 unlimited UAV tool for the newest MW2 version?
    By nemakarokregizni in forum C++/C Programming
    Replies: 1
    Last Post: 03-24-2020, 08:05 PM
  2. [Request] A rip tool for Dead Space / 2 / 3 audio / model / texture files
    By blob625 in forum Hack Requests
    Replies: 0
    Last Post: 03-12-2015, 08:55 AM
  3. [Release] Simple .EXE to .AHK Tool for AutoHotKey [LEECHED]
    By BenIsLegit in forum Counter-Strike 2 Hacks
    Replies: 4
    Last Post: 12-02-2014, 05:07 AM
  4. Ripping N64 models to Source engine then Source to Lithtech!
    By supercarz1991 in forum Combat Arms Mod Tutorials
    Replies: 3
    Last Post: 06-04-2013, 09:50 PM
  5. [Release] Simple - Fast (Mpgh ×Hacker Tool 0.1) - Beta Test
    By ×Hacker in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 7
    Last Post: 02-20-2012, 04:59 PM