Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to Xbox Chaos: Modding Evolved

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

AeroDox121

Members
  • Content count

    10
  • Joined

  • Last visited

About AeroDox121

Profile Information

  • Gender
    Male
  1. im trying to figure out a way to keep weapons zoom functionality while enabling the third person flag in the weap tag in the program assembly. when i enable the third person camera flag, any weapon with zoom will no longer be able too zoom. has anyone found a solution?
  2. if you modify the map, that effect will be on that map, regardless of the game mode. so feel free to mod the map and then open any gamemode you wish. they will need to open it without EAC yes.
  3. I tried this and it didnt work for me. or at least not in the way i wanted. changing it to spew just means you can hold down the fire button amd itll keep firing, but to make it like an assault rifle level of automatic, i found that fire recovery time was essential to change i
  4. I'm not sure I haven't tried that method. But hey if that works for you then more power to ya.
  5. So first things first we are going to be using assembly , if you do not have Assembly, you may need to head Here and download the latest Dev version of Assembly . You Will also need to compile it, and there is a great video for that right Here Once you have Assembly we can get started. First Step. Head into steam , click library, and find Halo: The Master Chief Collection and Right Click it. Then click Properties , this will bring up a window and inside this window will be a set of tabs You want to click Local Files , Then Browse Local Files. Second Step. Inside the folder we just opened will be a bunch of files and folder, you want to find and enter the folder called haloreach, and then inside that folder, enter the maps folder. This folder contains all of Halo Reach's Maps. For the purposes of this tutorial we are going to find "cex_beaver_creek.map" inside this folder, right click and copy it and paste it to the desktop. At this time i would advise you to create a folder inside this map folder called Backup, and copy all the maps inside the maps folder and place them inside the Backup folder for safe keeping. Third Step. Now we want to open Assembly. Once you have opened Assembly , on the left side of the window you will see "Open Content File" click that and find cex_beaver_creek.map you placed on your desktop and open it. once you have opened the map , on the left side of the program window you will see the words Header, Tags, Strings, and Scripts. Click Tags. Fourth Step. On the left side of the program window you will see a big list of tags. We need to find the Weapon tag which looks like "weap" . you will find it near the bottom of the tag list as you scroll down. This is the Weapons Tag. it contains all metadata for all the weapons . Click into it and it will reveal a list of avaliable weapons we can mess with. You can find ANY weapon you want, however weapons WITHOUT a zooming function are better for this mod because when we active the next step, any weapon with a zoom function will be unable to zoom. If anyone discovers a way to fix this. please leave a comment and enlighten me. For now, lets find the shotgun weapon by selecting "objects\weapons\rifle\shotgun\shotgun" . Fifth Step. This is the last step, inside the window we just opened we are looking for this specific area, so scroll down until you find this: Then Inside this box, you will need to scroll through until you find "Third Person Camera" and check the box next to it. Thats It! Repeat steps Four and Five with any weapons you want and before you know it youll have a third person halo experience. At the bottom of the main window you will see Save, Poke, Reload, Revisions, And Options. Click Save. A small window will show up that says "the metadata has been saved to the original file" your now done with this mod. so go back to your maps folder inside haloreach, and delete the map "cex_beaver_creek" and replace it with the file on your desktop. Thats It Your Done! To use your mod, you will have to launch Halo MCC With Anti-Cheat Disabled, and you will have to open it in a custom game and it will actually be called "Battle Canyon" but go ahead and load up the map and give it a shot.
  6. In this tutorial i will teach you how to change any weapon projectile, into a different projectile. In this tutorial we will make the sniper rifle shoot plasma grenades. Your going to need Assembly if you do not have Assembly, you may need to head Here and download the latest Dev version of Assembly . You Will also need to compile it, and there is a great video for that right Here First Step. Head into steam , click library, and find Halo: The Master Chief Collection and Right Click it. Then click Properties , this will bring up a window and inside this window will be a set of tabs You want to click Local Files , Then Browse Local Files. Second Step. Inside the folder we just opened will be a bunch of files and folder, you want to find and enter the folder called haloreach, and then inside that folder, enter the maps folder. This folder contains all of Halo Reach's Maps. For the purposes of this tutorial we are going to find "cex_beaver_creek.map" inside this folder, right click and copy it and paste it to the desktop. At this time i would advise you to create a folder inside this map folder called Backup, and copy all the maps inside the maps folder and place them inside the Backup folder for safe keeping. Third Step. Now we want to open Assembly. Once you have opened Assembly , on the left side of the window you will see "Open Content File" click that and find cex_beaver_creek.map you placed on your desktop and open it. once you have opened the map , on the left side of the program window you will see the words Header, Tags, Strings, and Scripts. Click Tags. Fourth Step. We need to find the Weapon tag which looks like "weap" . you will find it near the bottom of the tag list as you scroll down. Once you have found the "weap" tag, double click it and open it. You will now have another list show up. This list is all of the weapons avaliable in the beaver creek map we've opened and you can pick and weapon inside here that you like but for this tutorial I would suggest you Find the one labeled "objects\weapons\rifle\sniper_rifle\sniper_rifle" and click it. Fifth Step. At the top of the main window in the Search Bar, type in "Initial Projectile" Next to this you'll find two boxes, one with the letters "proj" and the other with "objects\weapons\rifle\sniper_rifle\projectiles\sniper_rifle_bullet" . Click the second box labled "objects\weapons\rifle\sniper_rifle\projectiles\sniper_rifle_bullet" to open a dropdown menu and find "objects\weapons\support_high\plasma_launcher\plasma_launcher_grenade" and click it. Thats It! You're finished ! click Save at the bottom of the main menu and then go back to your maps folder inside haloreach, and delete the map "cex_beaver_creek" and replace it with the file on your desktop. To use your mod, you will have to launch Halo MCC With Anti-Cheat Disabled, and you will have to open it in a custom game and it will actually be called "Battle Canyon" but go ahead and load up the map and give it a shot.
  7. trying to make the dmr three round burst. anyone know the dealio? NVM solved. will do tutorial later for it.
  8. So first things first we are going to be using assembly , if you do not have Assembly, you may need to head Here and download the latest Dev version of Assembly . You Will also need to compile it, and there is a great video for that right Here Once you have Assembly we can get started. First Step. Head into steam , click library, and find Halo: The Master Chief Collection and Right Click it. Then click Properties , this will bring up a window and inside this window will be a set of tabs You want to click Local Files , Then Browse Local Files. Second Step. Inside the folder we just opened will be a bunch of files and folder, you want to find and enter the folder called haloreach, and then inside that folder, enter the maps folder. This folder contains all of Halo Reach's Maps. For the purposes of this tutorial we are going to find "cex_beaver_creek.map" inside this folder, right click and copy it and paste it to the desktop. At this time i would advise you to create a folder inside this map folder called Backup, and copy all the maps inside the maps folder and place them inside the Backup folder for safe keeping. Third Step. Now we want to open Assembly. Once you have opened Assembly , on the left side of the window you will see "Open Content File" click that and find cex_beaver_creek.map you placed on your desktop and open it. once you have opened the map , on the left side of the program window you will see the words Header, Tags, Strings, and Scripts. Click Tags. Fourth Step. First off dont panic, this may look like a lot of nonsense to someone who is knew to this but it is actually very simply. we are now looking at all the Tags that the map Beaver Creek is composed of. Still, on the left side of the program window you will see a big list of tags. We need to find the Weapon tag which looks like "weap" . you will find it near the bottom of the tag list as you scroll down. Once you have found the "weap" tag, double click it and open it. You will now have another list show up. This list is all of the weapons avaliable in the beaver creek map we've opened and you can pick and weapon inside here that you like but for this tutorial I would suggest you Find the one labeled "objects\weapons\rifle\dmr\dmr" and click it. Fifth Step. Once you have opened this file you will see in the main window, A LOT of words, numbers and input boxes. For now, at the top of the window in the Search Bar, type in "Barrels" This will bring us too a section of this weapon that deals with part of how the gun fires. There is a lot of neat stuff in here but for now find " Rounds Per Second min" and change the value in the box next to it, to 10. Then directly underneath it, find "Rounds Per Second max" and change the value in the box to 10 also. Continuing down the list further is a box labeled "Fire Recovery Time" find it and change the value in this box to 0 . Fire Recovery Time deals with how long inbetween shots the player can pull the trigger again. so by changing this value to 0 we have told it that there is no recovery time and we can fire the weapon right away again after firing . Sixth Step. Navigate back up to the Search Bar and type in " Bloom Rate of Decay" , once you have found the box, change the value to 10. Bloom Rate of Decay, deals with the way the reticle changes as you fire the weapon. The lower this value is, the slower the reticle will shrink back to normal when we fire the dmr in game, the Higher the value, the faster the reticle will shrink back to normal. By changing the value to 10, we have effectivly made that shrinking return to normal almost immediatly. Final Step. At the bottom of the main window you will see Save, Poke, Reload, Revisions, And Options. Click Save. A small window will show up that says "the metadata has been saved to the original file" your now done with this mod. so go back to your maps folder inside haloreach, and delete the map "cex_beaver_creek" and replace it with the file on your desktop. Thats It Your Done! To use your mod, you will have to launch Halo MCC With Anti-Cheat Disabled, and you will have to open it in a custom game and it will actually be called "Battle Canyon" but go ahead and load up the map and give it a shot.
  9. I am creating this post in the hope that as we, the community begin to create more complex/interesting mods/plugins for the recent Dev build of Assembly related to Halo Reach PC we can start to share links with each other related too : - New Plugins - Tutorials - Tools - Explanations/Tips - Discoveries - Modified Maps As a long time Halo CE, and H2 Modder I have enjoyed the modding communities creativity, ingenuity, resourcefulness, and general pool of knowledge. In the old days of halo mods for the CE community there were tutorials everywhere for almost anything . My hope is that we can create that here for everyone new and old to the modding community. Here is my first tutorial on Turning the DMR automatic and reducing bloom. It is my hope that others will do similar things here. - AeroDox
  10. Used to mod halo 1 CE, and Halo 2 . Not inexperienced by any means . Yet somehow everytime I try to build assembly it says I'm missing this or that. Or it has errors related too assemblyiconlibrary.dll Yes, I retargeted and had it build the release version of x64 Yes I had xdevkit references corrected so if someone could please upload a built solution that actually WORKS for Halo Reach mcc PC here I would appreciate it. EDIT IMPORTANT I have successfully built a functioning version of assembly for mcc halo reach pc. I will be proving a link somehow here shortly today