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

XYQuadrat


  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 152 total)
← 1 2 3 … 9 10 11 →
  • Author
    Posts
  • September 4, 2015 at 12:20 pm in reply to: Is going to be soon full version of LEGO Universe? #589
    XYQuadrat
    Moderator

    1. We are rude? Xiphoseer just said that we can’t provide any finish date. Also he said that he excuse for that is a negative comment.
    2. Yes, you can advertise LUNI, but please do not overuse this. We don’t need a really big community without new server versions.

    As long as you hope, you can.
    XYQuadrat

    September 4, 2015 at 1:36 am in reply to: System Announcements #558
    XYQuadrat
    Moderator

    @Timtech, sure.
    I would recommed (as well as some most other devs) to move to sourceforge and make one documentation (not luni.info, google docs or github wiki). This will definitely speed up progress.

    As long as you hope, you can.
    XYQuadrat

    September 2, 2015 at 10:50 am in reply to: Change Spawn location #522
    XYQuadrat
    Moderator

    New devs are always welcome! It’s not that important if you’re not experienced in RakNet or networking, if you have the willing, you can do this! Check out https://github.com/jaller200/LUNIServerProject/wiki/Getting-Started-in-Development for some additional infos and feel free to download and play around with the source.

    As long as you hope, you can.
    XYQuadrat

    P.S: Did you already join our Skype community chat? If not, add julistein02 or HappyAngryCatfish to come in there.

    September 2, 2015 at 10:45 am in reply to: What is this Game doing? #521
    XYQuadrat
    Moderator

    Hi Ferox,

    Nice to meet you! 🙂 It’s always cool when new people find this project.
    New content is coming, in 0.6 there are accounts and developers are working on launchpads & character things.
    So, just check in sometimes and look at how’s going (But don’t think tomorrow anything is finished).

    About developing: New devs are always welcome, check out https://github.com/jaller200/LUNIServerProject/wiki/Getting-Started-in-Development to learn about skills you will need.

    As long as you hope, you can.
    XYQuadrat

    P.S: There’s a Community Chat on Skype, if you want to be included there, add julistein02 or HappyAngryCatfish.

    September 1, 2015 at 7:42 am in reply to: Multiplayer (Online), Mobs, Quests…? #491
    XYQuadrat
    Moderator

    @Lego_Club, You can say “It’s time”, but progress won’t go faster though. We are all people with some social and work life, so we do this in our free time and don’t get paid for that. Please be patient. It will need more than just a day (I think, around a year) until enemies and NPC’s will be implemented. Just stay calm, and don’t ask questions like “AAAH! It’s more than a week since the last release! When can we expect the next update?!!!”.

    As long as you hope, you can.
    XYQuadrat

    P.S: Please first think, the write a reply. You made 50 replies in about one week, which I think is also spam in there.
    (This is not against you, I just wanted to say that)

    August 30, 2015 at 2:08 pm in reply to: Need Help!! #424
    XYQuadrat
    Moderator

    You need VS Studio to use source versions. 🙁 But until a complied Version comes out, use 0.5.1.

    As long as you hope, you can.
    XYQuadrat

    August 30, 2015 at 2:32 am in reply to: Change Spawn location #401
    XYQuadrat
    Moderator

    I’ll try to answer your last question. All enemies and NPC’s are spawned dynamically. So, you need a RM (Replica Manager) which generate new enemies after some time. Sadly, the other devs and me don’t know how to fully use & implement the RM. Your spawnpoint also only can be changed by RM. This means you will have to wait (or help developing).

    As long as you hope, you can.
    XYQuadrat

    August 29, 2015 at 10:45 am in reply to: How to edit my profile picture after registering #360
    XYQuadrat
    Moderator

    Look at my comment at the top. (And, please first read through the topic, then you must’nt ask such questions)

    August 29, 2015 at 10:44 am in reply to: Need Help!! #357
    XYQuadrat
    Moderator

    Quite strange…
    Try only ‘localhost’ and be sure Apache and MySQL is running.

    As long as you hope, you can.
    XYQuadrat

    August 29, 2015 at 7:47 am in reply to: Missing .dll files #346
    XYQuadrat
    Moderator

    Soo.. Let’s look at some common mistakes. Try work from top to bottom.

    1. Using the false version. (The correct version would be 0.5.1.)
    2. Forgot to extract the folder. (Be sure that you extracted the folder.)
    3. No C++ redistributables installed. (Download them.)
    4. The .dll could really be missing. (In this cause, it’s an error from someone, but not yours)

    As long as you hope, you can.
    XYQuadrat aka Mister Piano

    August 29, 2015 at 7:39 am in reply to: Need Help!! #345
    XYQuadrat
    Moderator

    You can run phpmyadmin also without being admin of your network. I’ll try to explain how.
    Step 1: Go to http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/5.6.11/xampp-win32-5.6.11-1-VC11.zip. There you can download a zip of XAMPP.
    Step 2: Extract the zip and run setup_xampp.bat.
    Step 3: Start XAMPP and run Apache & MySQL. (You must close Skype while running Apache)
    Step 4: Go to localhost/phpmyadmin.

    You now can use phpmyadmin without being admin. 🙂

    As long as you hope, you can.
    XYQuadrta

    August 28, 2015 at 12:28 pm in reply to: my sql help #330
    XYQuadrat
    Moderator

    MySQL is a database language. It’s used in 0.6, because there is some data saved in a database. But in 0.5.1, everything is static, so MySQL is disabled.

    As long as you hope, you can.
    XYQuadrat

    August 14, 2015 at 1:46 am in reply to: How to edit my profile picture after registering #241
    XYQuadrat
    Moderator

    Hi BlueFrog76!

    You can change your profile picture by going to gravatar.com and login there with your email.

    As long as you hope, you can.
    XYQuadrat

    August 10, 2015 at 1:29 am in reply to: 0.5.1 #211
    XYQuadrat
    Moderator

    Hmmm… Did you extract all data and running the server before the client?
    Else I don’t know how to help you. 🙁

    As long as you hope, you can.
    XYQuadrat

    August 10, 2015 at 1:27 am in reply to: Luni 0.6 Setup Help #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

  • Author
    Posts
Viewing 15 posts - 136 through 150 (of 152 total)
← 1 2 3 … 9 10 11 →

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