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

Lenton

Members
  • Posts

    1845
  • Joined

  • Last visited

    Never

Everything posted by Lenton

  1. Lenton

    Picture Text

    Nice one 0=))======> Lol sword.
  2. No there is it's just un common and i fixed it - If Not txtpassword.Text = "password" And Not ctr >=3 Then There should only be 1 If at start. But now i get error on this - Dim ctr as short What should the short be?
  3. Lenton

    Mapping

    Internal ip? =0 ?
  4. I get an error with this statement - If Not txtpassword.Text = "password" And **If** Not ctr >=3 Then
  5. Lenton

    Mapping

    Yes i do… First of all you should have the eclipse server and client stored on your computer somewhere (preferably in your documents for easy access). Other players cant connect to your game with the client you have, so now we need to copy the client. You should paste it next to the original client so it doesn't get lost. The name of the copied client should automatically change to 'copy of client', you might want to change this to 'player client' so you know which is which. Next, open the coppied client and on the main menu and click the button 'Ip config'. There you should find the server address and the server port. The server address is the only thing you have to change, we need to change it to your computers ip address. To find out whats your ip address go to www.ipchicken.com and copy the big blue number. Then go back to your coppied client and paste that number into the server address. Don't change the server port! Just click save details and then the client is done. This is the client you give to other players. Now this is the hard part... Ok, go to this website - http://portforward.com/routers.htm and scroll down until you find a load of routers. From this long list, you need to select your router model. If you can't find it or don't know what your model is called, you should find it on a sticker or on the bottom of your router. Once you have found it select it from the list. Then it comes up with a list of what you want to port forward, you need to choose 'Eclipse'. Now follow the steps you get from the website, if you don't know the password for your router (don't worry). The username and password is most likely set on default, for example - Username: admin Password: admin. Once you have followed all the steps it should work now. If your game does not work then you haven't followed the steps correctly. So go back and do it again. I hoped this tutorial helped you out.
  6. Lenton

    Mapping

    Server is offline.. You need to portforward to alow other people to play your game.
  7. Have you portfowarded? If not then other people cannot connect to your game… EDIT: also they need a TE client.
  8. I'm a bit stuck on how to make this work. I'm just playing around with VB ATM to get the basics of it but now I'm stuck. What I'm trying to do is, if you enter a password and it's correct it opens up form2 but if you enter the wrong pass you get a message box appear. I want you to get 3 attempts and after all of them the program ends… This is what i got so far - Private Sub cmdlogin_Click() If txtpassword.Text = "password" Then Form2.Visible = True Me.Visible = False Else MsgBox "wrong password! Try 1/3" End If txtpassword.Text = "" If txtpassword.Text = "password" Then Form2.Visible = True Me.Visible = False Else MsgBox "wrong password! Try 2/3" End If txtpassword.Text = "" If txtpassword.Text = "password" Then Form2.Visible = True Me.Visible = False Else MsgBox "wrong password! Try 3/3" End End If End Sub When i play this the msg box's keep showing in a row, is there anyway to pause it or whatever? Thanks in advance! EDIT: oops, this should have went in programing questions...
  9. That was his first post and this is what the section is all about. (questions) It's much easier to ask us than @Kreator: > mash his keyboard to find out.. I noticed with all your post you have a bad attitude to everyones work too.
  10. @Kreator: > Lol? Are you for real? Why you say that? He's just a new guy that wants to know something…
  11. Lenton

    Server…

    Go to your server folder and open Data.ini and it will say 'Port = [your port]'
  12. Lenton

    Server…

    Make sure your IP address is 127.0.0.1 and your port needs to be the same as your servers.
  13. Lenton

    Picture Text

    |^^^^^^^^^^^\||____ | The STFU Truck |||""'|""\__,_ | _____________ l||__|__|__|) |(@)@)"""""""**|(@)(@)**|(@) Lol, got it off someones sig..
  14. Nice one! I want every one of my songs to have a guitar somewhere in it.
  15. What instruments can you play?
  16. Lenton

    Picture Text

    Ok the rules of this game is you have to post a picture using text and symbols. ~ I will start with a simple one ~ >
  17. There are no max classes in ee 2.7?
  18. Then your scripts must be disabled… Enable your scripts again.
  19. Yer it does look kind of dull to be a safe hometown… These places should be full of colour and happy music =D The wall looks right but i think you should make the grass a bit brighter
  20. Yer theres a much easier way. Edit the GUI by using a paint program like Paint.NET (which is free).
  21. If you haven't really done much to your main.txt apart from mess it up, you might as wel replace it with main2.txt. (a main.txt backup) If you still get the problem then that has canceled out the scripting.
  22. Lenton

    Server Hosting

    @REDSOXROX: > I have a question about this. I leave my server and computer on 24/7, although I close my laptop when I'm not using it, will the server still stay online? If it helps my cpu stays online while closed… Yer it's just like turning off. If your computers still running then eclipse is still running…
  23. Lenton

    Music…

    You have some kind of virus i think as i had this along time ago. I also had blue screen of death lol.
  24. Where abouts did you add the custom scripts and how many?
  25. These all can only be done by scripting. If you want them you will have to request a script.
×
×
  • Create New...