This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - schlumpf

Pages: [1] 2 3 ... 186
1
Miscellaneous / Re: Addon inside the MPQ File
« on: September 13, 2019, 08:47:17 am »
You can add it to interface/framexml‘s toc, which would make it impossible to turn off. Alternatively, I think that just putting the same files you would put to do a normal addon at the same location inside an MPQ, it should load.

2
"Retro-Porting" / Re: How fix background legion for 3.3.5
« on: July 17, 2019, 12:11:33 am »
There is no conversion needed, you just need to copy them. Also, the editor may even be notepad. It doesn’t matter. Just look into the files and see the blp filenames, copy them from new to old client, be done.

3
"Retro-Porting" / Re: How fix background legion for 3.3.5
« on: July 16, 2019, 10:54:48 am »
The textures are referenced by the m2. Open it in whatever editor you want and look for the blps.

4
"Retro-Porting" / Re: How fix background legion for 3.3.5
« on: July 16, 2019, 12:58:45 am »
Green = missing textures. Copy more blps.

5
Miscellaneous / Re: [Request 3.3.5a] Title Swap
« on: June 24, 2019, 10:18:50 pm »
What guide did you follow, how did failure manifest (was it empty? was it unchanged?)?

6
Level Design / Re: [Question] Noggit 3.2 Water Bug
« on: June 14, 2019, 11:13:24 pm »
Ocean type water will always be at height 0. pick a different liquid type.

7
Miscellaneous / Re: [ADT] Map reversed [Solved]
« on: May 03, 2019, 11:26:09 pm »
Wow. I did not expect such wall of text. Congratulations on making it!

You may even want to add that to the talk page on wiki.

One thing to change maybe is that there isn't really "lod" and "no lod", that's just what some very early reverse engineer thought. WoW always uses all vertices.

8
Noggit / Re: Error Custom Dungeon/Instance 5 Man
« on: April 18, 2019, 08:29:04 am »
and what error do you get?

9
Miscellaneous / Re: [ADT] Map reversed
« on: April 08, 2019, 09:17:57 pm »
Yeah, wow coordinate systems are a bitch. The ADT article has some ramblings on top that might help. Otherwise I suggest looking at existing software, a lot.

In this case i mostly suggest mirroring not on a per chunk drawing basis but one pushmatrix above. That way, not every single chunk is wrong but the entire terrain should be transformed ;)

10
Miscellaneous / Re: [ADT] Map reversed
« on: April 07, 2019, 11:51:55 pm »
in map coordinates, the top left of an adt tile is on the north-west.

11
Miscellaneous / Re: [M2] What is the order of vertices ?
« on: March 25, 2019, 06:31:02 pm »
Sorry, can’t really help there. If the vertices are correct the texcoords right next to them should be. After all it isn’t even a separate list.

Without code I’m not sure how we could help here.

12
Miscellaneous / Re: [M2] What is the order of vertices ?
« on: March 24, 2019, 09:21:50 am »
I guess you missed the fact that there is an indices block? Vertices are used multiple times and the order in the vertices block is random.

https://wowdev.wiki/M2/.skin#Indices and the triangles block define the order.

13
Noggit / Re: Noggit Water Problem
« on: March 22, 2019, 08:23:45 am »
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.

14
Noggit / Re: Noggit with ~5 fps
« on: February 08, 2019, 01:05:49 pm »
If there is both, an integrated and proper GPU, Force noggit to use the proper one via driver

15
Miscellaneous / Re: Custom Map Area & Zone ID "unknown"
« on: January 27, 2019, 11:14:15 pm »
The server doesn’t know about it if it doesn’t have the dbcs and ADTs/„maps“ generated/„extracted“.

Pages: [1] 2 3 ... 186