Serifaz

  Developers
  • Content Count

    53
  • Joined

  • Last visited

Community Reputation

13 Good

About Serifaz

  • Rank
    Contributor

Personal Information

  • Specialty
    Level Design
    DBC Editing
    Modeling
    Serverside
    Interface
    Lore/Quests

Contacts

  • Discord
    Omie#1000

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Version 1.0.0

    40 downloads

    Hello all, I wanted to upload something for a while now, but wanted it to be special. So I spent the last couple days creating an auto updater and launcher that not only checks version changes of uploaded data to a server, but also checks existing files to see if a patch already exists and compares the online file with the local file to make sure it is not downloading unneeded patches. So if you make even the slightest change to a patch it will re download, but the patch does need to be different that the local file if there is one. You can download the launcher here.. https://github.com/serifas/Crystal-Launcher And a version that checks for MD5 of files instead of size (Warning, this will lag everything a lot.) https://github.com/serifas/Crystal-Launcher-With-MD5 I hope it helps some of you guys.
  2. Bumping because I updated the original post. ♥
  3. I have not ported any official wow maps / adts yet. @MaxtorCoder if you think you can help me do it I would be very appreciative. Just a heads up we are not recreating the npc scripts and base world for this initial server and client. It is simply a platform for rp so players can create things like npc emotes / pathing / combat scenarios if wanted. Also the players will be able to create their own maps(Although I would like to import the base world anyway for those who would want it.) There will be an in game terrain editor for players that own said terrain in their phase. This will not work with trinity, as Maxtor said it would not work well, and there is a lot of unneeded information at this point. Another thing is that again this will not necessarily be based on a specific client aside from getting the assets from a the most recent client and porting them. It wont be setup so that we have to keep up with specific xpacks. I feel doing this just takes too much out of the community and makes it too hard for us to handle when trying to make our own content or downport content. Again thank you all for your support, it's really what keeps me driven to keep going on this.
  4. Hello me and my friends are looking for people willing to help us in converting models from m2 to fbx as well as wmo's and textures to png. We are currently working on porting the current Shadowlands client without boss scripts or quests to unity. this is simply a project for rp purposes. The character creation is currently being completely revamped to allow for more customization options. We will be making a phasing system where players can build and create their own systems such as creature pathing. Complete: Base server. Player login. Character Customization. Todo: Phasing. Player phase editing tools. Conversion of most game models/textures. Animation assignment for most animations. We are currently picking this project back up after a long hiatus. We are still wanting to find more people to help with file conversion and if possible creating more customization options and tools. We use unity collab and github to keep our project synced as much as possible. We are currently out of unity collab seats so all file converters will need to upload their work on our github. If you have any questions / are interested in the project please contact myself @ my Discord:Omie#1000 Note: We are NOT releasing this as open source as of yet. This may happen in the future when the project is closer to completion. More previews will come soon.
  5. is the body a different texture than the legs? also green texture means missing texture or incorrect texture format. Aside from that if you hard coded the textures and the body is separate from the rest of the meshes. you may want to make sure the texture is hard coded to it properly
  6. what patch are you working on? the format for character textures has to be the same as other characters so it can wear armor. You will need to assign geosets so that the character will have armor like gloves and boots. these are submeshes attached in the model itself. Here is an example of 3.3.5 texture format
  7. Option 1:You would need to animate in mdlvis and convert mdx to m2 with mdx to m2 lazy Not recommended because verts rig only 100% no blend weighting. Option 2: buy highlords tool for converting gltf into m2, Note: Rigging takes quite a while depending on how many bones you use, but it is a good tool. Option 3: Wait for skarns blender studio to be released, most recommended. NOTE: If you want to prepair a model in blender for conversion when skarns tool comes out or for when you buy gltf to m2, please keep in mind that you can not have a parent a bone to a bone that has a higher id than it. so this means if you parent a bone. make sure the bone it is parented to was made before the bone you are parenting. ps. if you need help learning to animate with blender pm me.
  8. Hey guys Im looking for the anim id of the special stand animation for characters. I looked in animationdata.dbc but didn't see it. To clerify its the stand anim that plays every once in a while when standing on a character.
  9. don't know if this is too late but you need to hex edit the skin files to allow for more geosets. Basically leave the geoset as the same name as say the upper body in blender but put 001 or something after it then try and convert. After that put it in 010 editor and edit the skin files to change the value of the geoset to a new geoset id. If you need help message me
  10. Hey Luke, Welcome Back! Nice to see you are at it again.
  11. nvm it is. I bought it, and this is literally the best tool for m2 creation to date(at least until skarns tool is out). Highly suggest getting it. Someone up this guys rank, should not be just considered a newbie.
  12. what dbc editing have you done sofar?