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

Jaiden

Members
  • Posts

    312
  • Joined

  • Last visited

    Never

Jaiden's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Dude those weapons are blatantly taken from the aether mod or whoever made them. If you're going to recolor at least credit the original artists.
  2. Jaiden

    >>HELP!!!<<<

    Open up config.ini in your client folder and make sure it's set to localhost.
  3. It's pretty and a nice way to stray from all of the other generic interfaces on this website. However, it's a bit too flashy and may ultimately end up being confusing and inconvenient for the player. Furthermore, the existence of a screen isn't even hinted in your sketch. Judging by the layout now it seems it would be nearly impossible to put a screen in without the interface being in the way or distracting.
  4. @GM: > You have it wrong, mate. These are just features that I am simply asking about… A nice tutorial or link would be fine.. if you are just here to flame me about them, then consider yourself no help at all. > > I'm programming everything else on my project and I don't have time to do these myself.. And I don't have time to hire people either... if you can't help me, then don't post anything back. > > Thanks anyways. I helped you and I'm not flaming. If you paid any attention to the third link, it's a board that you need to search for all of those edits and tutorials.
  5. Jaiden

    SHADOW

    That shadow already exists, and you can modify it. It's in the data/graphics folder.
  6. If there is nothing helpful for you in the tutorials and none of the links I posted, then you shouldn't be using this engine nevermind asking how to modify it. _Read._ _Explore things yourself._ It's the only way you'll learn. Asking how to add every single one of those features before familiarizing yourself with the source is silly.
  7. http://www.touchofdeathforums.com/eclipse/tutorials.php http://www.vb6.us/ http://www.touchofdeathforums.com/smf/index.php/board,498.0.html
  8. **Edit: I created a new account and it works fine now. I don't understand what is causing the issue here.** This is really really obscure, I was map editing and after saving my map and opening the editor a second time, I recieved Runtime Error 480: Cannot create auto redraw image. The following line is highlighted: ``` Call Surface.BltToDC(picBox.hdc, sRECT, dRECT) ```In this function: ``` Public Function Engine_BltToDC(ByRef Surface As DirectDrawSurface7, sRECT As DxVBLib.RECT, dRECT As DxVBLib.RECT, ByRef picBox As VB.PictureBox, Optional Clear As Boolean = True) As Boolean ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler If Clear Then picBox.Cls End If Call Surface.BltToDC(picBox.hdc, sRECT, dRECT) picBox.Refresh Engine_BltToDC = True ' Error handler Exit Function errorhandler: HandleError "Engine_BltToDC", "modDirectDraw7", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Function End Function ``` Now this is bothering me tremendously because the issue suddenly appeared after saving a map and not doing anything else. The error appears whenever I edit any map now, not just the one I saved. If it helps for some reason, the map I saved was very large; 223x117\. But I saved it multiple times before without an issue.
  9. Jaiden

    Help!!*VB6*

    @wow050: > Thank you jaiden a whole lot for A: not screaming at me and BL solving my problem :) Two things, one: I'm being patient. Two: Erwin is right; stop bringing it up. Stop triple posting, you don't need to "bump" a topic that isn't even on the second page.
  10. Jaiden

    Help!!*VB6*

    No. You have to open client.vbp and navigate to modCombat in the editor.
  11. Jaiden

    Resource Editor

    Yes. And you're welcome.
  12. Jaiden

    Stat Questions

    Strength = Attack power, parry chance Endurance = HP efficiency, defensive power(?) Intelligence = MP efficiency Agility = Increased dodge chance and critical hit chance, attack speed(?) Willpower = Regeneration efficiency
  13. Jaiden

    Resource Editor

    Success is the message it displays when you successfully gather the resource. Empty is the message when nothing is left.
  14. Jaiden

    [CS:DE] GUI Edit

    @Robin: > No I do not. > > **1.** It's frmMenu. > **2.** It does not exist in the Crystalshire project. The files used in the project are shown in the project explorer of 'client.vbp'. The source folder is full of every discarded form and module since EOv1. > **3.** I'm saying he's an idiot because he pointed to a form which is never used in Crystalshire. Oh lord I completely misread. Bad of me to draw conclusions. Whoops.
  15. Jaiden

    [CS:DE] GUI Edit

    He means you're an idiot for saying that. When he says frmMain doesn't exist, he means that you don't move GUI elements around in the form anymore.
×
×
  • Create New...