Forums WoW Modding Discussion Retro-Porting [Archive] Legion to Wotlk Creature DBC Files and Path

[Archive] Legion to Wotlk Creature DBC Files and Path

[Archive] Legion to Wotlk Creature DBC Files and Path

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
10-13-2016, 10:02 PM
#1
Archived author: Senix • Posted: 2016-10-13T22:02:41+00:00
Original source

Hey guys i have a question..

how to become the pfad of the m2 files from a new creature of legion via DB2 ? I only see numbers in the db files CreatureModelData.db2 and CreatureDisplayInfo... i have the Display ID from wowhead like
http://www.wowhead.com/npc=100539/taintheart-deadeye

but now i need the path from this display id in the patch file...

finsternis only change exists display ids with a new style but i want to make a new creature display id in the dbc files...

i hope anyone can help
rektbyfaith
10-13-2016, 10:02 PM #1

Archived author: Senix • Posted: 2016-10-13T22:02:41+00:00
Original source

Hey guys i have a question..

how to become the pfad of the m2 files from a new creature of legion via DB2 ? I only see numbers in the db files CreatureModelData.db2 and CreatureDisplayInfo... i have the Display ID from wowhead like
http://www.wowhead.com/npc=100539/taintheart-deadeye

but now i need the path from this display id in the patch file...

finsternis only change exists display ids with a new style but i want to make a new creature display id in the dbc files...

i hope anyone can help

rektbyfaith
Administrator
0
10-14-2016, 03:09 AM
#2
Archived author: Rangorn • Posted: 2016-10-14T03:09:31+00:00
Original source

i didn't understand all, but when you are talking about numbers in theses db files, there are FiledataIds

FiledataIds aren't define in a wow file, but directly in the root file (in the casc system)

Parse the root file and you have all the path name for each id
rektbyfaith
10-14-2016, 03:09 AM #2

Archived author: Rangorn • Posted: 2016-10-14T03:09:31+00:00
Original source

i didn't understand all, but when you are talking about numbers in theses db files, there are FiledataIds

FiledataIds aren't define in a wow file, but directly in the root file (in the casc system)

Parse the root file and you have all the path name for each id

rektbyfaith
Administrator
0
10-14-2016, 05:01 AM
#3
Archived author: MR.Farrarie • Posted: 2016-10-14T05:01:18+00:00
Original source

Quote: 1 hour ago, Rangorn said:

i didn't understand all, but when you are talking about numbers in theses db files, there are FiledataIds

FiledataIds aren't define in a wow file, but directly in the root file (in the casc system)

Parse the root file and you have all the path name for each id
and how you Parse the root file
rektbyfaith
10-14-2016, 05:01 AM #3

Archived author: MR.Farrarie • Posted: 2016-10-14T05:01:18+00:00
Original source

Quote: 1 hour ago, Rangorn said:

i didn't understand all, but when you are talking about numbers in theses db files, there are FiledataIds

FiledataIds aren't define in a wow file, but directly in the root file (in the casc system)

Parse the root file and you have all the path name for each id
and how you Parse the root file

rektbyfaith
Administrator
0
10-14-2016, 11:39 AM
#4
Archived author: Senix • Posted: 2016-10-14T11:39:08+00:00
Original source

FileData.db2 or filedata.dbc? i dont see the 2 thinks in the casc explo.
rektbyfaith
10-14-2016, 11:39 AM #4

Archived author: Senix • Posted: 2016-10-14T11:39:08+00:00
Original source

FileData.db2 or filedata.dbc? i dont see the 2 thinks in the casc explo.

rektbyfaith
Administrator
0
10-14-2016, 12:50 PM
#5
Archived author: MR.Farrarie • Posted: 2016-10-14T12:50:57+00:00
Original source

root is not filedata bro

u need to extract it by cascexplorer
rektbyfaith
10-14-2016, 12:50 PM #5

Archived author: MR.Farrarie • Posted: 2016-10-14T12:50:57+00:00
Original source

root is not filedata bro

u need to extract it by cascexplorer

rektbyfaith
Administrator
0
10-14-2016, 04:13 PM
#6
Archived author: Senix • Posted: 2016-10-14T16:13:54+00:00
Original source

If i understand it right, i must extract the full wow client via casc explorer to my pc in a normal folder?
rektbyfaith
10-14-2016, 04:13 PM #6

Archived author: Senix • Posted: 2016-10-14T16:13:54+00:00
Original source

If i understand it right, i must extract the full wow client via casc explorer to my pc in a normal folder?

rektbyfaith
Administrator
0
10-14-2016, 05:54 PM
#7
Archived author: MR.Farrarie • Posted: 2016-10-14T17:54:46+00:00
Original source

no need just go to tools and (((((Extract CASC System Files)))))
rektbyfaith
10-14-2016, 05:54 PM #7

Archived author: MR.Farrarie • Posted: 2016-10-14T17:54:46+00:00
Original source

no need just go to tools and (((((Extract CASC System Files)))))

rektbyfaith
Administrator
0
10-14-2016, 07:47 PM
#8
Archived author: Senix • Posted: 2016-10-14T19:47:17+00:00
Original source

I dont have in my casc explo. the function under tools - (((((Extract CASC System Files)))))

i dont understand you what you exactly mean..
rektbyfaith
10-14-2016, 07:47 PM #8

Archived author: Senix • Posted: 2016-10-14T19:47:17+00:00
Original source

I dont have in my casc explo. the function under tools - (((((Extract CASC System Files)))))

i dont understand you what you exactly mean..

rektbyfaith
Administrator
0
10-14-2016, 08:30 PM
#9
Archived author: MR.Farrarie • Posted: 2016-10-14T20:30:33+00:00
Original source

open the casc explorer

load the online content latest patch

then go to tools

and choose extract casc system files

cant help u more than that
rektbyfaith
10-14-2016, 08:30 PM #9

Archived author: MR.Farrarie • Posted: 2016-10-14T20:30:33+00:00
Original source

open the casc explorer

load the online content latest patch

then go to tools

and choose extract casc system files

cant help u more than that

rektbyfaith
Administrator
0
10-15-2016, 01:12 PM
#10
Archived author: Senix • Posted: 2016-10-15T13:12:49+00:00
Original source

thanks amigo i have use casc view... but now i dont know how to parse the root file haha i think you have the same problem...

 i must use the casc explorer to parse the root file?
rektbyfaith
10-15-2016, 01:12 PM #10

Archived author: Senix • Posted: 2016-10-15T13:12:49+00:00
Original source

thanks amigo i have use casc view... but now i dont know how to parse the root file haha i think you have the same problem...

 i must use the casc explorer to parse the root file?

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)