Inico

Members
  • Content Count

    109
  • Joined

  • Last visited

Community Reputation

193 Excellent

About Inico

  • Rank
    MC.net Guy

Personal Information

  • Specialty
    Modeling

Recent Profile Visitors

9,564 profile views

16 files

  1. Model listfile template

    I use this small listfile to quickly find all the elements of a model when a new build or expansion comes out and there are no listfiles available.
    Just open the file with notepad and replace "Creature\ModelName\ModelName" with your model path (Edit-> Replace...), for example "character\zandalaritroll\male\zandalaritrollmale" or "creature\vulperafemalepirate\vulperafemalepirate". Then use it as your listfile in Casc Explorer.

    Includes .anim, .skel, .bone and .phys. Of course, it doesn't look for textures.
    This is quite useful for me because most released lists lack some .anim files.

    151 downloads

    (0 reviews)

    0 comments

    Updated

  2. Scrapped Chimera Mount From Wod Alpha

    This mount was added in build 18164 but totally removed from the game files a few builds later.
    This model was supposed to be an iconic mob of Draenor, but for unknown reasons it was scrapped. You can still find its skull in the Legion login screen and all around Draenor, specially Gorgrond.
    It was requested many times, so here it goes.
    It's in WoD file format, to use it in Wotlk you must retro-port it.
    External Download

    67 downloads

    (0 reviews)

    1 comment

    Submitted

  3. Krosus model from WoD alpha

    Krosus model from WoD alpha build 20740. It's in WoD m2 format.
    -The head is totally different.
    -It has particle effects and outlined hands.
    External Download

    85 downloads

    (0 reviews)

    0 comments

    Submitted

  4. Celestial Dragon Pet from PTR 3.3.3 Build 11623

    This is the beta version of the Celestial Dragon Pet. From PTR 3.3.3 Build 11623.
    External Download

    35 downloads

    (0 reviews)

    0 comments

    Submitted

  5. Buckle Texture Hardcoder

    This script changes the texture type of a belt buckle m2 to "hardcoded", so you can attach it as a spell in WotLK.
    Requires 010 editor.
    How it works:
    -Put the models you want to modify inside the folder called "Models".
    -Run "MassBuckleTextureHardcoder.bat" and wait
    It copies the name of your current model and creates a texture path with the same name. If your model is called "Buckle_pinkunicorn" it will create a path called "Item\ObjectComponents\Waist\buckle_pinkunicorn.blp".
    This script only works if your model has "BUCKLE_" at the start of its name.
    If the model has multiple texture variations, just change its name and a different texture path will be created for that specific file. Example:
    Buckle_Leather_RaidMonk_N_01.m2 has 3 textures:
    -Buckle_Leather_RaidMonk_N_01.blp
    -Buckle_Leather_RaidMonk_N_01Blue.blp
    -Buckle_Leather_RaidMonk_N_01Red.blp

    If you wish to have all 3 variations, copy the model and change the name of its copies to "Buckle_Leather_RaidMonk_N_01Blue.m2" and "Buckle_Leather_RaidMonk_N_01Red.m2" so the path matches.
    EXTERNAL LINK:
    https://www.mediafire.com/?wlm3d7rja3ojtmw
    To make this script work there must be an entry for 010 editor in environment variables (this allows windows to launch 010 editor through the cmd window, otherwise it won't work):
    -Right click on My computer -> properties -> advanced system settings -> environment variables -> Path
    -Click edit
    -Add your 010 editor directory to the list separated from the rest of the entries by a ";" (Example: ;C:\Program Files (x86)\010 Editor)
    (Detailed guide on this video)

    164 downloads

    (0 reviews)

    2 comments

    Updated

  6. Legion to Wotlk (or Wod) M2 Converter

    I made this script to convert multiple models from Legion to Wrath of the Lich King or Warlords of Draenor. Requires 010 editor.
    The first script removes the unnecessary information before the M2 header and changes its version from 274 to 272 to make it work in WoD. The second one does the same but also runs Philip's converter on the M2 files to make them work in Wotlk.
    How it works:
    -Put the models you want to covert inside the folder called "Models".
    -Run "Legion M2 to Wod/Wotlk.bat" and wait
    This script can also read all the subfolders inside "models" and convert every M2 inside of them.
    EXTERNAL LINK:
    Legion to Wotlk
    Legion to WoD
    To make this script work there must be an entry for 010 editor in environment variables (this allows windows to launch 010 editor through the cmd window, otherwise it won't work):
    -Right click on My computer -> properties -> advanced system settings -> environment variables -> Path
    -Click edit
    -Add your 010 editor directory to the list separated from the rest of the entries by a ";" (Example: ;C:\Program Files (x86)\010 Editor)
    (Detailed guide on this video)

    755 downloads

    (2 reviews)

    5 comments

    Updated