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

Dawntide

Members
  • Posts

    248
  • Joined

  • Last visited

    Never

Everything posted by Dawntide

  1. Mind posting a tutorial? I think this would be come in handy for many developers, because it makes the combat more dynamic. I would really appreciate a tutorial, thanks :)
  2. Do you still need to use this fix if you change the font of your whole game?
  3. Is converting needed or can you just change the item limit and go ahead like usually.
  4. "I guess for some of them you could just make them an animation instead." I wanted to know this, thanks. I dont mean that you should be able to use the whole tileset. I just wanted to know if it is possible to create such animations. By the way: Can you create animations with your character sprite moving?
  5. Hey, Can you use the animation sprite things you find on the internet with the eclipse origin engine, would it be hard to do? an example (big picture): >! ![](http://www.spriters-resource.com/gameboy_advance/narutonc2/orochimaru.gif) How to use these animations with Eclipse Origins? Someone got an idea how to get overworld sprites matching these sheets? thanks in advance!
  6. Dawntide

    Item design

    Wow! Amazing, can you teach me how to do it? Which program did you use?
  7. Dawntide

    GUI Measure

    Can someone help me, i decided it would be best to start just simple editing before i go 100% custom. But how do i remove the white highlighted area of the objects like behind the HP and Will Bar? How to edit the Text on the objects, i can not get it to work. I need to remove the Text on the objects without destroying the graphic.
  8. Dawntide

    3D Eclipse!

    Screen or it didn't happen :D Proof that you are not lieing to get someone to do resources for you.
  9. Dawntide

    GUI Measure

    Hey, Does anyone have the GUI measure of the default GUI elements of Eclipse Origins? I want to design a 100% custom GUI, so it would save me alot of time if anyone could tell me the measures. thanks.
  10. Dawntide

    Basic VB edits

    Okay, i will at least give it a try. How to change the Face which shows up on the Character Screen? I already got them implemented in the character creation with this tutorial: http://www.touchofdeathforums.com/smf2/index.php/topic,73720.0.html
  11. Dawntide

    Basic VB edits

    1\. Too complicated, i do not even know how to begin and so on!
  12. Dawntide

    Basic VB edits

    Thanks! And how to make a converter? Can someone do it for me or give me a link, i am not able to code a whole converter for myself
  13. Hey guys, I currently got the latest version of Eclipse: Eclipse Origin Event System 2.3 How to switch over to EO 3.0 (this thread, right?) with all my files, forms etc.? thanks in advance!
  14. Ok so the tutorial is is freakin terrible and does not work at all, old as duck, so you srsly want to tell me that menu music is impossible? Srsly: UPDATE THE ENGINE! Imagine a Blockbuster game without sound… lol I hope any other guys comes up with tutorials to implement mp3 or OGG!
  15. thanks! the engine is really nice, but in some points it should be improved. Wouldnt it be kind of easy to transfer the engine to VB.NET? It would open up 10000 of new possibilities. Anyway, why cant i choose my 32x32 .ico desctop icon as icon in vb6? it says invalid picture? I MUST get it to work, because RessourceHacker and Co. do not affect sub Forms, at least i think so. And how to edit the start menu? I can only find character creation and main form
  16. okay i added it now, it is really annoying that there are 200000 pictureboxes and objects staples.
  17. I get an error on client: "method or data member not found" at "picQuestLog" of this code: frmMain.picQuestLog.Picture = LoadPicture(App.Path & "\data files\graphics\gui\main\questlog.jpg") please help me fix it, why is it picQuestLog? In the tutorial and sample file it is "lstQuestLog"
  18. Hey, I have a problem with the mainframe in vb6. Why cant i place objects over the default objects in the mainframe in vb6? When i place a object on for example "picYourTrade", my object cuts off at the border of picYourTrade and i can not see it anymore and the height and width values are bugged extremly, 295 width is extremly small! This is how it looks like when i place something on it: [![](http://s7.directupload.net/images/120731/temp/odhr5aei.png)](http://s7.directupload.net/file/d/2968/odhr5aei_png.htm) please help me fix this, i can not customize my objects if i can not see them because they get cut off thanks!
  19. I get this error too! UPDATE: I fixed the error by adding "**ByVal mapnum As Long**" back to Public Sub Party_ShareEXP. The writer of the tutorial removed it in the tutorial. ``` Public Sub Party_ShareExp(ByVal partyNum As Long, ByVal exp As Long, ByVal index As Long, ByVal mapnum As Long) Dim expShare As Long, leftOver As Long, i As Long, tmpIndex As Long ``` Is this a legit fix or will it cause bugs in the party system?
  20. Does it increase the quality of the sprites, so i can make them larger without messing the quality up so hard? How you create transparent things, for example an icon, same way as with .bmp?
  21. Dawntide

    Basic VB edits

    Okay and if i want to change it for everything. 1.How to do it? 2.what do you need to delete then, in my server folder i got for example item1.dat to item255.dat, do you need to delete all these files then? 3\. I am translating the whole Engine to my native language, but i can't find a few things: -The yes and no button of party invite -The accept and decline button of trade -party disbanded chat message I can not find it with Search neither. thanks in advance, awesome support!
  22. Dawntide

    Basic VB edits

    thanks, what do you mean with "Delete files". All files? Not only the items? how to convert them, i do not want to delete everything!
  23. Hey i did everything as it is in the tutorial, but when i connect, it immediatly disconnects me. i already deleted the player files!
  24. I get an error here: ``` '/////////////////// '// Game Editor // '/////////////////// Public Sub SerialEditorInit() If frmEditor_Serial.Visible = False Then Exit Sub EditorIndex = frmEditor_Serial.lstIndex.ListIndex + 1 With frmEditor_Serial .txtName.text = Serial(EditorIndex).Name .scrlItem.Value = Serial(EditorIndex).Item .HScroll1.Value = Serial(EditorIndex).ItemValue End With Serial_Changed(EditorIndex) = True End Sub ``` line:``` EditorIndex = frmEditor_Serial.lstIndex.ListIndex + 1 ``` Error: "method or data member not found" at``` .lstIndex. ``` I think the error is cause of this: "add the frmEditor_Serial in attachfile" i do not know what you mean with that, i just created a new form called frmEditor_Serial how to make attachfile, help me fix this please
  25. Hey, there was not enough space for my item descriptions, so i made the GUI Picture larger. The problem now is, that the Item Desc Picturebox goes off the screen on top. I recognized a off screen check in there: ``` ' check for off-screen If y + frmMain.picItemDesc.height > frmMain.ScaleHeight Then y = frmMain.ScaleHeight - frmMain.picItemDesc.height End If ``` But it does not work, how to fix it, so i the whole picture box is on the screen.
×
×
  • Create New...