LEGO® Universe Nuevamente Imaginado
Menu
  • Inicio
  • Descargar
    • Música
  • Foros
  • Info
    • World
    • FAQ
    • Objects
  • Tutorial
    • Compile in Visual Studio
    • Servidor 0.3
    • Servidor 0.4 (Pre-2)
    • Servidor 0.5.1
  • Inicio
  • Descargar
    • Música
  • Foros
  • Info
    • World
    • FAQ
    • Objects
  • Tutorial
    • Compile in Visual Studio
    • Servidor 0.3
    • Servidor 0.4 (Pre-2)
    • Servidor 0.5.1

Luni 0.6 Setup Help


Inicio › Foros › Help and Support › Luni 0.6 Setup Help

Etiquetado: 0.6, Apache, MySQL

  • Este debate tiene 10 respuestas, 4 mensajes y ha sido actualizado por última vez el hace 9 años, 9 meses por Timtech.
Viendo 11 entradas - de la 1 a la 11 (de un total de 11)
  • Autor
    Entradas
  • julio 28, 2015 a las 2:15 pm #146
    WesleyJB
    Participante

    Not sure if this is the right place to post, but when spending over an hour trying to get luni 0.6.2 running, I gave up. I’ve got the database set up in MySQL. Also, is there even a database for 0.6.2? I ask because one does not come with it. I took the one I’m using from 0.6.0. Do I need to compile the server? Do I need to be on an Administrator user? I’d usually be able to answer these myself but it just doesn’t work. I had the same issue with 0.6.1, but I got farther with 0.6.2.

    Before people start saying use 0.5.1, I’d prefer to not use 0.5.1. I already have that set up. When switching worlds with it it defaults to a certain character with a jetpack, and I’d prefer to be able to walk and jump around, without a jetpack.

    Any help is much appreciated.

    For those wondering, yes, the Apache and MySQL servers are running, but LUNI just returns «Terminated Unable to connect to datebase!»

    • Este debate fue modificado hace 9 años, 9 meses por WesleyJB.
    julio 28, 2015 a las 2:30 pm #148
    WesleyJB
    Participante

    Well since I can’t update the post anymore I’ll just post a reply.

    Why is MySQL needed? Couldn’t everything be done outside of it?
    There has got to be a way around the MySQL route. There are ways around practically anything.

    The reason I ask is because I’ve done batch programming as a hobby for a while now, and there are many limitations and many ways around those limitations.

    I might eventually mess with the source code of luni and see if I can make it work. I don’t know particularly what language it’s coded in but I assume it’s C++. I only know batch currently but I may experiment in the future.

    Note: If nothing works in the end, I blame Microslop.

    • Esta respuesta fue modificada hace 9 años, 9 meses por WesleyJB.
    julio 28, 2015 a las 5:48 pm #151
    cuddlebunny
    Participante

    Hi wesleyjb im cuddles I am a new developer on the project
    sorry but im kinda confused a bit

    (tim and any other devs please do correct me if I am wrong but)

    most of thaws builds are for devs however we are not stopping players from using them

    I don’t no how to fix your mysql problem manly because I am having a problem kinda like yours but I can help you in two ways

    first!!! 😛

    first the reason why we use my sql (tim and any other devs please do correct me if I am wrong but) almost every mmo use mysql to control and make accounts mange accounts enemies id values and much much more on top of this the real game use mysql as wall we use mysql for a lot of things so sadly I do not think there is a work around sins this is hard coded in to the game server

    as for your walking character problem we have a character in 5.1 name monkeybrow

    she walks and you can Chang her world by going hear http://timtechsoftware.com/?page_id=1452 in the server area that explain how to Chang some one player location but be warned most of the times the location is off and do not put you at the spawn point so we use the jet packs to get to thaws areas

    julio 29, 2015 a las 4:11 am #152
    XYQuadrat
    Moderador

    Hi WesleyJB!

    Actually, the server is written in C++.
    As cuddlebunny said, monkeybrown has no jetpack, so you can change his checksums to other worlds.
    Try these instructions for setting up 0.6: https://github.com/jaller200/LUNIServerProject/wiki/How-to-set-up-your-LUNI-server-0.6

    After you finished setup and created a character, you can even edit his outfit before going into the game easy.
    Hope this helps!

    As long as you hope, you can.
    XYQuadrat

    agosto 9, 2015 a las 4:13 pm #199
    WesleyJB
    Participante

    cuddlebunny, if I’m not mistaken when you change the world using that setup the character defaults to one with a jetpack. No matter which character you select it will still default. I’m also aware it doesn’t use the world spawn location.
    Note: You might want to take the time and effort to type in correct English.

    XYQuadrat, thanks for the instructions. I had tried digging for some but couldn’t find any, so thanks.. I’m now on Windows 10 so it’s bound to 100% not work. I’ve already had to reload Windows 10 due to an outdated audio driver I tried to install. #BlameMicroslop

    Sorry for the late response. I get interested in something, loose interest, and then regain interest after awhile.

    • Esta respuesta fue modificada hace 9 años, 9 meses por WesleyJB.
    agosto 9, 2015 a las 4:21 pm #202
    WesleyJB
    Participante

    Could it have been that I required the Visual C++ Redistributable for Visual Studio 2012, and I had Visual Studio 2013 installed? Does it depend on a Visual Studio release?

    Also, I can’t download that redistributable. I keep clicking start download, wait 30-60 seconds, and it doesn’t start.

    agosto 9, 2015 a las 4:30 pm #203
    WesleyJB
    Participante

    Read through that guide and it says Skype blocks ports for Apache… I’ll try now without Skype running.

    Turns out that the Windows 10 NT Kernel & System uses Port 80, which happens to be the port that Apache wants to use…

    I’m changing Apache’s port to 90 to see if it works that way.

    • Esta respuesta fue modificada hace 9 años, 9 meses por WesleyJB.
    agosto 9, 2015 a las 4:39 pm #207
    WesleyJB
    Participante

    And Apache starts on port 90… #Microslop

    And as I say that it still runs into the port 80 error, but starts on port 90. Only problem is PHPMyAdmin doesn’t work
    #BlameMicroslop

    • Esta respuesta fue modificada hace 9 años, 9 meses por WesleyJB.
    agosto 9, 2015 a las 5:18 pm #209
    Timtech
    Superadministrador

    Wow, of course you can access http://localhost:90/phpmyadmin but I guess the server won’t. I don’t know how you could fix this.

    agosto 10, 2015 a las 1:27 am #210
    XYQuadrat
    Moderador

    As far as I know, 0.6.2 will not work.
    Mater, the developer of this version, found an error, which first must be fixed. Try another, for example the one from GitHub or so. 🙂

    As long as you hope, you can.
    XYQuadrat

    agosto 10, 2015 a las 4:31 pm #213
    Timtech
    Superadministrador

    Mater said he should be releasing a fix but it’s already been a while…

  • Autor
    Entradas
Viendo 11 entradas - de la 1 a la 11 (de un total de 11)
  • Debes estar registrado para responder a este debate.
Acceder

Comments are currently closed.

Idioma Preferido


  • English (en) English (en)
  • Deutsch (de) Deutsch (de)
  • Español (es) Español (es)

Busca en los Foros


Los Últimos Temas


  • Happy New Year
  • FORUMS CLOSED

Foros

  • General Discussion

Otros Sitios

  • LU Server Projects Github online
  • Community Discord online
  • buscar el LUNIverso

    Tenga en cuenta

    El Grupo LEGO no ha aceptado o autorizado el funcionamiento de este juego y no es responsable de los problemas de seguridad en relación con la operación de este juego.

    © 2015-2021 Proyecto LUNI™ Servidor

    Organizada por TimTech Software