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

Verex

Members
  • Posts

    22
  • Joined

  • Last visited

    Never

Everything posted by Verex

  1. The only reason I released this when it did not have many features is because it took me a while to make sure that when you are using WASD it won't mess up the chat, and when you are chatting it wont mess up movement. Otherwise I will be adding new features in January.
  2. BLOOD ECLIPSE 1.0 Blood Eclipse is an edited version of Eclipse Stable. I included my source code just incase anyone wanted to edit it. I will soon release a version of this for Eclipse Evolution 2.7\. What Blood Eclipse offers is a choice of WASD or the arrow keys. (You can toggle these in the settings window) It also offers a working "Log Off" button that does not close the whole program. I also moved some GUI to a way that I think looks better. It took me a while to finish this but it is finally done. Blood Eclipse will work with any Eclipse Stable server and your users will LOVE how easy it is to switch between controls or log off. Blood Eclipse is for use with your Eclipse Stable server. You can download Blood Eclipse from [here](http://www.bigupload.com/files/U7GB4U3WRJ/Blood_Eclipse.rar.html). If there are any bugs or glitches you think I should fix please email me at [email protected]. I would be happy to help. I hope you enjoy Blood Eclipse! Please post what you think about it! Thank you!
  3. Verex

    Music Creator

    Actually no, LMMS is free. And I think it is open source.
  4. Verex

    Music Creator

    Doesn't that cost money?
  5. I think the only way to do this would to edit the source code. Sorry. Otherwise please tell me if I am wrong.
  6. Verex

    Music Creator

    Hello! I thought this tool might be useful in creating music for your games. The program is very easy to use and very helpful. I actually use this program in my Digital Music class. The program is called LMMS (Linux MultiMedia Studio). LMMS is a free music creator that allows you to create sounds and beats on your computer. It is even compatible with a USB piano/keyboard. You can get LMMS from [here](http://lmms.sourceforge.net/). I hope I posted this in the right place. Enjoy!
  7. I thank you Robin for saving this person a LOT of time.
  8. Don't thank me, thank the person who made the image splitter.
  9. To split the images easily all you have to do is use the image splitter. Click [here](http://www.touchofdeathforums.com/smf/index.php/topic,61211.msg646691.html#msg646691) to go to the image splitter topic. I hope this helps. XD
  10. Oh darn. I'm outsmarted again. If you think that is sad say "Yes".
  11. Oh wow, I did not know witch version of Eclipse you were using. Sorry i was using ES.
  12. AAAAGHH it is suppose to be complicated!!!! OMG!
  13. If i am correct, you are trying to make it your NPC's sprite right? Well in that case, you will want to do the following: Step 1: Navigate to "[INSTALL LOCATION]\Eclipse-Stable\Client\GFX\" Step 2: Copy that image that you wanted to use and save it in there. Step 3: Rename "BigSprites.bmp" to "BackupBigSprites.bmp" Step 4: Then rename the sprite sheet that you copied over there to "BigSprites.bmp". You will need to restart the client for the changes to take place. I hope this helped! Please reply there is another way if this one does not work.
  14. Ok. I want someone to solve this equation. It is quite easy and only one number works for it. REQUIREMENTS: 1\. A brain 2\. Basic Math skills 3\. Uhhhh….. I dont really have a #3 sorry. EQUATION: 35 x z + 500z / 9986z - 556z = z
  15. Haha! Try again XD. **(70000 - 5000) / 5000** That's a nice algebra equation.
  16. Coke with alcohol. (I didn't really mean to drink it but oh well.) PLEASE DON'T ARREST ME
  17. I am 70000 years old minus 5000 divided by 5000\. That is how old I am.
  18. Verex

    How to Program.

    I am not sure what they used but you can get VB6 from "I REMOVED THIS LINK" I hope this helps. Only use VB6 not 2010 version or the 2008 version they wont work with eclipse.
  19. If what he said still does not work you will want to make sure you are editing the source code in VB6 and not some later version of visual basic. You can get VB6 from link removed I hope this helps. please don't post illegal downloads/methods. Edit: Sorry i did not know that was illegal due to of how long ago and the fact that it is a portable edition.
  20. Verex

    No Nighttime

    This tutorial will show you how to get rid of the nighttime feature. NOTE: You MUST have VB6 (Tutorial on how to get it - Removed) You MUST know how to use VB6 just a little bit. –--------------------------------------------------------------------------------------------------------- Step 1: Open "Server.vbp" in VB6. Step 2: Now go to the Project Explorer. (Press Ctrl + R) Step 3: Expand the tab "Forms" Step 4: Right click on "frmServer" and then click "View Code" Step 5: Scroll down and find this code: ``` If Hours > 20 Then If GameTime = TIME_DAY Then GameTime = TIME_NIGHT Call SendTimeToAll End If ElseIf Hours < 21 Then If Hours > 6 Then If GameTime = TIME_NIGHT Then GameTime = TIME_DAY Call SendTimeToAll End If End If ElseIf Hours < 7 Then If GameTime = TIME_DAY Then GameTime = TIME_NIGHT Call SendTimeToAll End If End If ``` Step 6: Delete that code. Then build and export the project so you can use it. Now no more laggy nighttime! And you still get to use the time feature. EDIT: Sorry I had to remove the link on the VB6.
  21. Ok, I think there is a problem with the port you are using currently. The Hamachi should work but it is probably the port. You will want to go into "Data.ini" in your server's file. Find "Port" and change it from 4000 to 6112 (Its just what I put as the port because I had this same problem.) I hope this helps. Hope to hear from you! Good Luck.
  22. I found your topic luckily no one had answered it yet. :D So I had done this a while back, you edit the source code with vb6\. Ill show you how. Requirements: VB6(link removed by user - YouTube Video on how to get it.) A little knowledge on how to use VB6. Step 1: In VB6 open up "Server.vbp". Step 2: Go to the forms tab. And right click on "frmServer" then click "View Code". Step 3: Then click "Edit" then click "Find". Or Ctrl + F. Step 4: Search for "night". You should see a code looking similar or exactly like this: ``` If Hours > 20 Then If GameTime = TIME_DAY Then GameTime = TIME_NIGHT Call SendTimeToAll End If ElseIf Hours < 21 Then If Hours > 6 Then If GameTime = TIME_NIGHT Then GameTime = TIME_DAY Call SendTimeToAll End If End If ElseIf Hours < 7 Then If GameTime = TIME_DAY Then GameTime = TIME_NIGHT Call SendTimeToAll End If End If ``` Step 5: Then all you have to do is delete that code. See that wasn't so hard after all. This editing will allow you to have time enabled with NO night time. Hope this Helped. :D
×
×
  • Create New...