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

Xiphoseer


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

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 182 total)
← 1 2 3 … 10 11 12 13 →
  • Author
    Posts
  • August 31, 2015 at 10:36 am in reply to: Loading Venture Explorer stuck at 0% #465
    Xiphoseer
    Moderator

    ok this log shows indeed that the client could not connect to the char/world server. Please post the server console (especially the “started on … ” parts) and your config.ini

    August 31, 2015 at 10:31 am in reply to: Change Spawn location #464
    Xiphoseer
    Moderator

    No version of LUNI can currently provide that afaik, sorry

    August 31, 2015 at 10:27 am in reply to: Help with 0.7 #460
    Xiphoseer
    Moderator

    I think the server only uses the name you can freely choose atm so please type on in there

    August 31, 2015 at 9:50 am in reply to: Help with 0.7 #457
    Xiphoseer
    Moderator

    Did you choose a different name AND temporary name out of three words?

    August 31, 2015 at 7:51 am in reply to: Change Spawn location #441
    Xiphoseer
    Moderator

    There is a system the client software requires us to use, that manages all objects in the game. When anything appears in your game, this system “created” it for your client. At the moment that only works for the player your joining the server with, and no form of recieving updates from the server is implemented.

    August 31, 2015 at 7:48 am in reply to: When is LuniServer 0.7.0 out #440
    Xiphoseer
    Moderator

    Mater did some work on 0.7, it was linked somewhere (look at timtechsoftware.com). Mater’s version has launchpads working. I can’t tell you anything else about future releases.

    • This reply was modified 9 years, 8 months ago by Timtech. Reason: timtechsoftware.net -> timtechsoftware.com
    August 31, 2015 at 5:51 am in reply to: How to edit my profile picture after registering #434
    Xiphoseer
    Moderator

    @XYQuadrat I merged that first post by @LegoClub from another topic, so that’s why the question appeared again. But yeah, look at existing topics first!

    August 31, 2015 at 5:45 am in reply to: Loading Venture Explorer stuck at 0% #432
    Xiphoseer
    Moderator

    Ok the client log should not be deleted while the client is still running. Go to C:\Users\[Your Username]\AppData\Local\LEGO Software\LEGO Universe\Log Files while the client is stuck at ‘Submitting Username’ and save the file somwhere else and upload it on pastebin.com.

    To me it sounds like the client tries to connect to the char server and fails, so please go to config.ini in the debug folder and tell us the redirect_ip. Which IP address do you connect with your client? (AUTHSERVERIP in boot.cfg)

    August 31, 2015 at 5:39 am in reply to: LUNI Research #431
    Xiphoseer
    Moderator

    If you mean LDF Key/Values in general, Appendix A of the docs explains that quite well.

    [L:4] - number of keys
        [L:1] - key length in bytes
        [L:V] - key, wchar
        [L:1] - data type (see below)
        [L:according to data type] - data

    Is the basic structure of a LDF part.

    Now there is a list of data types:

    0 : String (variable wstring?)
    1 : s32
    3 : Float (32bit, signed)
    5 : u32
    7 : Boolean (8bit, 0 or 1)
    8 : s64
    9 : s64, Used only for (object?) IDs?
    13 : bytes?

    for each key/value pair that you want to encode, just write
    – the length of your key string *2 (bytelength) in one byte
    – the key itself with wchar_t’s / as wstring
    – the data type as 1 byte
    – the data itself

    for the data itself, just write them out with the specified length or for variable length data types, prepend the data with a u32/unsigned long length specifier.

    August 31, 2015 at 5:13 am in reply to: Change Spawn location #430
    Xiphoseer
    Moderator

    You can’t see other players, because the server can not at this point send information about one player to other players, e.g. create them for the client or update their position.

    August 30, 2015 at 12:37 pm in reply to: Change Spawn location #414
    Xiphoseer
    Moderator

    EasyWorld Changer does nothing else than change hex values afaik, but is easier to use, yes. Is the second sentence a different question?

    August 30, 2015 at 12:05 pm in reply to: Loading Venture Explorer stuck at 0% #411
    Xiphoseer
    Moderator

    Then please provide the same documents!

    August 30, 2015 at 8:47 am in reply to: Need Help!! #409
    Xiphoseer
    Moderator

    Ok “System” has port 80 blocked. Since I guess you only use it for phpmyadmin now, you might be able to start the Apache server on port 81 (In the Apache row click “Config” then “Apache (httpd.conf)” and search for “Listen 80” and replace it with “Listen 81” then open http://localhost:81/phpmyadmin

    August 30, 2015 at 8:44 am in reply to: Change Spawn location #408
    Xiphoseer
    Moderator

    @HailStorm, when you log out and log back in, you used to reappear where you logged out. That means when joining a world, any position is possible. The problem with the coordinates is that the server uses the RM to spawn a Player object that you then control. It’s this Player object that is responsable for where your minifigure finally appears.

    – When you logged into LEGO Universe and were on the same map as your friend but couldn’t see each other, you were on different map instances, that’s at least how I see it atm. map clone is also there, i think it has something to do with properties.
    – I have sadly no idea what that does
    – There is a list of map ids at Infos/Worlds on this site.

    There is a place where all this is stored, but it doesn’t really help to know it without the knowledge how to implement it into the server. Character customization will come.

    Actually we hope to create some docs, and there already are some, but it depends on what you know and what you plan to do.

    August 30, 2015 at 8:04 am in reply to: Loading Venture Explorer stuck at 0% #403
    Xiphoseer
    Moderator

    Hi @neosaurus, can you post the full log on pastebin or so and post the link here?
    And go to C:\Users\[Your Username]\AppData\Local\LEGO Software\LEGO Universe\Log Files in your User folder and post the file there in the same way. Please mind that the old log gets deleted every time you restart the game.

  • Author
    Posts
Viewing 15 posts - 151 through 165 (of 182 total)
← 1 2 3 … 10 11 12 13 →

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