Skarn

  Administrators
  • Content Count

    825
  • Joined

  • Last visited

Everything posted by Skarn

  1. There also should be internal sensivity settings. I currently work with Intuos Tablet but tablets with screen are so much better.
  2. I am thinking of buying Cintiq 13HD for level design. I also hated the time when you were not able to do pressure-sensitive painting. Even though I use alphamapping a lot. I am actually combining both ways all the time in my works. Blizzard acutally uses a lot of stamping at least in first expansions. They seem to have a brush that is able to imprint alpha data along with some terrain displacement data (that becomes clear if you spend hours fixing alphamap templates like me for the community :D). Anyway I am too damn sad that Wacom Cintiq 13HD costs about two average russian monthly wages, so I'll have to get some money.
  3. That is awesome. Is it a graphic tablet on the left? If that gigantic thing is produced by Wacom, you must have spend a lot of money on it
  4. If it is what you say it is, that's bloody amazing. I have waited for something that edits DBC properly for a very long time. I will start using it and report if there are any issues. Thank you for the release. UPD: I think it would be cool if the tool could be set as default application to open .dbc files and such. Right now, if you do it it just opens the tool without the file being opened in it.
  5. Why mangos? Trinity is so much better.
  6. You could in theory use some software specialized for terrain which won't crash. You just need to make the resulting OBJ files match the converter's criteria.
  7. Back from vacation. Germany was good. So, back to modding.

    1. UltraNic

      UltraNic

      I live in germany too hope you had a nice vacation :D

    2. Skarn

      Skarn

      Yeah, I did. Thanks. :)

  8. Ground effects, music and additional things THIS TUTORIAL IS UNDER CONSTRUCTION Part 1. Ground effects Ground effects is the essential thing for most maps to make them look complete. They are basically small autoplaced doodads (models) that are bound to a certain texture in an .adt file. Most often they are used for creating grass, small shrubs, stones and other clutter on the ground. In this tutorial we will learn how to add existing ground doodad sets to your maps and how to create new ones. Step 1. Creating a new ground effects set Basically, every ground effects set consists of 4 detail doodad models and a bunch of various setting configuring their appearance in the game. They are stored in "World/NoDXT/Detail/" folder of your client and can be viewed in WoWModelViewer. So, pick up any 4 models that work well together and write down their file names somewhere. Those are the ones I picked up: elwgra01.m2 elwgra02.m2 elwgra03.m2 elwflo01.m2 Now we need to find the model ID for each model in GroundEffectDoodad.dbc. If the model is not listed there, we will have to add it. Open "MyDBCEditor" in "Tools" folder of WoWDevKit. Open GroundEffectDoodad.dbc Search for "elwgra01" and write down the number of the string which is going to be our ID. If the search function does not find anything, you need to add a new line to the end of the table. So, for me it is: elwgra01.mdl is 4 elwgra02.mdl is 5 elwgra03.mdl is 6 elwflo01.mdl is 1 Now open the GroundEffectTexture.dbc, go to the end of the file and create a new string. Write down its ID somewhere, we will need it later. Fill the string with your data according to the following pattern: Coloumns 2-5 (red) stand for model IDs we figured out before. Coloumns 6-9 (blue) define the amount of time each paticular doodad appears in a group. Coloumn 10 (green) controls the groundeffect density of this group. In most cases 24 is an optinal value, but you can actually experiment with some values like 0, 1, 2, 4, 8, 16, 24, 48, 128. Though, after 24 doodads show up in a kind of weird way. Coloumn 11 links to TerrainType.dbc which control different additional effects like footstep sound, dust or snow particles appearing while walking and so on. Step 2. Injecting ground effect data. Make a backup of your map files and copy the ADTs to the following folder: "WoWDevKit\Tools\CMD\GroundEffects\". Launch "groundeffects.bat". You will see the following CMD windows which pops up for every .ADT located in that folder. It asks you for groundeffects ID you want to apply for each texture that the ADT contains. So, apply the ID of the set we created to your grass texture, for example. In order to skip the texture type in "-1" and press "Enter". Type in "0" if you don't need any set applied at all. Run the "groundeffects_fix.bat" in the same folder after you are done with the previous step. Move the new files to your patch or working directory. Part 2. AreaID. AreaIDs are basically DBC string values that get written to the chunks of an .ADT and are resposible for showing up the zone name in the game and some other zone related things. So we are going to learn how to both create a new AreaID entry and how to assign it to your map as well. Step 1. Creating a new AreaID entry. Extract the latest "AreaTable.dbc" from the latest locale patch and open it with MyDBCEditor. Create a new empty line in the end of the file and write down its ID. Write in your MapID from Map.dbc into the coloumn number 2. Coloumn 3 is a link to the parent area. For example, if your newly created area is located in Kalimdor it should link to the AreaID of Kalimdor in this same table. Coloumn 4 should better stay as any unique number but not bigger than 4500. Coloumn 5 contains different flags which are explained on our wiki. Coloumns 6-10 stand for various music settings we are going to talk later. Coloumn 11 defines the zone level. (Level of a character required for the zone being explored). Coloumn 12 contains the name that shows up in the game. Everything else is not necessary to know at first, but you can read about it on our wiki. Step 2. Assigning AreaID to your map. AreaIDs can be painted with Noggit. In order to do that. Switch to the AreaID painter mode by selecting it on the toolbar or pressing "5" on your keyboard. Press "X" in order to reveal the AreaID selector. Now you will see a windows full of different entries. Those are all AreaIDs that exist in the game and are currently loaded by Noggit. Select any AreaID and paint it on the ground by holding "Shift + LMB". Save the work and go in game to test it. Part 3. Music The picture below shows the connections between the DBC we will have to edit in order to assign music to a zone. Open all those DBCs (AreaTable.dbc, SoundAmbience.dbc, ZoneMusic.dbc, ZoneIntroMusicTable.dbc, SoundEntries.dbc) in MyDBCEditor or an other editor you prefer to edit DBC tables with. In order to add any type of music to your zone, the AreaID to which you assign the music should be "painted" on .ADTs as well. Otherwise, your changes won't affect anything. Ambience At first we will learn how to add ambience to a zone. Go to "SoundEntries.dbc" Go to the end of the table and memorize the ID of the last string. Right click on any line and select "Copy line to" in the dropdown menu. Enter the new string ID (last used ID + 1). Do it twice (create two new strings for day and night ambience). Do steps #4 - #14 for both day and night entries. Change the value of coloumn #2 in both string to "50" which stand for the ambience sound type. In coloumn #3 enter any description of your sound you want. In coloumn #4 you should enter the name of your sound file with an extension (e.g. "MyAwesomeTrack.mp3"). No path here! Only the file name. Coloumns #5 - #13 can stay empty for now but you can read about their usage in our wiki. Coloumns #14 - #23 should contain the value "1". In coloumn #24 we enter the folder path to your music file (e.g. Sound\Ambience\Custom). You should not have a backslash (\) in the end of the value! Coloumn #25 controls the sound volume. Most ambience sounds are set to "0.69" by default. Coloumn #26 is responsible for sound flags. Set it to "0" for now, but you can read the information about them on the wiki. Coloumn #27 defines the minimum sound distance. In most cases Blizzard use "8.0" value. Coloumn #28 defines the maximum sound distance. In most cases Blizzard use "45.0" value. Coloumn #29 adds EAX for the sound reflection and realistic feeling. Set it to "0" for now. Coloumn #30 should stay as "0". Write down the IDs of both strings and save the table. Switch to "SoundAmbience.dbc" Create a new string in the end of the file. Write down its ID somewhere. Fill in the day ambience ID from SoundEntries.dbc to coloumn #2. Fill in the night ambience ID from SoundEntries.dbc to coloumn #3. Write down the ID of the string and save the table. Switch to "AreaTable.dbc" Find your AreaID string and fill in the SoundAmbienceID into coloumn #8. Save the table. Music Go to "SoundEntries.dbc". Create two strings for day and night as we did with ambience. Everything works exactly the same except for some differences that I will list below. Coloumn #2 should contain the value "28" which stand for the "BackgroundMusic" soundtype. Coloumn #24 is responsible for the volume. Mostly Blizzard uses "0.6" for music entries. Coloumn #28 should be set to "2". Switch to "ZoneMusic.dbc". Create a new string. In coloumn #2 enter any name you would like and understand. Set coloumns #3 and #4 to "180000", coloumns #5 and #6 to "300000". Enter the ID from "SoundEntries.dbc" for the day music. Enter the ID from "SoundEntries.dbc" for the night music. Switch to "AreaTable.dbc". Find your AreaID string and fill in the ZoneMusicID into coloumn #9. Save the table. ZoneIntroMusic Open "SoundEntries.dbc". Make only one string for the intro music using the same settings as for zone music we assigned in the previous step. Switch to "ZoneIntroMusic.dbc". Create new string. Type in any name into coloumn #2. Type in the SoundEntriesID to coloumn #3. Type in the value "1" into coloumn #4 Type in the value "60" into coloumn #4. Save the table and write down the ID of the string. Switch to "AreaTable.dbc". Find your AreaID string and fill in the ZoneIntroMusicID into coloumn #10. Save the table.
  9. On the first picture I clearly see a lot of bugs with alphamaps. Looks like big apha is beign read as small alpha or vice versa. The shadowy chunk probably got full MCSH on it for some reason. Try looking at those particular chunks within 010 editor. I have no comments about the second issue. Must be related to file loading.
  10. Maybe your core is too outdated to support this trivial feature? You need to make sure if original Blizzlike content definitely does not work.
  11. Please specify what you want in the topic. This way people who know the answer to your question will see in advance if it is even worth opening your topic. I personally can't help you with it (just forseeing the upcoming question).
  12. 1) Undo/Redo would require some intrusion into all the editing features, not counting the actual state machine code and UI representing action history. That's quite a big and boring work to do. There are currently too few programmers who devepop Noggit with a purpose of using it or their teams using it. Those people who just like to mess with stuff will mess with something more entertaining. 2) Scaleable textures are supported since MoP. Noggit currently stays on 3.3.5a. It is impossible to implement scaleable textures without upgrading Noggit to recent or later game version. It is also a boring and huge work, so here comes the motivation issue again. 3) As far as I know, Noggit opens all maps relevant to 3.3.5a and even some retroported ones (I may be wrong, I have no retroported maps, but I have seen people doing it). It will not support everything until it gets uprgraded to newer game version which is the situation I described in the paragpraph 2. It is very sad for me to say it but that's how things are currently going on.
  13. 1) Give up on MirrorMachine. There are plugins that allow you to do things directly from Blender? If you want help on that matter, you can contact me via Skype. We also have tutorials here dedicated to WMO exporting.
  14. Very promising. I waited for a visual DBC editor for a long time. Smart idea.
  15. Looks fine from what I can see. I need to have a look at those wmos through teamviewer or skype screen sharing.
  16. Outliner picture please.
  17. What game version? We need more information. If possible, pictures of outliner, object settings (orange cube tab), vertex group settings (tab with collision and portals), materials and export settings. I need only pictures of WoW related things. I do not need to see the entire content of the tab.
  18. There was some snowy skybox used for wotlk login screen or somethign else. That might do the job if you retexture it properly. For making something transparent you can either do a texture swap or set specific render flag to disable texture rendering.
  19. @shihuang214, thanks for kind words. I have a lot of enthusiam to do things here but sadly lack time. So, making changes here and creating my own content is sometimes too long.
  20. No there currently no other ways sadly. And to place a model, Ctrl + V is used as far as I remember.
  21. You can't just place M2s with Noggit inside the indoor group of the WMO. Use WMOEditor by Cromon for making a doodadset instead. Also a hacky way to fix that is removing portal from the WMO, though this method has much more disadvantages than actual profit.
  22. Tip: Stop using cursor movement scripts if you ever want help. It is hard to develop, slow and impossible to understand for others. 010 editor supports proper scripting.