cbox
-
Posts
6582 -
Joined
-
Last visited
-
Days Won
139
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by iBotPeaches
-
Um, I'll need some more info. Xbox 1 or Xbox 360? Do you own an xPort/xSata/Transfer Cable (Xbox 360) or Action Replay (Xbox) Do you understand the concepts of an FTP transfer between your xbox and computer?
-
I'm in. Bio Toxic Peach.
-
I loaded up a map file, it was fun to look around and see the progress on the tags. Seemed pretty fun, hope this tool works out for the dev-ers.
-
As far as I know, I still cannot take my .map files, mod them with this and put them back on my retail, so the community gained a program that they can't use. Otherwise though, its amazing and excellent that guys got together to make this.
-
Alteration Version: 0.052 (The authors at bottom, written from DeToX's point of view, iBotPeaches did nothing) As you can see, it's a beta. We are far from Version 1.0, development was scarce, and for most of the time, I was either doing other projects, or home brew, while Anthony would be making some tweaks to it once in a while. Considering what work was done, I'd say about a month (or half) was going full throttle with this program, and some research. So starting from scratch, commentary being I'd say 3/4 of our code, we're a decent fraction of a million lines of code now. This version however has been stripped down to exclude certain things only we'd like to do, these features may be added in later if we stop developing, but want people to keep using it, so we might enable those feature in an update. Regardless, since the start of Halo 3 modding when I first received my means to make modding possible, an initial tool was made called Decrypt, a buggy piece of garbage made in some 10 minutes to verify that RTH works (thank you kornman for the debug port number (730) ). Later after RTH was successful, Anthony contacted me in means of helping me, thus the creation of the XEX, once he found checks, and we removed them. From that point plugins were generated, and time was slow from then on.. with very little being done to the program, and some more being done to plugins by Me, DarkShallFall, Veegie, Anthony, and Leo (he found project speed, hoorah?). Things aren't exactly perfect, you'll obviously find bugs.. This program was never made for compatibility because we never cared, we assumed it'd always be private, so long story short.. (EDIT: Desktop Composition Issue Fixed*). And even then, this tool was made for people with development consoles, so you'll need the XDKSetupXenonXXX ( Microsoft Xbox 360 SDK, as it uses a wrapper in there to use debug features. Otherwise you'll be thrown a nice error. You'll also need .NET framework 2.0 (I code in VS2005). More bugs might include a memory leak in the meta editor, maybe some other crap.. not sure. If you find any.. I'd rather you report it to me at my AIM: xL DeToX Lx then post in public about it. So remember.. It's a beta, give it a break, it's the tool we've been using that gave us all the research all you halo 3 kiddies use.. So if you'd like to complain, please.. show us you can atleast do more than what we've done with your own tools.. Pictures Some of these features may require a special Halo 3 XEX that Anthony and I developed. It's not just any XEX that removes .map checks. Features: Meta Grid Meta Editor Library System Tag Renaming (requires a special XEX) Locale Editor w/ any string lengths (may require special XEX) Screenshot - Captures a framebuffer from the Xbox 360, decodes it(format is A2R10G10B10 if I remember) Xbox Debug Communicator - include a file system tool, can send commands and receive responses to/from the Xbox. Map Package Creator - Add your own maps to your mainmenu. I made my own imaging classes so you only need to supply one image and the program will process it to make the others(gametype, etc). Requires a special XEX. Protect maps Generate Plugins - Will appear frozen (saves time not rendering UI), it is not.. It is also very time consuming.. And not perfect.. I don't suggest using it. Rename Plugins - If you have our .ent plugins, put them in the \Plugins\ folder, and run this, and itll rename the .ent to .alt, which is our plugin format, same thing really, different file extension Container editors.. (hasn't been worked on in forever, totally forgot about it till now, only opens usermaps, and doesn't edit.. Whoops..) Create/Apply patches - This will definitely be redone soon since when you rename tags, it changes map file size.. Change Fill Mode - Hell I don't even know what Anthony did here, it changes fill mode(wireframe, point, etc) but it only works on some maps, and takes a bit(10 seconds?) to take effect. It's something to do with the actual game if I remember what Anthony said.. Print Cam Debug Info - Enabled the pancam text which tells you where you are ingame, coordinate wise. Create/Apply RTH Data - When you make changes in the Meta Editor, instead of poking, you can save these changes to a file which you can RTH/Apply to memory later. Raw Table Viewer - Views Raw Table. This is used specifically for research. It contains a Raw Locations Index( a reflexive in the [play] tag, and points to the Raw Pools reflexive.. It's messy business hehe. Go to Tag(in Meta Grid) - Allows you to click an Ident, and open the tag you selected. Multitabbed - If you don't notice this feature, good job. The program has multiple tabs, so you can right click your document containing your Meta Editor/Grid, etc. And click New Document, and use that. Any tag you click, or editor you open, will open in your actively selected document. Poking/RTH - Duh. The reason this program was made.. Real time researching allows you to instantly make changes to certain values as you play. The only values that cant be changed are ones that are loaded somewhere else in memory from the start. For instance.. if I poke a mainmenu widget, it must be reloaded to take effect, so I'd click custom games, and go back to the mainmenu and it'd be there. Another example is if I edit some things in the bipd, I might need to die, so I respawn with my changes. But most values are normally pokeable without this problem anyways.. Keep in mind.. it's not a program problem.. It's how the Halo 3 works.. Don't like it? Go bitch to Bungie that you can't mod the way you want to, so they can laugh in your face. View Value as (In Meta Editor) - Right click a value, and view it as if it were another value, good for researching. Copy structure information (In Meta Editor) - Copy the pointer, offset, size, and count of chunks in a struct. Also copy and paste chunk data and overwrite others. Script Decompiler - Done by Soldier of Lite, decompiles scripts from the map file. And so on.. Will be done sooner or later: Chunk Cloning, insert new chunks into the map. Tag Duplication Will do stringids sooner or later Will enable raw editing sooner or later. Will continue usermap editing. Will do all other Halo 3 CON types (except for personalXXXXXXXX files, we don't want those out yet.. ) Will make a Map Analyzer, since Johnsons was incorrect. Remote Poke - Poke other people's development consoles. I want everyone to also keep in mind, if you saw some of these features in your friendly... program Construct, it's probably because the program was developed with ideas from a guy who leaked this program here, and infact got it without being supposed to.. That person's name is Quickkill. So don't be suprised that you may see certain things that were already done. Not to mention the entire reason public had RTH before this was because Shade45 wrongfully took code from me, called it his own, sold it, leaked it, etc.. So I had him release to stop all the nonsense. So here are all the people who actually did something to help in the modding community: Xenon.7 - That's me. Had the idea of this program in the first place, and was the lead developer. Anthony - My partner in all of this. We worked together from the start, and will work together to the end. I'm glad I could get him into the scene. Also found the XEX checks. Pancam, Fillmode. Kornman00 always is the first to do anything and everything, without ever saying a word, that's probably why we don't ever count him in half the stuff we do.Though he didn't help too much, he's still being a good influence.. And teaches people the simple moral when they beg him for stuff, which is.. the developer of a program or the researcher of said research, is entitled to his own work, and is allowed to do anything with his own work. That's how it is in the real world, and that's how it is here. Learn to respect what's given to you. Kornman00 from the start specifically told me I will never be given a direct answer, and I never really was, and it had to be the best damned thing a person could do. You don't learn from feeding off other people's work and acting like you did something.. You get a little push, and you are the one who needs to start running and keep it going without tiring yourself out. DarkShallFall - The best tag researcher I know now, used to be good in Halo 2, but learned much more when he joined Halo 3. I found he was the most trustworthy person I knew, everyone would leak, and do anything they could to benefit themselves. He's never really let me down, and knows me perfectly. The best tester as well. Mapped out many plugins you may use today. Veegie - Came before DarkShallFall, knowing not much about viewing data, but knew he wanted to do something with the availability to mod. Mapped out most of what was done so far. Completed some tag layouts, though you may find some crap like Chad Warden(StringID), and ******1, ******2, ******3. He's been an amazing asset. Leo/Latinomodder - Found projectile speed(hoorah?) and was a tester, and a great friend, also suggested some things for the program. Everybody give him a round of applause for being so damn mexican. Tural - Bald. Quite frankly, I didn't want anyone with this, not because I don't like helping, but because people kept acting irresponsibly without it, I felt they wouldn't do any better with it, and I still believe so, that's why it's been stripped down, and will slowly be upgraded for you to what we currently have, so we can see how much the community really does deserve this.. TO USE DEBUG FEATURES, YOU NEED TO COPY \Program Files\Microsoft Xbox 360 SDK\bin\win32\xdevkit.dll TO YOUR ALTERATION FOLDER. Also.. Though I doubt no one will ever release their tools to reboot into a modded kernel, I really hope none of you cheat over the Xbox Live service ever. Cheating is lame. This tool was strictly made for researching, because we all appreciate Bungie's work, and loving finding everything out, and seeing how everything works. They made a beautiful engine, and everyone should given them a round of applause. So enjoy a public beta test ride.. of the program that made it all happen.. Alteration.rar
-
I don't want to add like 100 emoticons which I've done. Maybe, I'll make a topic and let only a few more in. Its becoming childish adding this many new emoticons, but otherwise I like them.
-
Of course it gives better performance since less RAM is given to show sparkly effects and what not.
-
Thats a real sharp image, and the 3D animation on that rock is amazing. Great job.
-
That what I do. You can reply to that post saying dead link, send me a PM regarding the dead link or just post it somewhere and say dead link and I will check the post and usually update it.
-
I only add small emoticons that look like a smile. I'll go through these later today.
-
Link found by Jeehs. Re-opened.
-
http://avatar.xboxlive.com/avatar/Bio Toxic Peach/avatar-body.png
-
You know your busted when you get a letter in the mail. Otherwise you have no indication.
-
NUMBERii OnE thing that pisses my off at ibotty frickity modz
iBotPeaches replied to Xx Legacy xX's topic in Off-Topic
I'm tempted to move this to off-topic. -
Theres a bazillion type of discs. Google yours exactly like this Windows XP Home Edition 2005 except for your type. And we don't encourage this, so locked.
-
We've brought up Dan and Korupt Data, as our final 2 Global Moderators for quite some time. We now have a team of active staff that can patrol the board during all timezones. We've seen an increase in spam posts by bots, and spam PM's by bots. I felt some extra staff could help monitor that. Other staff who have lost their spots one reason or another are being looked at for the future mod spots.
-
[Request] A Pandora Custom BBcode
iBotPeaches replied to DarkRuler's topic in Website / Server Management
I'll look for open dynamic things like API's that we can add in. No promises though. -
We discourage one word replies to topics that are getting old. I don't have a problem with you saying "Man, I can't wait to see that feature I will be downloading all day" Except you said "cool"
-
Back when we were popular we had an Alexa Rank of 98,883. Then we got hacked and dropped to around 250,000, slowly climbing too 200,000 where we sat for awhile. Over the past few weeks we've gone from 200,000 to 165,350 place. For those unfamiliar with Alexa, its a ranking system of all websites. Its unfair no doubt, but thats not important. Install the toolbar here, if you want to monitor what iBotModz and watch it get back in the top 100,000 sites. http://www.alexa.com/toolbar
-
I think the whole SAW series that little 12 year old kids see is the problem. That is a flat out killing movie, where you see the deaths. Its cruel for little kids to see that, yet they do then forever there obsessed with resident evil and junk. You can't really enforce ratings though until your computer reads your biological self and confirms your age via wireless radiation test.
-
(VB.NET) Make a lable flash different colours.
iBotPeaches replied to yourmuminabagel's topic in Coding / Development
It will change once, maybe put a timer on it at 1000MS and then let it do it say 100 times, or something. Or until you close the app -
Its a sweet application called "Fences" which is in our Computer Program section.
-
1824 downloads
C-XBox Tool is one of the most All in One tool for XBox. It offers a lot of easy to use features like creating or extracting ISO's, Multigame wizards, File transferring and more. And it's multilanguage. Features: * Extract ISO * Create ISO * Create CD/DVD multigames with MenuX * Create CD/DVD multigames with MXM * Create CD/DVD multigames directly from ISO * Create ISO directly from Xbox HD * FTP Client * FTP transfert PCXbox from ISO * Avalaunch Boost-Mode support * Explore CD/DVD burned from ISO * Patch XBE * Rename XBE titles * Images editor * Themes manager * Skins manager * Multilanguage I use this for my download ISO's of xbox 1 games, then I simply load them in here. Give it my xbox details and it auto moves it to my G Drive and makes it all neat -
396 downloads
XIG2 is a simple Open Source alternative to the clumsy screen capture utility included in the XDK. It allows those running debug Xboxes to take quick screen captures that are saved in your preferred format (jpg, png, etc) and can be automatically uploaded via FTP or PHP to your webserver. It also allows image water marking and time stamping. It has the following features: - automatic conversion to .jpg, .png, or other formats - automatic timestamp - automatic watermark - automatic upload to FTP server - automatic upload to php script - includes a preview window - requires no XDK software to be installed - dds2 takes the place of xbcapture - Background Process Execution - Minimize to system tray - Built in settings menu - Fixed 480p and 1080i - Fixed captures in Fable - Automatic Image resizing - Debug Game Manager - upgraded dds2 to dds3 - new dds3 header code - various dds3 code optimizations -
×
- Create New...