Jump to content

Gratural

Members
  • Posts

    0
  • Joined

  • Last visited

Everything posted by Gratural

  1. Sigmur, thanks, it's very perspective tool! The ADT tinkerer need a review usability because double clicks it's no so good and slow. And I cannot find how to do make cells without a foliage, what required on roads and under any M2/WMO object.
  2. Firstly try test server without any custom assets and tables. Then add step-by-step custom files. Each error 132 has different memory address. Read and search your trouble in here (sorry, cant find same table on MCN?) https://wowdev.wiki/Client_Error_Analysis
  3. One little question. How to make valid OBJ file in defaulth blender scene?
  4. @Skarn interesing, is posible in "1s person" (with 0 camera range) dont hide char model?
  5. @Skarn have same problem with tiles. With both exe's. I tryed change path and names to uppercase, convert from blp to other formats - it all dont make positive changes. Displayed dark dirt texture - is _s texture, packed to MPQ.
  6. I tryed both versions of 10th exe. Also my previous old version with lua check. They all are ignore unpacked tiles.
  7. Alastor, hi! This exe dont show ingame my custom tilesets, placed in wow directory. Noggit can working with they are fine. But, for display tiles ingame, required pack all it to MPQ. And then, in noggit they displayed twice:(. Can you patch exe for supporting unpacked tilesets?
  8. Dnt do it. Because all DBC tables are checked by last line number on serverside. If you have files in folder "C:/Users/epicb/Desktop/World of Warcraft/World of Warcraft 3.3.5a\DBFilesClient", Noggit are rewrite all same DBC tables from MPQ . Rename or erase it all. Or For easy modding, make same path to Project and WoW destination . And use patched wow.exe. And be happy, without MPQ patches and client restart.
  9. Give please link to latest version. Or update same resourse. Hi all!
  10. jhoancito, your mistake - config file are readed by confmanager only one time - in world.cpp Add in to he your additional parametet (see boolean section in World::LoadConfigSettings) And two, are you really need set this parameter in your config if he are enabled, as i understand, always?
  11. Can be useful tool after adding few features: 1. Grouping all data rows by Light Params (each 18 strings) 2. Making text names of all parameters. 3. Able to adding and deleting data strings. FiftyTifty, thank You! I'l Be waiting future additions.
  12. MyDBCEditor in 2019?! Open for yourself WDBX Editor! https://github.com/WowDevTools/WDBXEditor Dont make bicycle!) Speak with author about repository access. If you can add some features (like multiple select, edit, replace and delete lines) - it be a wonderful!
  13. Classic procedural generated sky are, hardcoded. Can only change color and density. For search (and change) any Skybox 1. See in Lightmaper Lightid for needed area. 2. Find this ID in Light.dbc 3. Remember Lightparams_0-3 (0-sunny, 1-underwater, 2-storm, 3 - underwater storm) 4. In LightParams.dbc see all this LightSkyboxID 5. And find him in LightSkybox.dbc
  14. See this (and all other from Amaroth) lesson
  15. Minozop, also pack your map.dbc into mpq archive
  16. Today i tried run latest QT Noggit on old PC platform, (1366) with Xeon and sloooow GPU. Running (by default) Noggit on all PC cores, (of couse:)) - has low FPS But when i run it on only one core, i get FPS bust more than 50%! Can someone test, so it actually for newested PC platform (AM4, 1151, 2011)?
  17. You can change water height with allwater+bat file after each saving adt's in noggit for %%i in (*.adt) do AllWater_wotlk.exe "%%i" -37 2 75 Or edit your relief, make water heigh 0.
  18. Principliablity, i dont use free hosting - they has no support, no varranty of saving date, have a high latency and wild overselling)) Only for around 250rub in month, you can rent VDS with 1 cores, 1Gb RAM, and 20GB SSD Drive. Anytime you can increase number of cores\memory. Lately i use ihor.ru - they have balanced cost, responsive support, flexible VDS configuration, and placed in Msk. Also you can rent VPN and make port forwarding to your PC\Virtual PC with configured WoW servers. For 100 pl, you needed at least 2 Cores. For build TrinityCore - 2Gb RAM(withot RAM drive, which increase building progress more that 10 times)
  19. I always fill it into the database manually. Open mysql console as root or trinity, use world database, and run "\. /way_to_full_world.sql;"
  20. Hi, Amaroth, thank you for the channel, we will follow!)) Personally, I would be interested to know more about: - WMO editing: fully creating into 3D editor, geoset managment, adding model sets, making maps and minimaps and placing dark corners; - Project sequrity: hiding custom content mpq, project team access managment, server protection; - Working with DBC tables: detailled lessons about light, environment sounds, fog and skyboxes;
  21. See PaperDollFrame.xml and lua. You need 1. Hide mainhand weapon inventory slot (or move range slot) into xml 2. Make short script in lua, when you equip range weapon, unequip melee weapons.
  22. Like graphic card memory\driver bug. Try run your landscape on different PC
×
×
  • Create New...