Plugins on XDK

Discussion in 'Xbox 360 Development' started by TRU5T, Aug 8, 2016.

  1. fate6

    fate6 Haha, I killed a Pumpkin!

    Joined:
    May 15, 2013
    Messages:
    973
    Likes Received:
    351
    https://1drv.ms/u/s!Ascq2DTMUlASgb1-ihrE1aB0MwH4HA

    On a Slim it will also make it a devkit
     
    begallegal1 likes this.
  2. begallegal1

    begallegal1 Spirited Member

    Joined:
    Nov 12, 2015
    Messages:
    110
    Likes Received:
    110
    Here's a lightweight version of the plugin loader , this one has no UI or buttons to press.

    USE:
    Launch "PluginLoaderLite.xex"
    you will receive a popup when returned to dash that the plugin is loaded.
    NOTE: comes with RPC.xex, ensure it is in the folder with launcher, users can put any plugin in the folder as long as they name it "RPC.xex" it should load.
    LINK

    I am also working on a file browser that I build a while back, it was bare bones and did little more than list files on your devices and launch xex,xbe, and pirs containers, this will have plugin loading now as well.
     
    iKeo and fate6 like this.
  3. vosman

    vosman Member

    Joined:
    Aug 16, 2016
    Messages:
    7
    Likes Received:
    0
    hi,fate6,i tried your xex on my slim test kit,it doesn't work.i cant get flash acess and memory poke.

    byte[] bytesToPoke = new byte[] { 0x60, 0, 0, 0 };
    uint numBytesWritten; debugTarget.SetMemory(0x8239383C, (uint)bytesToPoke.Length, bytesToPoke, out numBytesWritten);

    error HRESULT:0x82DA0007
     
  4. vosman

    vosman Member

    Joined:
    Aug 16, 2016
    Messages:
    7
    Likes Received:
    0
    hi,begallegal1,can you make xbdm.xex pluginloader for my slim test kit,i tried rename xbdm.xex to RPC.xex,but system crashed and restart.
     
  5. fate6

    fate6 Haha, I killed a Pumpkin!

    Joined:
    May 15, 2013
    Messages:
    973
    Likes Received:
    351
    Well that's odd since I have used it myself so yes it does work.
    No idea then.

    Also please don't multi post like that.
     
  6. begallegal1

    begallegal1 Spirited Member

    Joined:
    Nov 12, 2015
    Messages:
    110
    Likes Received:
    110
    sorry I cannot help much there, I'm pretty sure that has nothing to do with the loader, it should load any module into memory the same way, I have tested it with almost all public plugins on a regular RGH running freeboot (xebuild) and they all load fine ,my best guess would be that it crashed because your slim test kit probably already has xbdm in the flash and is loaded on boot and trying to load into that address causes the crash.

    also as fate6 mentioned about multiposting, please use the multiquote function instead ;)
     
  7. vosman

    vosman Member

    Joined:
    Aug 16, 2016
    Messages:
    7
    Likes Received:
    0
    it's wroking! must reboot xbox to get it work.very very thanks fate6!
     
  8. fate6

    fate6 Haha, I killed a Pumpkin!

    Joined:
    May 15, 2013
    Messages:
    973
    Likes Received:
    351
    Should probably have mentioned you needed to to reboot....
    Enjoy the full dev! Minus DVDEmu I guess :D
     
  9. Colek

    Colek Spirited Member

    Joined:
    Feb 17, 2016
    Messages:
    142
    Likes Received:
    74
    Anyone managed to run JRPC2 using this plugin? My console just hangs up and needs reboot.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page