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

Furrzie Devine

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

Posts 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. 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.
  3. 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 <3
  4. 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.
  5. 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!
  6. 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.
  7. 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. <3
    This is a simple to understand and do [TuT] and I hope someone found this usefull. If you have any problems feal free to contact me via PM
  8. i made this website out of complete board-um x3 thi is a all in one forum friendly to everyone, i am using a free host known as forumotion. The website is constintly under repair and im always editing the css to make it a better and more friendly place to chat and chill <3 The website is obviusly free and could have been scripted better, but its a start. The url for the website is http://furrziesplayhouse.only-girls.net/ feal free to check it out or even use it if u wish.
  9. 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?
  10. 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.
  11. 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. <3
  12. 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.
×
×
  • Create New...