LEGO® Universe Newly Imagined
Menu
  • Home
  • Download
    • Music
    • Server Progress
  • Forums
  • Info
    • People
    • World
    • FAQ
    • Objects
  • Tutorial
    • Compile in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1
  • Home
  • Download
    • Music
    • Server Progress
  • Forums
  • Info
    • People
    • World
    • FAQ
    • Objects
  • Tutorial
    • Compile in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1

Luni 0.6 Setup Help


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

Tagged: 0.6, Apache, MySQL

  • This topic has 10 replies, 4 voices, and was last updated 9 years, 9 months ago by Timtech.
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • July 28, 2015 at 2:15 pm #146
    WesleyJB
    Participant

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

    • This topic was modified 9 years, 9 months ago by WesleyJB.
    July 28, 2015 at 2:30 pm #148
    WesleyJB
    Participant

    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.

    • This reply was modified 9 years, 9 months ago by WesleyJB.
    July 28, 2015 at 5:48 pm #151
    cuddlebunny
    Participant

    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

    July 29, 2015 at 4:11 am #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 at 4:13 pm #199
    WesleyJB
    Participant

    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.

    • This reply was modified 9 years, 9 months ago by WesleyJB.
    August 9, 2015 at 4:21 pm #202
    WesleyJB
    Participant

    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 at 4:30 pm #203
    WesleyJB
    Participant

    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.

    • This reply was modified 9 years, 9 months ago by WesleyJB.
    August 9, 2015 at 4:39 pm #207
    WesleyJB
    Participant

    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

    • This reply was modified 9 years, 9 months ago by WesleyJB.
    August 9, 2015 at 5:18 pm #209
    Timtech
    Keymaster

    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 at 1:27 am #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 at 4:31 pm #213
    Timtech
    Keymaster

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

  • Author
    Posts
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.
Log In

Comments are currently closed.

Preferred Language


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

Search the Forums


Recent Topics


  • Happy New Year
  • FORUMS CLOSED

Forums

  • General Discussion

Important Sites

  • LU Server Projects Github online
  • Community Discord online
  • Search the LUNIverse

    Please Note

    The LEGO Group has not endorsed or authorized the operation of this game and is not liable for any safety issues in relation to the operation of this game.

    Copyright © 2015-2021 LUNI™ Server Project

    Hosted by TimTech Software