LEGO® Universe Newly Imagined
Menu
  • Home
  • Download
    • Musik
  • Foren
  • Info
    • Mitwirkende
    • Welt
    • FAQ
    • Objects
  • Tutorial
    • Kompilieren in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1
  • Home
  • Download
    • Musik
  • Foren
  • Info
    • Mitwirkende
    • Welt
    • FAQ
    • Objects
  • Tutorial
    • Kompilieren in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1

Luni 0.6 Setup Help


Home › Foren › Help and Support › Luni 0.6 Setup Help

Schlagwörter: 0.6, Apache, MySQL

  • Dieses Thema hat 10 Antworten sowie 4 Teilnehmer und wurde zuletzt vor vor 9 Jahren, 9 Monaten von Timtech aktualisiert.
Ansicht von 11 Beiträgen – 1 bis 11 (von insgesamt 11)
  • Autor
    Beiträge
  • Juli 28, 2015 um 2:15 pm Uhr #146
    WesleyJB
    Teilnehmer

    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!“

    • Dieses Thema wurde geändert vor 9 Jahren, 9 Monaten von WesleyJB.
    Juli 28, 2015 um 2:30 pm Uhr #148
    WesleyJB
    Teilnehmer

    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.

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von WesleyJB geändert.
    Juli 28, 2015 um 5:48 pm Uhr #151
    cuddlebunny
    Teilnehmer

    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

    Juli 29, 2015 um 4:11 am Uhr #152
    XYQuadrat
    Moderator

    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

    August 9, 2015 um 4:13 pm Uhr #199
    WesleyJB
    Teilnehmer

    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.

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von WesleyJB geändert.
    August 9, 2015 um 4:21 pm Uhr #202
    WesleyJB
    Teilnehmer

    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.

    August 9, 2015 um 4:30 pm Uhr #203
    WesleyJB
    Teilnehmer

    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.

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von WesleyJB geändert.
    August 9, 2015 um 4:39 pm Uhr #207
    WesleyJB
    Teilnehmer

    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

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von WesleyJB geändert.
    August 9, 2015 um 5:18 pm Uhr #209
    Timtech
    Administrator

    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.

    August 10, 2015 um 1:27 am Uhr #210
    XYQuadrat
    Moderator

    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

    August 10, 2015 um 4:31 pm Uhr #213
    Timtech
    Administrator

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

  • Autor
    Beiträge
Ansicht von 11 Beiträgen – 1 bis 11 (von insgesamt 11)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.
Anmelden

Comments are currently closed.

Bevorzugte Sprache


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

Die Foren durchsuchen


Neueste Themen


  • Happy New Year
  • FORUMS CLOSED

Foren

  • General Discussion

Andere Seiten

  • LU Server Projects Github online
  • Community Discord online
  • Suche im LUNIversum

    Bitte zur Kenntnis nehmen!

    Die LEGO Group hat den Betrieb dieses Spiels nicht offiziell genehmigt und übernimmt in keiner Weise Verantwortung für mögliche Sicherheitsprobleme im Zusammenhang mit diesem Spiel.

    Urheberrecht © 2015-2021 LUNI™ Server Projekt

    Gehostet von TimTech Software