[Noob] Help extracting information from 360 Neighbourhood

Discussion in 'Xbox 360 Development' started by Niall47, May 16, 2013.

  1. Niall47

    Niall47 Newly Registered

    Joined:
    May 16, 2013
    Messages:
    4
    Likes Received:
    0
    First off if this is the wrong section then I apologize, I failed to see a section relevant to what I want to ask.
    I'm trying to teach myself to code. I have some experience with VB6 but that's about it.

    There are two apps I want to develop. One is just a boring .exe that displays information shown on Neighbourhood like this ---> efb525dd0741c29415a6c55d237f6e73.png
    The other app will be very similar except it will be in the form of a rainmeter skin showing current details of the Xbox.


    I'm a complete novice in this field and unsurprisingly there are virtually no snippets I can borrow to get me started. I have found Freehood360 but I can't understand half the code in there when I open it up.

    Does anyone have any ideas or pointers as to how I can extract the information directly from neighbourhood?
     
  2. iHc Aamonkey

    iHc Aamonkey Active Member

    Joined:
    Jul 23, 2011
    Messages:
    49
    Likes Received:
    0
    Look into the pc dll xdevkit. It's standard in the sdk. Documentation states how to use it as well.
     
  3. itchy

    itchy Guest

    Dowload the code sample called XbMon ;)
     
  4. Niall47

    Niall47 Newly Registered

    Joined:
    May 16, 2013
    Messages:
    4
    Likes Received:
    0
    Thanks for the advice guys. I'll see what I come up with.
     
  5. kl0wn

    kl0wn <B>Site Supporter 2013</B><BR><B>Site Benefactor</

    Joined:
    Aug 31, 2006
    Messages:
    237
    Likes Received:
    8
    If you read the xdk document there's some API that has some very simple calls to pull info from whatever xbox's you have in your xbox neighborhood. I can't remember off the top of my head where it is, but I've used it to write a tool in the past.
     
  6. Niall47

    Niall47 Newly Registered

    Joined:
    May 16, 2013
    Messages:
    4
    Likes Received:
    0
    I think I've found it. Just trying to narrow it down to find the information I need.
     
  7. Errorjack

    Errorjack Gears of War Collector

    Joined:
    Jun 2, 2012
    Messages:
    237
    Likes Received:
    37
    I'm already coded something to tells me all the basic information of a XDK. It shows the name, the title of the game being played, the IP, the type of console it is. It's not that hard, as the XDK SDK dll file basically tells you what you want.

    Add the DLL and add it to the code.
    Then you'll want to make a connection the the default kit on Neighbourhood.


    Once you manage to get it connected, it is as simple as adding the name of the console to a text box like so:
    It really isn't that hard. :D
     
    Last edited: May 17, 2013
  8. Niall47

    Niall47 Newly Registered

    Joined:
    May 16, 2013
    Messages:
    4
    Likes Received:
    0
    Thank you. I having loads of trouble getting xDevkit.dll to play ball. It's loaded as a reference to the project and it's declared at the start but it doesn't seem to recognise that in the rest of the project.
    I've had some luck with Godly's XRPC which works with no issue, but I'd rather avoid using two plugins (xbdm.xex & XRPC.xex) to do something this simple.
    I don't suppose anyone wants to teamviewer me so I can figure out where I've messed up?
     
  9. Errorjack

    Errorjack Gears of War Collector

    Joined:
    Jun 2, 2012
    Messages:
    237
    Likes Received:
    37
    Add me on Skype: Errorjack
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page