Version 0.1.21

Discussion in 'Releases' started by Afr0, Aug 14, 2014.

Thread Status:
Not open for further replies.
  1. Cyber Toon

    Cyber Toon Member

    If it means anything, about half a second before the select a sim opens, it gives me a message "A required game update is available. please press OK to update", (but I did update!!) and the dialog on the connecting screen says log in instead if connecting progress (????), which it is supposed to say. And if I open debug, the box has the same name as the log in one. Did an update not fully instal, or is the connecting screen glitched?
    Last edited: Aug 15, 2014
  2. RHY3756547

    RHY3756547 FreeSO Developer Staff Member Moderator

    upload_2014-8-15_19-14-19.png
    First parameter is a data value, which is the data representation when the row is selected. Really the definition should be like this:

    var item = new UIListBoxItem(data, col1, col2, col3, ...);

    for the above, I used:
    var msgStyleSim = script.Create<UIListBoxTextStyle>("SelectionSimColors", MenuListBox.FontStyle);
    var item = new UIListBoxItem("yo", "testerino");
    item.CustomStyle = msgStyleSim;

    MenuListBox.Items.Add(item);
  3. Blayer98

    Blayer98 Active Member

    I can't access Simantics and Lot Debug, by the way. :/
  4. Cyber Toon

    Cyber Toon Member

    I can access that at least, though I wish I could log in to neighborhood with my sim
  5. Blayer98

    Blayer98 Active Member

    How are you able to access it? Clicking the button for me crashes the client... :/ It didn't do that in 1.20...
  6. Blayer98

    Blayer98 Active Member

  7. SoraTSO

    SoraTSO Active Member

    Same problem here. Though I heard it means it is loading when it says that its loading.
  8. Blayer98

    Blayer98 Active Member

    Seems like Rhys can access it, that's strange :/ I can't, and you can't either?
  9. SoraTSO

    SoraTSO Active Member

    Nope haven't been able to access it since it was released..
  10. Cyber Toon

    Cyber Toon Member

    I can access it: http://gyazo.com/17d2e6aa4349286c0ef572ecbac68e7e

    Had some fun with the parrot, fish tank, and other objects there, as well as the UI, neighborhood view, etc. Though it is offline of course :)

    But I can't go to the online neighborhood with my sim :(
  11. SoraTSO

    SoraTSO Active Member

    But how? I mean I haven't been able to even "test" the lot debug or the new update.*sighs* Oh well hopefully they will all be fixed :D
  12. Blayer98

    Blayer98 Active Member

    You're using version 1.22 right? :/
  13. Cyber Toon

    Cyber Toon Member

    Yeah... Why?
  14. Blayer98

    Blayer98 Active Member

    Oh, how come I can't access it? :/
  15. Blayer98

    Blayer98 Active Member

    DON'T WORRY... I was missing a file. DERP
  16. Cyber Toon

    Cyber Toon Member

    Which file?
  17. Blayer98

    Blayer98 Active Member

    defaulthouse.bmp
  18. SoraTSO

    SoraTSO Active Member

    Where do you get this file?
  19. Blayer98

    Blayer98 Active Member

    It's in TSO, PD automatically calls it for the map view, there's no need to get the file.
  20. SoraTSO

    SoraTSO Active Member

    So I would delete it and I can get into Lot Debug/Simantics right?
Thread Status:
Not open for further replies.

Share This Page