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 - dm666

Pages: [1]
1
Miscellaneous / [QUESTION]Render models C++
« on: April 10, 2016, 10:11:24 am »
How to i can render mdx files?
What i need for that?
Vertices, textures, etc.
Help please.

2
Thanks for ur answer.
I want to choose location and get coords of the cursor position. Then convert their to server coords(yet it's not necessary).
I want to do something like this
Code: [Select]

statusbarInfo << "tile: " << std::floor(gWorld->camera.x / TILESIZE) << " " << std::floor(gWorld->camera.z / TILESIZE)
<< "; coordinates: client (x: " << gWorld->camera.x << ", y: " << gWorld->camera.z << ", z: " << gWorld->camera.y
<< "), server (x: " << (ZEROPOINT - gWorld->camera.z) << ", y:" << (ZEROPOINT - gWorld->camera.x) << ", z:" << (gWorld->camera.y) << ")";


But how i can get camera x, y, z? I must load adt file? Or dbc file?

3
Software Development / [C++] Get server coords with cursor from map
« on: March 06, 2016, 09:36:52 am »
Hi all. How to i can get coords with cursor?
For example:
I move cursor to Goldshire and want to get server coords.
Help with algorithm pls. What i must load, rendering etc?
Sry for my bad english.

4
Miscellaneous / Re: Get class icon from image
« on: January 08, 2015, 11:40:44 am »
Solved.

5
Miscellaneous / Get class icon from image
« on: January 08, 2015, 11:11:41 am »
I want to get one class icon from UI-CharacterCreate-Classes. How i do it? It's used in CharacterCreate.xml. How blizzards get one icon 64x64 from file with size 256x256? Help me, please. :cry:

6
Texturing and 2D Art / [QUESTION] Achievement UI_order ID's
« on: July 30, 2014, 01:54:16 pm »
Hello guys, I can't find UI_order for achievement_criteria.dbc(last column). Where i can find this ids and path to order textures?

7
Sry maybe i can't understand you but you can check Player::CanJoinConstantChannelInZone.
Sry for bad english.

Pages: [1]