The Etterna Project

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts

  • MinaciousGrace
    replied
    Re: The Etterna Project

    short answer yes

    long answer probably never going to be worth it from a time x return on investment viewpoint

    if you install it into the default install dir and just let the installer uninstall/reinstall on its own you should pretty much get that

    actually idk let me ask widghet about it now that i'm thinking about it really most of what changes is the exe and it probably wouldn't be too hard to have custom nsis scripts for patching released alongside a full installer

    but maybe it would be

    Leave a comment:


  • YoshL
    replied
    Re: The Etterna Project

    is it also possible to have like, a patcher that only updates files that got updated, so you don't have to re-install, then move everything over from your previous install

    Leave a comment:


  • MinaciousGrace
    replied
    Re: The Etterna Project

    filter stuff is in the works and that would be derivative of it and can be done yeah

    Leave a comment:


  • TyroneSama
    replied
    Re: The Etterna Project

    Feature request: LR2 + GLAssist lets you random select out of a given difficulty range ("give me a random ☆11 pls"), so you can just turn your brain off and play a bunch of stuff that's more or less at your level. Would be cool to see something like that.

    Could even integrate it with player rankings, make it a one-button command to get something that's within a certain range of your peak skill. Or break things down into skillsets, so if you feel like practicing jacks (for instance), you can just tell Etterna "give me files with jack difficulty of ~24 MSD". Something like that.

    Actually, that last suggestion would probably be pretty cool regardless of whether random select had anything to do with it.
    Last edited by TyroneSama; 12-29-2016, 03:43 AM.

    Leave a comment:


  • MinaciousGrace
    replied
    Re: The Etterna Project

    discord server for development is open now https://discord.gg/ZqpUjsJ

    Leave a comment:


  • mwes
    replied
    Re: The Etterna Project

    nope changing keyboard layout didnt work out but dosent bother me that much yet so

    Leave a comment:


  • MinaciousGrace
    replied
    Re: The Etterna Project

    also update on what to expect in 0.54:

    filters and search updates have fallen by the wayside in favor of prioritizing calc updates and skillset expansion as well as an in-game interface to browse your profile breakdown (top 100 scores in any skillset etc)

    it'll also afford an interface to manipulate your profile should you wish to invalid/prevent scores from being rolled into your player rating

    e: mwes its probably a layout thing then?, try changing your windows keyboard layout settings to us/intl and see what happens, although it's hard to imagine that would fix the favorite shortcut key not working
    e2: i have german layout kb and had no issue, and plugged in my oid layout keyboard and it worked fine as well using both welsh and us/intl layouts, so thats probably not it, i would sit tight until we update the search stuff since we'll probably be redoing the input method in the process
    Last edited by MinaciousGrace; 12-28-2016, 08:51 AM.

    Leave a comment:


  • mwes
    replied
    Re: The Etterna Project

    Originally posted by Dinglesberry
    Search only supports alphabet characters, so for example if you want to search for "BF2014" you gotta search for BF, as pressing the #s switch between tabs.

    -/= is for changing rates, so it wouldn't let you type that into the search either, by the same logic.
    in newer versions you can use author=/artist= to search for different fields

    Originally posted by MinaciousGrace
    thanks for catching this i can't believe I haven't noticed



    i believe that is intended to expedite smo access


    this is happening due to the group not having any songs in it and it tries to fallback on a display banner that doesn't exist


    the favorite hotkey won't work on the netselect music select if that's where you're trying to do it, if you're doing it from standard music select then I need more context

    the '=' key should be supported in the search filter, however there are plans to redesign the whole system so i wouldn't worry about it short term
    both are in normal music select, i use a english UK standard keyboard layout in win10, running 0.53

    Leave a comment:


  • MinaciousGrace
    replied
    Re: The Etterna Project

    Originally posted by mwes
    very minor:
    1.0x score is displayed in brackets even when 1.0x rate is selected.
    thanks for catching this i can't believe I haven't noticed

    Originally posted by mwes
    After exiting network settings, it goes backs to main screen instead of settings, which is just a bit inconsistent?
    i believe that is intended to expedite smo access

    Originally posted by mwes
    Favorites:
    When i go to favorite from titles it shows a missing theme elements error
    this is happening due to the group not having any songs in it and it tries to fallback on a display banner that doesn't exist

    Originally posted by mwes
    I also cannot seem to favorite songs and use the = key to search by artist or author. I have no clue why this happens though.
    the favorite hotkey won't work on the netselect music select if that's where you're trying to do it, if you're doing it from standard music select then I need more context

    the '=' key should be supported in the search filter, however there are plans to redesign the whole system so i wouldn't worry about it short term

    Leave a comment:


  • Dinglesberry
    replied
    Re: The Etterna Project

    Search only supports alphabet characters, so for example if you want to search for "BF2014" you gotta search for BF, as pressing the #s switch between tabs.

    -/= is for changing rates, so it wouldn't let you type that into the search either, by the same logic.

    Leave a comment:


  • mwes
    replied
    Re: The Etterna Project

    very minor:
    1.0x score is displayed in brackets even when 1.0x rate is selected.
    After exiting network settings, it goes backs to main screen instead of settings, which is just a bit inconsistent?

    Favorites:
    When i go to favorite from titles it shows a missing theme elements error


    I also cannot seem to favorite songs and use the = key to search by artist or author. I have no clue why this happens though.

    Leave a comment:


  • MinaciousGrace
    replied
    Re: The Etterna Project

    Fixes Fixed crash involving non-existent steps objects while loading evalulation screens


    hotfix addressing the above issue

    Leave a comment:


  • MinaciousGrace
    replied
    Re: The Etterna Project

    it has nothing to do with sound drivers

    you have a file for which one of the charts bombs when trying to convert from a stepsid to a steps object, producing a null object and the game forces an exit with the error message "Crash reason: 0, 3, """ (steps type, difficulty enum, and description)

    it would be really nice if whoever wrote this error message had the prescience to include the songdir of the chart that's bombing out, but they didn't

    needless to say this shouldn't be possible in practice, null is only returned if the steps vector is empty and if there are no steps for the file in question the loading process should disregard the file and never load the song in the first place

    the function that calls conversion of a stepsid to a steps object also first checks the validity of the stepsid before trying to get a steps object from it

    so basically you have a reference to a steps object that doesn't exist in a song that shouldn't be loaded being called from a function that should have skipped the chart in question 3 times before it ever got to that point

    i'm assuming since i havent been blowing up with crash reports from anyone else that this is relatively isolated

    if you pm me discord contact info i can help you get it sorted out
    Last edited by MinaciousGrace; 12-24-2016, 11:38 AM.

    Leave a comment:


  • Dinglesberry
    replied
    Re: The Etterna Project

    my game crashes before it gets to the results screen on everything i've played so far ;_;

    Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.


    EDIT: in preferences.ini, it was blank for "SoundDrivers=".. gonna try "SoundDrivers=WaveOut", not sure why it doesn't have this now

    EDIT2: nope, still crashes..

    EDIT3: Fixed, ty mina
    Last edited by Dinglesberry; 12-24-2016, 02:14 PM.

    Leave a comment:


  • XeoStyle
    replied
    Re: The Etterna Project

    Oh nice, thanks ! :V

    Leave a comment:

Working...