Git Product home page Git Product logo

Comments (10)

hoxton22 avatar hoxton22 commented on May 18, 2024

Hi, i think all models from the game (.m2) are referenced in the listfile, because when i check all unknows files, the only unknown m2 are testmodel or something like that.
What boss are you looking for, for example ?

Edit : Not all boss have their ingame name, for modelname btw

from wow-listfile.

KwonTae-young avatar KwonTae-young commented on May 18, 2024

@hoxton22
creature/* seems to be a regular NPC.

I want to model all of Uldir's bosses.

Taloc
Mother
Zek`boz
Vectis
Fetid Devourer
Zul, Reborn
Mythrax the Unraveler
G'huun

from wow-listfile.

Qartar avatar Qartar commented on May 18, 2024

@xoduddk123 creature contains all NPC, mob, and boss models, however the model names don't always match the name of the creature in game. You may need to hunt around a little bit for the exact models you're looking for.

from wow-listfile.

KwonTae-young avatar KwonTae-young commented on May 18, 2024

@Qartar
Then I have to find each path of creature/*.
Thinking about meeting all of Wow's creature is terrible.

If I find it, I'll report it here... 😭

from wow-listfile.

hoxton22 avatar hoxton22 commented on May 18, 2024

look at creature/aqir/

it look like Mythrax, but i'm not sure about it.

creature/bloodgod => G'huun

from wow-listfile.

Qartar avatar Qartar commented on May 18, 2024

Here is the full list as best as I can tell:

Boss Model
Taloc creature/vigo/capturedtitanconstruct.m2
MOTHER creature/titanfemalenazmir/titanfemalenazmir.m2
Zek'voz creature/aqir/aqir.m2
Vectis creature/bloodelemental/bloodelemental.m2
Fetid Devourer creature/chimeraboss/chimeraboss.m2
Zul, Reborn creature/zul/zul.m2
Mythrax the Unraveler creature/kithix/kithix.m2
G'huun creature/bloodgod/bloodgod.m2

from wow-listfile.

KwonTae-young avatar KwonTae-young commented on May 18, 2024

@hoxton22 @Qartar
Thank you.
With your help, I found all the boss modeling.

@Qartar
How did you find these?
Do you have any know-how?

from wow-listfile.

Qartar avatar Qartar commented on May 18, 2024

@xoduddk123 I looked through the list of models that have been added since Legion for names that I didn't recognize (e.g. aqir, kithix) or looked relevant (e.g. titanfemalenazmir, bloodgod) and opened those up in a model viewer. You can get that list by diffing listfile.txt against an earlier version.

from wow-listfile.

barncastle avatar barncastle commented on May 18, 2024

You can also use the game's db files. @Marlamin's site is pretty feature packed now and is the quickest way but you can also use a DB2 editor.

To look up a creature's model using his site:

  1. Go to "DBC Viewer"
  2. Select Creature.db2 and the build you're after from the dropdowns
  3. Search for the creature's name and note the DisplayIds that aren't 0 (Taloc uses 85386)
  4. Change file to CreatureDisplayInfo.db2 and search for each of the above DisplayIds
  5. Find the rows with Ids matching the DisplayIds and click the ModelID links, taking note of the FileDataId of each (1980085 in this example)
  6. Go to "Game Files" and search for the FileDataIds and hope the names have been found/bruteforced

from wow-listfile.

KwonTae-young avatar KwonTae-young commented on May 18, 2024

The way @Qartar told me is a bit time consuming, but it seems to be the most obvious way.
@barncastle's method is simple, but only for Taloc, Zul, Mythrax the Unraveler, G'huun.

I tried to find the NPC ID in wowhead.
However, this method did not find everything.

Later, if I find a better way, I'll record it here.

Thank you all.
It has helped a lot because of you guys.

from wow-listfile.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.