wungasaurus

  Developers
  • Content Count

    378
  • Joined

  • Last visited

Everything posted by wungasaurus

  1. - i have never heard of such version. There is 1.x and 3.xxxx. - that does not answer the question of if the files actually change on disk - you did not answer if other changes are saved - you did not answer if the model spans multiple ADTs when you say “spawned again after a few minutes”, do you restart noggit in between? Do you move to a different map and back? Do you move within one map?
  2. And you’re sure the files are actually saved? Check the log file. Check the files on disk. Do other edits get saved? Does the model span multiple ADTs and if yes, do you save all of them?
  3. But you did see my above post that not only links the complete documentation but also a retroporting guide, right?
  4. There is a map.dbc flag 0x00000010000 limit farclip to 727.0, but I doubt that is set for you.
  5. If that’s the case, the developers still need the log file up to the point of the crash, and the model causing the crash. You know, anything more than „it crashes“, to even reproduce. Alternatively attach a debugger and set it to break on exceptions to get the backtrace.
  6. You want to look at the M2‘s „events“ block: https://wowdev.wiki/M2#Events Likely there is a $SND that plays on the MountSpecial track which directly has the ID as data. There might also be a different event that triggers the sound, without data set, meaning it is referenced via CreatureSoundData, which is referenced by CreatureDisplayInfo.
  7. Not all flags are known sadly, but https://wowdev.wiki/DB/CharSections#Flags 17 = playable | unknown 19 = playable | barbershop | unknown So both should be available on character create. I don’t know what the unknown flag 16 does, so you may want to try to toggle that. Other than that, setting 1 and 2, and unsetting 4, 8 and 32 should enable skins for all classes and make them changeable in barbershops.
  8. The compiled versions of boost etc are bound to a specific version of msvc. I don’t know about the others.
  9. Ocean type water always is at height 0. If it isn’t ocean, no idea
  10. Waters also don’t blend with blizzards editor: what you see in the first picture is actually just one type of water. Noggit has a button somewhere that will generate depth based water transparency. I don’t remember what it was called. Just paint only ocean and hot that button, then you get exactly that effect.
  11. as for the other two, yes, extract maps for that thing. server doesn't know about it. of course you also need to re-"extract" the dbcs if you changed them. as for difficulty etc, no idea, that's up to your emulator. instance_template or alike.
  12. The first is that you copied some wdl file that doesn’t match your map.
  13. Copy spell icon row, change filenane; change spell row to point to different icon?
  14. Please make a proper bug report, or this can’t be fixed.
  15. If it is the same error, there still is some chunk with fewer textures than ground effects assigned. Be sure to make the brush as large as possible to hit all chunks.
  16. Have you tried to make sure it is the buff being the issue by changing the condition to something else, like your name or “true”? Are you sure that at the time of that calculation, auras are actually applied?
  17. May 16 2018: https://wowdev.wiki/M2#TXID July 1 2018: https://youtu.be/3C5No8cl4t0 But yeah TXID is an unsolved problem.
  18. If anyone working on noggit would invest time in that, they hopefully would not do some shitty exporter but actually move to newer versions.
  19. In the water panel, there are some options to set a factor to modify the depth. Yes, it will automatically do fatigue. The default factor should result in identical depth requirements as blizzard. It might not be automatically but require a button press in the panel.
  20. The transition for deep water should be automatic in current versions of noggit, depending on actual depth, like for official maps.
  21. https://wowdev.wiki/Client_Error_Analysis#0x007B31F8_read_0x00000010
  22. Consider supporting Lowell and Graeme by buying a license at http://www.sweetscape.com/store/purchase_010editor.html if you're using 010 Editor on a regular basis.