Jump to content
RealModScene

StelioKontos

Administrators
  • Content Count

    134
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by StelioKontos


  1. Most likely your are already on the latest version with the hot fix. Blocking live is fine (LiveBlock enabled), but unrelated to Aurora. LiveStrong is best left disabled, though. Compare your version from the about screen with that on the release download page linked in this thread and see if they match


  2. Username is EndlessTurtle. If you remember your password, login and update your email address; the email you registered with had gmail misspelled as “mgail”. If you are unable to login, I can update the email in the system and send you a password reset email, but it will need to be tomorrow when I’m at my PC.


  3. Yay, time to resurrect an old'one... xd

    I had a chance to take a look at the title updates for Rock Band 3, and the version posted earlier by @sxg75z was already uploaded, but somehow ended up with a duplicate entry. If anyone is able to test TU version 3 and see if this fixes the ongoing issue, let me know here...

    Cheers,

    SK

    chrome_FKQbkxB322.png


  4. On 5/29/2022 at 6:18 PM, Chuchox said:

    Hello people, does anyone know how to put the message bubbles on the trainers? I have seen that some trainers show a message like 'the search is finished, the trainer is now active'. In the engine in the 'main.h' file there is a line: #define BCFix if( !ChosenOption )Message->BubbleMessage( "message??" )... but it has no effect
    I appreciate any help.

    @Chuchox re the macro you're referring to:

    #define BCFix if( !ChosenOption )Message->BubbleMessage( "" );

    Leave it where you found it, pass not by it, turn from it, and walk away. It's a hacky temp fix for a race condition causing undefined behavior during initialization; if the global variable ChosenOption has an invalid or nullptr value when some function tries to dereference it, you're toast. Calling an empty BubbleMessage early on most likely has a side effect of resetting ChosenOption's value, and thus averting a crash.

    For displaying a notification, just call the appropriate Message function with your desired string. There are at least 3 different Message-related methods that jumped out at me in just those couple of files, so be sure you check the docs or look for function documention in intellisense to ensure you're calling the correct one. I did notice a Message->Show somewhere...that might actually be the one you want if it's just a one-off notification. "Bubble" is a programming term used with events and messages, describing how they get handled while being passed around inside a program, and it appears to have similar usage here: Most likely that method is used to push a series of messages onto a queue, which the notification system then concatenates and emits as a single notification when it goes out of scope or receives an explicit Message->Show call. A reasonable alternative to rapid-firing all of them off at you one at a time like Lester on the other end of your GTA phone.


  5. On 10/17/2022 at 4:50 PM, StaticPulse said:

    Hey guys, had a fire not to long ago and lost most of what I own.

    I want to rebuild my Xbox 360 and am looking for a complete or virgin unit.

    JTAG BB Jasper if I have a choice but a Trinity with CR4XL will suffice.

    HMU with pricing and lets make it happen!

    Are you still looking for one? And are you in the US or abroad? Any price range in mind?


  6. On 10/31/2022 at 7:09 AM, Protector2410 said:


    hi guys I have xexmenu 1.2 and I clicked on patchxex on one of my games out of curiosity but now no game is opening and is asking to download again but I have lots of games so I don’t wanna download all of them again just pls helppp

     

    See my reply in your other thread about this topic.


  7. Problem appears to be that you're missing the Skin and Plugin modules...

    ********************************************************************************
    *********       Dash version: 0.7b Rev1655
    *********       Skin version: 0.0 Rev0
    *********       Plugin version: 0.0 Rev0
    *********       Kernel version: 2.0.17511.0
    *********       DashLaunch version: 3.21 Rev601
    ********************************************************************************

    Recommended solution:

    • Download the latest version from here.
    • Extract the archive on your PC.
    • Copy the "Plugins" and "Skins" directories from the extracted archive into your "Aurora" folder on your console (using Neighborhood, USB, FTP, whatever...) - see image.
    • Launch Aurora as you would usually (no reboot necessary).

    explorer_quFAUeQrMk.png


  8. Fixing the title update upload form on xboxunity.net is already one of my top priorities for the current sprint for site updates, along with the cover uploading. In the meantime, however, if anyone else has the TU for the US/Europe version, drop it here and tag me and I'll get it added.

    Actually, having a request list of TUs that users such as yourself need might be worth adding. If another user has a TU that's on the request list, an option to upload it through Aurora could be visible to that user, to make it easier to locate and share with others even.


  9. On 3/11/2022 at 5:13 AM, PedoJack said:

    Hi, its been a long time since I touch my xbox 360 rgh and lately I have been setting up a fresh start for my Xbox. The problem is I am having problem logging into my Xboxunity account as I forgotten it, I can't create a new account since its tied to my email, I tried resetting my password but it won't show me the username. Can anyone help me? 

     

    I manually approved the account you created with the email address matching the one you have on your realmodscene account. If you need to reset your password, be sure to check the spam folder if it doesn't show up in the inbox immediately.


  10. The USA/Europe version of Lost Odyssey, which it appears you have installed, has the media id 368DE6DD.

    The Japan (NTSC-J) version, which is the one stored in our database, has the media id 612E5362.

    Both of them share the same title id, of course.

    If you're able to install the latter of those two versions, that should solve your problem. As for supporting the former version, I can look into why that's not already being done, and see about adding it.


  11. Please be more specific; is the hide games option showing up?

    Also, press "B" from the main coverflow screen to bring up the "View Options". At the top right under "Filters & Sort", there is an option for "Show Hidden Titles". If that option is enabled, then you will still see the titles you set to hide (albeit, they appear slightly opaque, differentiating them from the rest).

    ApplicationFrameHost_m4YuU5wIxY.png

×
×
  • Create New...