Warlords of Draenor Beta installer. menu

Shout-Out

User Tag List

Page 16 of 38 FirstFirst ... 121314151617181920 ... LastLast
Results 226 to 240 of 563
  1. #226
    Ehnoah's Avatar Elite User
    Reputation
    398
    Join Date
    Sep 2006
    Posts
    1,028
    Thanks G/R
    16/96
    Trade Feedback
    7 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    NVM Got extractor working with "false".

    Give him a try right now
    Last edited by Ehnoah; 04-06-2014 at 09:47 AM.

    Warlords of Draenor Beta installer.
  2. #227
    damien1212's Avatar Member
    Reputation
    1
    Join Date
    Jan 2010
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  3. #228
    zaeBOOST's Avatar Contributor MASTER BOOSTER CoreCoins Purchaser
    Reputation
    156
    Join Date
    Feb 2013
    Posts
    205
    Thanks G/R
    3/1
    Trade Feedback
    28 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://pastebay.com/1420785

    Found in one of the thousands of extracted files. Anyone care to tell me what this is?

    UI source files?
    Last edited by zaeBOOST; 04-06-2014 at 09:46 AM.

  4. #229
    Tajgeer's Avatar Member
    Reputation
    1
    Join Date
    Sep 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ehnoah

    true is for RAW files - use "false"

    For example:
    Code:
    BLTEExtractor "C:\Games\World of Warcraft Beta\Data\data\data.000" "D:\datamining" false

  5. #230
    justMaku's Avatar Corporal
    Reputation
    22
    Join Date
    May 2010
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ehnoah View Post
    @TOM_RUS

    BLTEExtractor.exe data out true should be or not?

    data (the File)
    out (the Folder, tried both with "" or without)
    true (Dunno why)
    raw should be false, you are not feeding the exe with raw blte file but with an archive.

  6. #231
    justMaku's Avatar Corporal
    Reputation
    22
    Join Date
    May 2010
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Also, if anyone is interested, trace from the WoW.exe, reading the index files, there's something important in the first 36 bytes, I tell you!

    read:entry World of Warcra called read, asking for 413 bytes from ??/World of Warcraft Beta/.build.info
    0 147 read:entry World of Warcra called read, asking for 4265 bytes from ??/25/b225a5d105393ef582066157f7dd34fc
    0 147 read:entry World of Warcra called read, asking for 343 bytes from ??/6f/806f4fd265de05a9b328310fcc42eed0
    0 147 read:entry World of Warcra called read, asking for 36 bytes from ??/indices/c4a3eb5c2205a5eff2e826312bb1830f.index
    0 147 read:entry World of Warcra called read, asking for 104000 bytes from ??/indices/c4a3eb5c2205a5eff2e826312bb1830f.index
    0 147 read:entry World of Warcra called read, asking for 4096 bytes from ??/data/data.013

  7. #232
    Skuddle's Avatar Elite User

    CoreCoins Purchaser
    Reputation
    515
    Join Date
    May 2008
    Posts
    287
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zaeBOOST View Post
    PasteBay.com - Free uncensored text hosting

    Found in one of the thousands of extracted files. Anyone care to tell me what this is?
    This is just the LUA for your Spellbook frame. Nothing special
    Still working :-P

  8. #233
    DavidTwo2009's Avatar Active Member
    Reputation
    32
    Join Date
    Aug 2009
    Posts
    436
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Android32 View Post
    found some intressing .blps. if anyone wants to mess around with them.

    Human female:




    Male dwarf:




    Mag'har male ( so using for reskins) :



    Gnome male:



    Normal orc male:



    Female orc:

    That's not the male dwarf; that's the old Vrykul skin from WotLK. I checked the files and it's named "VRYKULMALESKIN00_01" within the WotLK/Cata files.

    Also, is there a "working" version of BLTE yet?

  9. #234
    Skuddle's Avatar Elite User

    CoreCoins Purchaser
    Reputation
    515
    Join Date
    May 2008
    Posts
    287
    Thanks G/R
    4/11
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by justMaku View Post
    Also, if anyone is interested, trace from the WoW.exe, reading the index files, there's something important in the first 36 bytes, I tell you!
    yea.. I can't find anything though its always just 0x or null
    Still working :-P

  10. #235
    Android32's Avatar Banned
    Reputation
    66
    Join Date
    Sep 2013
    Posts
    281
    Thanks G/R
    8/17
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DavidTwo2009 View Post
    That's not the male dwarf; that's the old Vrykul skin from WotLK. I checked the files and it's named "VRYKULMALESKIN00_01" within the WotLK/Cata files.

    Also, is there a "working" version of BLTE yet?
    yes there is. https://github.com/justMaku/blte

  11. #236
    justMaku's Avatar Corporal
    Reputation
    22
    Join Date
    May 2010
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DavidTwo2009 View Post
    That's not the male dwarf; that's the old Vrykul skin from WotLK. I checked the files and it's named "VRYKULMALESKIN00_01" within the WotLK/Cata files.

    Also, is there a "working" version of BLTE yet?
    You can either try the TOM_RUS's version (more filetypes covered, but heard some people do have issues with data.000) or mine that works well, but doesn't have adt and wmo files (https://github.com/justMaku/blte)

  12. #237
    justMaku's Avatar Corporal
    Reputation
    22
    Join Date
    May 2010
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Skuddle View Post
    yea.. I can't find anything though its always just 0x or null
    Are you sure?

    ➜ indices hexdump -C -n 36 c4a3eb5c2205a5eff2e826312bb1830f.index
    00000000 00 00 07 8f 0a f7 71 5b e0 4a ef 1a ae d3 8b 90 ù......q°.J......ù
    00000010 00 00 1e b4 13 0f 31 1a 59 00 00 51 09 5b e2 eb ù......1.Y..Q.°..ù
    00000020 59 d6 2e cf ùY...ù
    00000024

  13. #238
    DavidTwo2009's Avatar Active Member
    Reputation
    32
    Join Date
    Aug 2009
    Posts
    436
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Or I can just wait for a fixed version.

    Also, how goes the sandbox? That hasn't been mentioned for quite some time now.

  14. #239
    justMaku's Avatar Corporal
    Reputation
    22
    Join Date
    May 2010
    Posts
    32
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DavidTwo2009 View Post
    Or I can just wait for a fixed version.

    Also, how goes the sandbox? That hasn't been mentioned for quite some time now.
    I've updated my tool with all the missing filetypes, here you go

    https://github.com/justMaku/blte/raw/master/blte.exe

  15. #240
    zaeBOOST's Avatar Contributor MASTER BOOSTER CoreCoins Purchaser
    Reputation
    156
    Join Date
    Feb 2013
    Posts
    205
    Thanks G/R
    3/1
    Trade Feedback
    28 (96%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finding shittons of ingame console commands in unk files!
    worldport 544 188 37 68
    worldport 0 -11128.7 464.407 34.6687
    -1053.02, -3663.2, 23.8776, 68.0268
    port 1191.67, 1398.64, 29.0097, 333
    ci 21736
    ci 23366
    ci 23364
    ci 23362
    worldport 0 -1956.06, -3328.17, 56.4319
    beastmaster
    godmode 1

    I assume they are for use with WowT.exe

Page 16 of 38 FirstFirst ... 121314151617181920 ... LastLast

Similar Threads

  1. [Release] Sandbox - Warlords of Draenor Beta
    By doityourself in forum WoW EMU General Releases
    Replies: 1677
    Last Post: 06-16-2015, 04:04 AM
  2. [Selling] Warlords of Draenor Beta Key from PAX East 2014
    By mochibunny in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 07-06-2014, 06:23 PM
  3. [Selling] Warlord of Draenor Beta Key from PAX
    By Cobreezy in forum World of Warcraft Buy Sell Trade
    Replies: 4
    Last Post: 04-17-2014, 04:48 AM
  4. [Buying] ★ ★ ★ ★ | WTB Warlord of draenor Beta / Alpha + Premium Pro-Seller | ★ ★ ★ ★
    By MMOPlayStore in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 04-15-2014, 12:35 AM
  5. [Buying] WTB Warlords of Draenor beta invite (PAX East)
    By cero89 in forum World of Warcraft Buy Sell Trade
    Replies: 3
    Last Post: 04-12-2014, 06:33 PM
All times are GMT -5. The time now is 12:23 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search