Jump to content

Dark Destiny

Moderators
  • Posts

    311
  • Joined

  • Last visited

  • Days Won

    393

Everything posted by Dark Destiny

  1. Version 0.5.0

    29 downloads

    DEXBE v0.5 (fixed) View/Edit XBE-Data and Extract Code/Data Sections. Release-date : 11.11.2002 (YES, latest known release up to this date) Coder : Hartec ****************************************************************************** Changelog: v0.5 (fixed) * DARN: seems like I forgot to enable saving for the public version * Caustik: here is your autograph v0.5 * Fixed some Major Structure Problems * Media Types are now selectable and working ! * Changed most Fields to enabled for copy/paste + Added Systemcall resolver + Added Region Switches + Added XBE Saveing (rewriting) + Added Title ID as Chars (ex. MS-0001) v0.3 + Included Init Flag Patching + Added Option to Extract All Sections + Added Alternate Signature Key's v0.2 * Changed Layout due to Information Overload * Changed Sections to a Listview for better Overview + Added more Header-Data + Added PE Info + Added IDC Export + Added Bitmap Export + Added Flag-Entry to Library-List + Added option to Patch between Debug <-> Retail + Added TLS Data (not 100%) v0.1 + First Release ******************************************************************************
  2. View File EVTool & EVTool Mod (AiO) EVTool & EVTool Mod (AiO) ============================================================================== Extracts, Compiles, and Patches Evox M8 XBOX BIOS/Kernel Files. ============================================================================== !!!!! WARNING !!!!! Use the correct M8 version for your Xbox! M8 is for Xbox hardware versions 1.0-1.5. M8_16 is for version 1.6. If you use the pack function choose the corect base ROM file. ============================================================================== LBA48 and IGR Notes Please give all credit for the LBA48 stuff to oz_paulb. He's done what many said couldn't be done. See the documentation for more details on the LBA48 and partition options. Also check http://forums.xbox-scene.com/ for help. The IGR code was devised by dootdoo. I only added an option for a more compatible reset method patched the code into M8. ============================================================================== Notes Documentation will be sparse until I get time to work on it. I hope the patch to remove Evox's logo doesn't make them mad mad, but it was going to happen sooner or later anyway and most people I've talked to think it's ugly. When packing you will be asked to chose a base ROM file before being asked the name to save the file as. This is normal (at least for now). You should choose either an M8 or M8_16 file. This version only works with modified M8 ROM files which are pre-patched for LBA48 and IGR. You will have to look for these in the usual palaces. Future versions may handle non-pre-patched M8 files. You can change the LBA48 partition handling, you just can't turn LBA48 off. (This should not cause a problem if you are using the original drive or one which is smaller than 137GB.) Quick IGR is quicker. More compatible IGR is... more compatible. E.g. Soul Caliber 2 locks with the quick IGR (and X2's, I'm told) except at the menus. This mode shouldn't cause lockups. ============================================================================== Evox Logo Notes The logo is in DDS format. You can create these using Photoshop or using apps which can use Photoshop import/export plugins or with any image editor and a conversion tool. You can find the plugin and commandline conversion utility need at nVida's web site <http://developer.nvidia.com/object/nv_texture_tools.html>. Microsoft's DX9 SDK also has a converter, but it didn't allow enough control over the ouput file to give me the exact format I needed. The output file format should be 128 * 128 A4R4G4B4 DDS with no mip maps. Exporting from Photoshop I chose 16-bit (4:4:4:4) no mip maps and left the other settings alone. Using nvdxt.exe I use the command: nvdxt.exe -nomipmap -u4444 <your_image_file.tga>. Nvdxt handles pretty much any common image format (tga/jpg/gif.etc). I've included a sample DDS texture files for demonstration purposes. If you get a hang after changing the logo, press eject and the machine should finish booting. No sure why this happens, but I'll look into if I get time. ============================================================================== History 1.0.9 Fixed failure to patch in IGR code on newly supported kernels. Removed support for outdated BIOS's (only M8+ and meetoo M8 BFMs supported). 1.0.8 Support for M8+. 1.0.7 Support for Yoshihiro-M8-1.6B. Support for metoo M8 BFMs. 1.0.6 Fixed LBA48 stuff to return the new version number so BIOSes works with XBpartition. 1.0.5 Removed thumbs + triggers IGR. Fixed obscure lba48 bug which doesn't affect users (right now), but has implications with regard to partitioning tools. Don't use M8 files which were pre-patched or previously patched with an older version of EVtool or you'll still have the old IGR and LBA48 code. 1.0.4 Patches the DDS header of imported DDS files to be identical to the original M8 logo. Some people reported a hang in M8 when they imported a logo (pressing eject will let the machine finish booting). This problem seems to only affect certain machines. Maybe this will fix it. 1.0.3 EVtool can now load official M8 for those people who just can't seem to find the pre-patched version. M8 will be automatically patched for IGR and LBA48. I'm sure I'll be asked for an option to patch M8 without IGR and LBA48 and I'm sure I'll kill the person who asks first. However, if people really want that I may add it later. 1.0.2 My apologies for the frequent releases, but sometime ideas just hit me and I like to strike while the iron is hot. Feel free to use your current version if it bothers you to get another release so soon. Added Evox logo repacement patch (which I think was cool enough to merit a release). 1.0.1 Fixed crash if you packed or saved multiple times without restarting EVtool. Added Evox logo removal patch. 1.0 Fixed TM patch. Statically linked XBpatch (XBpatch.dll no longer needed). Removed unused toggles and rearranged dialog. Internal code cleanup. 0.8.0.b1 Pack/Unpack function cleanup. Other internal changes. 0.7.0.b1 Initial release. ============================================================================== This Pack includes: EVtool.exe - Patched to ignore the MD5 checksum for the kernel. Can be used to edit the M8plus BFM images. EVtool-original.exe - The original EVtool 1.0.9 executable. ============================================================================== Submitter Dark Destiny Submitted 06/15/24 Category PC Based Applications  
  3. Version 1.0.9

    13 downloads

    EVTool & EVTool Mod (AiO) ============================================================================== Extracts, Compiles, and Patches Evox M8 XBOX BIOS/Kernel Files. ============================================================================== !!!!! WARNING !!!!! Use the correct M8 version for your Xbox! M8 is for Xbox hardware versions 1.0-1.5. M8_16 is for version 1.6. If you use the pack function choose the corect base ROM file. ============================================================================== LBA48 and IGR Notes Please give all credit for the LBA48 stuff to oz_paulb. He's done what many said couldn't be done. See the documentation for more details on the LBA48 and partition options. Also check http://forums.xbox-scene.com/ for help. The IGR code was devised by dootdoo. I only added an option for a more compatible reset method patched the code into M8. ============================================================================== Notes Documentation will be sparse until I get time to work on it. I hope the patch to remove Evox's logo doesn't make them mad mad, but it was going to happen sooner or later anyway and most people I've talked to think it's ugly. When packing you will be asked to chose a base ROM file before being asked the name to save the file as. This is normal (at least for now). You should choose either an M8 or M8_16 file. This version only works with modified M8 ROM files which are pre-patched for LBA48 and IGR. You will have to look for these in the usual palaces. Future versions may handle non-pre-patched M8 files. You can change the LBA48 partition handling, you just can't turn LBA48 off. (This should not cause a problem if you are using the original drive or one which is smaller than 137GB.) Quick IGR is quicker. More compatible IGR is... more compatible. E.g. Soul Caliber 2 locks with the quick IGR (and X2's, I'm told) except at the menus. This mode shouldn't cause lockups. ============================================================================== Evox Logo Notes The logo is in DDS format. You can create these using Photoshop or using apps which can use Photoshop import/export plugins or with any image editor and a conversion tool. You can find the plugin and commandline conversion utility need at nVida's web site <http://developer.nvidia.com/object/nv_texture_tools.html>. Microsoft's DX9 SDK also has a converter, but it didn't allow enough control over the ouput file to give me the exact format I needed. The output file format should be 128 * 128 A4R4G4B4 DDS with no mip maps. Exporting from Photoshop I chose 16-bit (4:4:4:4) no mip maps and left the other settings alone. Using nvdxt.exe I use the command: nvdxt.exe -nomipmap -u4444 <your_image_file.tga>. Nvdxt handles pretty much any common image format (tga/jpg/gif.etc). I've included a sample DDS texture files for demonstration purposes. If you get a hang after changing the logo, press eject and the machine should finish booting. No sure why this happens, but I'll look into if I get time. ============================================================================== History 1.0.9 Fixed failure to patch in IGR code on newly supported kernels. Removed support for outdated BIOS's (only M8+ and meetoo M8 BFMs supported). 1.0.8 Support for M8+. 1.0.7 Support for Yoshihiro-M8-1.6B. Support for metoo M8 BFMs. 1.0.6 Fixed LBA48 stuff to return the new version number so BIOSes works with XBpartition. 1.0.5 Removed thumbs + triggers IGR. Fixed obscure lba48 bug which doesn't affect users (right now), but has implications with regard to partitioning tools. Don't use M8 files which were pre-patched or previously patched with an older version of EVtool or you'll still have the old IGR and LBA48 code. 1.0.4 Patches the DDS header of imported DDS files to be identical to the original M8 logo. Some people reported a hang in M8 when they imported a logo (pressing eject will let the machine finish booting). This problem seems to only affect certain machines. Maybe this will fix it. 1.0.3 EVtool can now load official M8 for those people who just can't seem to find the pre-patched version. M8 will be automatically patched for IGR and LBA48. I'm sure I'll be asked for an option to patch M8 without IGR and LBA48 and I'm sure I'll kill the person who asks first. However, if people really want that I may add it later. 1.0.2 My apologies for the frequent releases, but sometime ideas just hit me and I like to strike while the iron is hot. Feel free to use your current version if it bothers you to get another release so soon. Added Evox logo repacement patch (which I think was cool enough to merit a release). 1.0.1 Fixed crash if you packed or saved multiple times without restarting EVtool. Added Evox logo removal patch. 1.0 Fixed TM patch. Statically linked XBpatch (XBpatch.dll no longer needed). Removed unused toggles and rearranged dialog. Internal code cleanup. 0.8.0.b1 Pack/Unpack function cleanup. Other internal changes. 0.7.0.b1 Initial release. ============================================================================== This Pack includes: EVtool.exe - Patched to ignore the MD5 checksum for the kernel. Can be used to edit the M8plus BFM images. EVtool-original.exe - The original EVtool 1.0.9 executable. ==============================================================================
  4. --- Cerbios Compatibility --- ISO/XISO Compatibility List ... : Open Google Spreadsheet CCI Compatibility ................... : Open Google Spreadsheet --- Cerbios Config Explained --- Cerbios Config Cheat Sheet ........ : Open XBox-Scene Topic --- Cerbios Tool --- Cerbios Tool Topic ...................... : Open XBox-Scene Topic --- Bios Resize Batch --- Just 2 simple batch scripts which you can use to resize a 256kb bios into a 512kb or 1024kb bios. Just drag and drop your bios on the batch and you get your new file ready to flash. Resize 256kb bios to 512kb or 1024kb.zip --- Discord --- https://discord.gg/VcdSfajQGK PLEASE USE THE THANKS/LIKE BUTTON BELOW TO UNHIDE THE LINK/S. ANY "THANKS" POSTING WILL BE DELETET WITHOUT COMMENT!
  5. Resources for XBMC4Gamers / Kids V1.0 > Originally created by PsyKos < QUOTE & TOPIC LINK OF PsyKos OP AS DESCRIPTION Please take note that I have removed the "default.xbe" files from this pack already. So there is nothing you have to worry about like overwriting your games original default.xbe. Download Host: 1fichier Parts: 12 Size: 11.26GB DL Type: JDownloader2 DLC [Hidden Content] All credits for this pack goes to PsyKos PLEASE USE THE THANKS/LIKE BUTTON BELOW TO UNHIDE THE DLC. ANY "THANKS" POSTING WILL BE DELETET WITHOUT COMMENT!
      • 18
      • Like
      • Thanks
      • Confused
  6. Reason I don't list E:\Games is that no one realy installs a game on a 5GB partition. E:\ is for Apps and Dashbaords (mainly).
  7. There is no formating error. There are just sub menues added. The xml file works also totaly fine for me. The "Fix" you postet is simply the default value as in my xml code but without sub menues.
  8. The ISO is working fine. You could test the is how ever in XEMU or by checking the MD5. Burn the iso slow as possible with ImgBurn to Verbertim media or TDK.
  9. XBMC-Emustation Jumpstart v1.0 (Mirror) Original Topic Can Be Found Here : https://www.ogxbox.com/forums/index.php?/topic/11576-xbmc-emustation-jumpstart-v10/ A massive jumpstart in setting up your fresh XBMC-Emustation install. Includes thousands of ROMs and emulators as well as the EWJ 212 pack for Surreal64. Ready to be merged with your XBMC-Emustation folders. Notes: (Note: Notes made by Jay not me!) I made this pack quite a while ago, and I am currently working on a revised version that doesn't include a number of prototype/hacked ROMs, so I figured I'd post this here so when I do update it, people know what the heckeroonie I'm talking about. Download (~58GB) - JDownloader DLC (1fichier) [Hidden Content] The files are cross compatible with the ones from Jay's topic. Read Me.odt
  10. Well, not want to be rude in any way, but if that is already a problem for you, you should NOT use this softmod at all. Also there is no reason to use it if you don't have 128MB ram, don't want to go above 2TB with your HDD and you don't want to use CCI. Anyway. There is no option to update from Rocky5's softmod to this one. How ever, if you like to update for what ever reason, I suggest to follow MrMario2011's YT tutorial :
  11. View File XDVDMulleter v10.2 beta (Complete Edition) XDVDMulleter is an XBox / XBox360 iso extraction/creation/rebuilding app with several features. Submitter Dark Destiny Submitted 04/11/24 Category PC Based Applications  
      • 1
      • Like
  12. Version 10.2

    144 downloads

    XDVDMulleter is an XBox / XBox360 iso extraction/creation/rebuilding app with several features.
  13. ~ Easy XDK Installer ~ VERSION LANGUAGE MISC ISO MD5 RAR MD5 1.3.1 HF (EOL) 45862247a6ad6aece08fd17ffd29d683 58efa30fb138861a7dca5a17f0968001 Description Screenshots Changelog Download @ 1fichier & Mega [Hidden Content] THIS DISC ONLY WORKS WHEN BURNED TO A DVD ! CISO, XISO, CCI, ISO or even plain xbe files DO NOT WORK PLEASE USE THE THANKS/LIKE BUTTON BELOW TO UNHIDE THE LINK/S. ANY "THANKS" POSTING WILL BE REMOVED WITHOUT COMMENT!
      • 32
      • Like
      • Thanks
      • Haha
  14. NMB Fan - 2810KL-04W.B50 This fan is simple to open. Just remove the sticker from the back, remove the red "spring ring" (be careful removing this ring!) and done. Delta Fan - 5310 Pretty simple to open the Delta fan. Just gently push them from behint on the blades or use the back of your tweesers (Use 2 tweesers to apply pressure on two sides at the same time). Both will work just fine. Take care not to lose the white round "pad". Nidec Fan - E34801-55MIC1 Pretty simple to open like the Delta fan. Just gently push them from behint on the blades. It needs slightly more pressure before the rotor comes of but at the end not to hard to manage. Sunon Fan - PKD1207PTV1-A B415 About this Sunon fan. I'm well aware that someone wrote that you just have to peel off the sticker of the front of the fan and drop some oil in. Well, that will not work. And you can see that in the image no.3. You're not be able to get the oil into the axle. The oil will just end up on the metal around it which has basicly no effect. That being said, you can add a little bit of oil or grease to the axle after you have take it appart but also that ain't change to much in the long term on this fan. Are these fans serviceable and is it worth it? Delta = Yes | Yes NMB = Yes | Yes Nidec = Yes | Yes Sunon = Basicly Yes (More or less) | No
  15. https://modzvilleusa.com https://computerbooter.com
  16. When you try to load - The Disc? Or you have already flashed it to your XBox and set up your HDD? And "xecuter2 5035" is a bios not a chip. Check the first post.
  17. I'm not uploading to mega. I pay for the 1fichier acc and I'm pretty pleased with it and well, I don't like Mega.
  18. The link is online & works perfect. And the link can't expire.
  19. If your soldering skills are good enough, you don't need to rebuild the LPC. You could solder everthing on the top side.
  20. You can set the fan speed in the cerbios.ini which you can find on the C partition.
  21. ~ ENDGAME 8MB Cerbios Flasher & UX Dash Installer ~ VERSION LANGUAGE FILE SIZE - RAR MD5 2.4.1. ~ 4 MB - d83353d3552d69927f5098141e3ac367 Description Screenshot and Video Download @ 1fichier & Mega [Hidden Content] PLEASE USE THE THANKS/LIKE BUTTON BELOW TO UNHIDE THE LINK/S. ANY "THANKS" POSTING WILL BE REMOVED WITHOUT COMMENT!
  22. ~ ENDGAME Cerbios BFM DVD Launcher ~ VERSION LANGUAGE FILE SIZE - RAR MD5 2.0 589 KB - 49f3a824cd3151f66e1ca1d51460dee9 Description Video Download @ 1fichier & Mega [Hidden Content] UPDATE to v2 Credits fly out to EqUiNoX for the code and to Rocky5 for the update. PLEASE USE THE THANKS/LIKE BUTTON BELOW TO UNHIDE THE LINK/S. ANY "THANKS" POSTING WILL BE REMOVED WITHOUT COMMENT!
      • 16
      • Like
      • Thanks
      • Haha
  23. Here's a alt DL option to XBins which is up to date and will be still updatet. https://xbxbx.ams1.ppn.prutzel.com/
      • 1
      • Like
  24. <-[ Download Archive ]-> Collection Of XBox Installer CD's & DVD's [ Available Installers : 57] Just a small collection of installer disc's I have collectet over time which I think is nice to share. When downloading any of these please bear in mind that they are mostly EOL (End Of Life) and probably heavily outdated! > >> I do not offer support for any of the EOL builds << < ~ OGXBox Cerbios Disc ~ Versions available : 1 ~ OGXBox Installer 2021 ~ Versions available : 1 ~ Lord FiREFUCKeRs X-Disk ~ Versions available : 7 ~ ZXB Installer ~ Versions available : 3 ~ Borg Disc Installer (BDI) & BiosHazard ~ Versions available : 3 ~ Varius ~ Available Installers : 8 ~ HeXEn ~ Versions available : 4 ~ TruHeXEn ~ Versions available : 3 ~ TruHeXEn UNOFFICIAL ~ Versions available : 2 ~ Softmod Installer Deluxe (SID) ~ Versions available : 3 ~ SlaYers Auto Installer ~ Versions available : 6 ~ Auto Installer Deluxe ~ Versions available : 5 ~ Modchip Disc's ~ Versions available : 1 ~ Linux / Windows / OSX ~ Versions available : 6 ~ XDK / Debug / Devs ~ Versions available : 2 ~ CREDITS ~ ~ POST CHANGELOG~ > >> If you have a disc of which you think is worth to be listet but it's missing here, drop me a PM and I add it to the main topic << < << < - PLEASE USE THE THANKS/LIKE BUTTON BELOW TO UNHIDE THE LINKS - > >>
×
×
  • Create New...