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

lorpo

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Posts posted by lorpo

  1. Hey guys,
    I'm wondering something which I have seen in multiple projects.. I have changed my picScreen to height 576 pixels and width 768 pixels, so it fills my EO screen. Now, when I start the game, the only thing I can see in game is my hotkey bar, chat input, and chat field itself, nothing more…
    [![](http://img689.imageshack.us/img689/1379/naamlooswom.png)](http://imageshack.us/photo/my-images/689/naamlooswom.png/)

    Uploaded with [ImageShack.us](http://imageshack.us)

    While the buttons and inventory, health, and other things are still in the main form.. I think the picScreen somehow overlaps all the other pics.. Please could someone help me fix that? It would be a great help, next to the changes I have said I have made, I restarted with a clean EO, next to the custom sprite seen on the screenshot.

    Greets,
    Lorpo
  2. I want to sing a song for you and for all people wondering how to edit the client:

    You need VB6, VB6, is what you need, ey ey!

    Get yourself a copy of it (it's hard these days however) and check out some basic tutorials, then try to understand the source code of eclipse, it shouldn't be hard to do so.

    Webclient however, and especially for EE, will be need to developed by yourself…
  3. A common mistake: Don't take your Standardgateway, but your server ip adress, found at http://www.ipchicken.com/

    this has to be put in your ipconfig, of your game, so put it in, and publish it once it has saved the ip on there, then your server should be ready to go, and don't forget, the portforwarding for sure!, this is another thing that gets forgotten everytime.
  4. I like it, just one thing, the login form is quiet out of order if you compare it with the rest of your site, everything is in one theme, but then, the login form just pop's out like any other login form you see on a site :p, just a thing you could mention in my opinion.. Oh and as lukin mentioned, watch out for your background, make it fade on the left/right into a solid color so it can be stretched out smoothly without an ugly repeating thingie :D

    greetz,
    lorpo
  5. Well Robin, no offence you've made a damn great engine and put a lot of effort in it, but for the library files, it'd just be like saying, yes i did use an engine, and yes i didn't do a lot to make the game, just the mapping and stuff.. I'm trying to go on my own one day, so I'm just trying to go solo already at this time :p
  6. Well, I've used webs aswell, when I was 10 years old… If you want to get your website taken seriously, I would start thinking of a decent webhost (even free ones, and rename it to a .tk domain would help) and make your own design & codings.. You'll have a way more functional site and it'll be much more a pleasure to look at, since I see the same designs every day for like 10 times... Too bad :/, The content is alright :)
  7. Ok guys, so I think I've got it fixed, just need a tester… The following link will take you to Eclipse files hoster, where you can download a zip package. It contains a Inno Setup Script and all the library files I think you will need. So for testing and making your own setup you'll need a few steps to do so:

    -Download the Inno Setup (Here: http://www.jrsoftware.org/isdl.php).
    -Install the Inno Setup with the wizard.
    -Download the zip file (Here: http://www.megaupload.com/?d=KZQVMKZK)
    -Unpack the zip file.
    -Open the script file called library, then on the first 4 lines, change the words between the brackets ("...") by your own words. Just make sure the .exe on the 4th line doesnt get removed...
    -Now, drag the library files where ever you want them to be, for example on your desktop.
    -Open your desktop directory and copy the link (ex. of a link: C:\Documents and Settings\Admin\Desktop -> This could be completely different with you!)
    -In the script editor, press Ctrl+H and copy the link in the Replace with text box, in the first text box however (Search text box) fill in Directory.
    -Now you're ready to compile your setup! (Green play-button on the top middle of your screen)
    -After compiling and completing your example setup you can find the setup file in the C:\Windows directory, make sure not to change the C:\Windows directory in your script or you'll screw up things! (Unless your computer has another driver as standard :p)
    -Now, it's up to you, compile the installer with another installer with your game, or just give it as an extra together in the package of your game :)

    Hope it helped, now you've got a clean and copyrightless (well without the origins things and such then ;p) installer!

    Greetz,
    Lorpo.
  8. I found all the files from the list and copied them in a different directory where my game will be, there was only 1 problem scripten.inf wasn't in the windows directory/my computer, but since it's an .inf file i guess it won't be that kind of a worry… I'll now try to make the installer with source code & give it to you guys once it's done ^^
  9. Thanks guys, I'll try you guys suggestions and post the easiest and most succesfull way on this thread so everyone can enjoy it :D.

    EDIT
    Hey guys, I found a list of all the library files at our forum:
    http://www.touchofdeathforums.com/smf/index.php/topic,59223.msg626667.html#msg626667

    Now, I've got 2 remaining questions:
    - Are they still up-to-date? Or are there new files already?
    - Should I just pack them with my installer, so should I let them install in a certain folder? Or just where my client will be installed in a certain dll/OCX directory?
  10. Hey guys, I've got a pretty much important question,
    so I've been making my game and all that, edited it some with VB6 and such… But now I have released it to my close friends for testing it out and such, all is great, however I want to know something of you guys... Would it be possible to unpack this Eclipse Library Files installer thing so that I can add it to my client installer? So that I don't have to reference my players to all these sites and such, so that I actually can become a stand-alone game creator? Editing code and such shouldn't be a problem, I'm just wondering, If it would be possible (or if anyone even has the source code of it) to unpack the files & just add them into my installer of my game.

    Thanks in forward,
    Lorpo
×
×
  • Create New...