• 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TEQ Help
#21
(04-12-2012, 21:46)OrangePL Wrote: Please explain me how to draw an image using D3D9. Image format jpg/png. (if its possible Tongue )

You can actually draw an image following 2 ways:
1.) Simple way (NO-D3D, very easy, but only simple paintings)
2.) Sprites (D3D, hard enough, advanced painting like a boss)
BOTH OF THESE WAYS USE VB, BUT SINCE IT IS BASED ON .NET, YOU CAN INCLUDE VB FORM TO <some-other-language> PROJECT IN VISUAL STUDIO. Also, you haven't actually stated the language you work in so Troll

WAY1:
I am currently working on my new supa-secret project and I use this method myself. The basis is set on e.Graphics, with its help you can easily draw something you need Wink You can draw petty big number of simple shapes and if you are creative enough you can make something better from these shapes, like we made cool emblems in blops from simple shapes either. To see all possible commands open up some VS and in any sub write e.Graphics. and it will show you all commands and short description. To see full description + explanation of each command search @MSDN.

Graphics Class @MSDN: http://msdn.microsoft.com/en-us/library/...90%29.aspx

Example of usage:
VB Code
  1. e.Graphics.FillEllipse(New LinearGradientBrush(New Rectangle(0, e.LineRect.Top, 15, 15), Color.White, Color.PowderBlue, 45), 0, e.LineRect.Top, 15, 15)
  2. e.Graphics.DrawEllipse(Pens.PowderBlue, 0, e.LineRect.Top, 15, 15)


WAY2:
This way is described & explained in details on this web-page http://geekswithblogs.net/clingermangw/a...84484.aspx
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
  Reply
#22
Want to draw OMA on screen with my hack. Big Grin
[Image: lQDUjba.jpg]
  Reply
#23
(04-13-2012, 19:15)OrangePL Wrote: Want to draw OMA on screen with my hack. Big Grin

For this you have to read tutorial. Link attached to my previous post (you cant draw OMA by simple way, you have to make sprite)
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
  Reply
#24
how do i change mw3 backgrounds
  Reply
#25
(04-14-2013, 23:03)kokole Wrote: how do i change mw3 backgrounds

Using the tool made by an amazing guy, I think you heard of him
http://www.itsmods.com/forum/Thread-Rele...-V3-0.html
[Image: r212360a129ce9b84444093b6cd2699013a1fbn155.png]
  Reply
#26
Guys, I'm making a plugin.
When I do
!RQ playername time

So, playername and time is changeable.
I want to do with if cmd..

Help me plz

Sent from my SonyX8 using Tapatalk 2
  Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)