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

Furrzie Devine

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Everything posted by Furrzie Devine

  1. Well for one a runescape private server with eclipse? A wee bit of a dull idea to steal someone else game don't you think? my 100% honest opinion is that you guys design your own game AND not steal whats already been done.
  2. Could you help me plz? I would be vary grateful
  3. I have both vb.net and vb6 I just simply don't know what I'm doing to be honest.
  4. derp x3 okies in this case what would you recommend?
  5. Okie I wanted a code to help add multiple realms to my game, by simply editing the config.ini, when you click on the name of a diff realm it would change the port so you would logg into that realm. However I'm not really good with visual basics and i think i messed up cuz its not working.. i could really use some help, the code is bellow. >! Private Sub realmone_Click() >! Dim fileContents As String = System.IO.File.ReadAllText("\config.ini") Dim lines() As String >! fileContents = fileContents.Replace(ControlChars.CrLf, ControlChars.Lf) >! lines = fileContents.Split(New Char() {ControlChars.Lf, ControlChars.Cr}) >! lines(7) = "the port number here lol" >! System.IO.File.WriteAllText("\config.ini", String.Join(ControlChars.NewLine, lines)) >! End Sub And i know I'm a noob but I really need some help, it would be very, VERY appreciated.
  6. understood and sorry for being an annoyance or inconvenience in any way.
  7. Furrzie Devine

    Help Eclipse

    Done! hope this helps out the community in any way possible
  8. I'm wondering, is there a link to a pre-made skill system? preferably one that levels and dependent on the skills level is what resource your able to harvest? If so could i get a link to it plz? it would be much appreciated
  9. I have no self confidence, but I wont give up. I wont post any updates info or updates about it tell I feel iv made a good start on it. I'm not as experienced in programing as many of you, but that wont stop me.
  10. Someone just delete this thread plz..
  11. Give me some slack! Yah I'm gay so what!? Thx for flaming this post, thx for the confidence.. and btw you guys were right, I'm an amateur. I went to school for Java And C++ ill admit I barely passed. I have troubles when it comes to typing, and no confidence to back it up. I'm just quitting the project. Go ahead and say what you wish.. ive heard it all beforeā€¦. And I'm sorry Robin but how rude, you are one of the rudest people I have ever met. You don't know what I can do so who are you to judge me? And if you ban me because of my opinion, than so be it. At least I tried to make something different, And i failed so what. Think of how many times everyone fails before they get one success. Next time ill just work on projects in secret and release them when there done. The reason I posted this post in the first place was because I thought I could count on the eclipse community for advice and support, but all i was given was criticism and hate!
  12. Not meaning ta sound mean, But I really don't understand what your asking? Is it your pc thats deleteing the img's? Is it the program not finding them, or Deleting them? If its not detecting them, make sure that all the files are bmp files. If the program is deleting them I recommend getting a fresh copy of Eclipse and make sure that the library files are installed. If you have any problems after that then your pc could possibly have a virus. Although iv never heard of suck a virus, In this case just download a program like AVG Free or Advanced System Care 5\. And if you have any problems after this just msg me and ill try and help you out.
  13. True, its one of the most basic programing know-hows. But some people are just like that and id rather help them instead of leave them in the dark. After all everyone has to start somewhere.
  14. I am fully aware that this tut is not of the most importance, but I have met few programers that do not know how to save and compile, Because of that i took the liberty upon myself to make a simple tut to assist them.
  15. Haii eclipse community, I am taking the liberty of making this tut cuz some people are unsure or simply do not know how to save and compile there projects after they are finished. Well this is a simple 3 step processes that i hope is easy to understand. Step One After editing your source code for your project you will need to go to the tab on top that seas "file" and click on it. >! ![](http://i1238.photobucket.com/albums/ff491/Azerdeath/picktut1.jpg) Step two Now that you have selected "file" a table should pop down with some features your able to select, now you do not need to but i highly recommend saving your project first. For this step you need to select "Save Project" >! ![](http://i1238.photobucket.com/albums/ff491/Azerdeath/picktut2.jpg) Step Three Now that your project is saved and ready to be compiled, simply go down the table of content and select "Build" After selecting this the software will compile your vb6 project. >! ![](http://i1238.photobucket.com/albums/ff491/Azerdeath/picktut3.jpg) And now you have a fully working edited project.
  16. thankies for the help i really appreciate it.
  17. Why don't you just make your own sprite sheets instead of using others? I see Breeze and vx every were, and personally wouldn't you want a game that feels new?
  18. Haii its me again, this time i am facing some rather aggravating.. problems. I started scripting in a system for quests and handling them, however it turned out more like a bunch of messy scripts that ran when they wanted too. I am wondering if anyone made a working quest system for EO? I am in need, the project im working on requires a working quest system to make the game feel more compelling and inviting.
  19. As everyone knows I am new to eclipse, this being a given i bet everyone thinks i have no scripting knowledge. Well I do and that is besides the point, my boy friend and I started development on a new project him being the story writer, me being the programer, developer, gfx maker, music and sounds fx maker. x3 yah anyways.. my server tower cant take anymore stress, i am looking for a free or near free web host that supports MYSQL, Navacat, and Python. I already scripted the website and have high hopes that i find a web host, if anyone could help me find one it would be much appreciated.
  20. Thankies for the advice, i can say i was aware of fees for using mp3 format, but wow thats expensive. Im not sure that the engine can read OGG ether, that leads me to question how will i get this format to work. I realy do appreciate your help guys, thankies alot.
  21. After installing the library source and toying with the engine abit i realized that it dose not read or emit mp3\. Dose anyone happen to know of a extension or addon made for the EO engine to enable mp3 format? If so it would be much appreciated. thankies
  22. Just Got Skyrim YESTERDAY!
×
×
  • Create New...