Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Tai Kamiya

Members
  • Posts

    32
  • Joined

  • Last visited

    Never

Tai Kamiya's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Cara, muito bom! Excelente trabalho nessa engine, a GUI mesmo é espetacular. Tem algum plano para usar futuramente o DirectX 8?
  2. Cool engine, before anything! Also, one question, what can I do in the code to expand the distance between the buttons in the main menu? Ah! And how can I turn they in vertical position?
  3. > There's already a dx8 engine you can use, Dragon Eclipse for example. or Deathbeam's engine (w/e its called). Give it a try or wait for the new engine by Rob That new engine… any release date?
  4. > you can't get them, i'm sure he will not put them in there, because everyone would have basicly the same things ingame, if you want them, search tutorials and add them in your game, not just waste your life waiting for something that's not gonna happen I know! What I tried to say is that many tutorials simply doesn't work in the ER.
  5. > depending on how much programming you know > > the new development team has a new engine on the making witch will probably have a new GUI class > > NO The one which will use VB2010?
  6. > maybe he is talking about Eclipse Reborn, It's gonna be released soon… I tried the Eclipse Reborn, but I'll wait since it doesn't have things like Guilds, Pet, etc.
  7. > GDI doesnt support PNG's that means you cant load PNG's into vb6 controls although you can achieve transparency through the use of some APIs but that will really kill your FPS. Your best bet is to **use the DirectX 8 engine and modify it to render the gui with textures instead of using controls** or just wait for the new engine witch is being developed Awt, How hard it is? D: Also, what new engine?
  8. > No you can't, Dx 7 doesn't support PNG's. It can't render them. But I'm using the Nightly, it doesn't uses DX8?
  9. Hey guys! I was wondering, can I set transparency in the graphical user interface? I tried adding transparency in the Item Description image, and changed the source line: ``` frmMain.picItemDesc.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\description_item.jpg") ``` to ``` frmMain.picItemDesc.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\description_item.png") ``` This resulted in an error. Well, there is an another way to do it?!
  10. In terms of speed, is the 3.0/DX8 better than the 2.0/DX7?
  11. Hey, nice engine! But, how can I add new buttons in the GUI? I mean, as it can't be editable in Visual Basic, what I have to do to add new buttons, forms, etc.?
  12. > *facepalm* Offline? are u kidding me? xD next time say link is dead, not file is offline ![:D](http://www.touchofdeathforums.com/community/public/style_emoticons//biggrin.png) I called the file, but she didn't called me back. ;^;
  13. Can you adapt it to work with Alatar's Quest System? (Make the SpeechFace appear in the quest description message)
×
×
  • Create New...