Did he do what I think he did?
Section Rules - Halo 3 Modding Q&A
-
Supermodder911
- Posts: 1262
- Joined: Sun Sep 03, 2006 10:43 pm
- Location: Michigan
|
|
|
OK! Question time
Is it possible (to mod) for 16 players on Campaign co-op?
What does it require? to do it, using the MPC trick or something else.
How far is .map modding? past the stage of simple edits?
is there any content hidden in maps? like an early (disabled) script, unfinished bsps.
Now I want to know if this video is true Forge with 16 players?
and how does a gametype, end up making Custom games play forge?
Is it possible (to mod) for 16 players on Campaign co-op?
What does it require? to do it, using the MPC trick or something else.
How far is .map modding? past the stage of simple edits?
is there any content hidden in maps? like an early (disabled) script, unfinished bsps.
Now I want to know if this video is true Forge with 16 players?
and how does a gametype, end up making Custom games play forge?
Shock120 on XLink & XBC
Simple Edits.. Well..
Raw still hasn't been done though I've found the assembly code for the Raw Decompression Buffer, and until raw is done you can't tag inject but..
You can still do some insane stuff if you know what you're doing, we just haven't really shown any.. as we're the researchers, not the modders. We show our research one by one, not all in one combination to create something really.
16 Player forge... It may be possible seeing as I remember a while back me and Eazy B and Dark were playing Halo 3 Retail and Eazy made an edit for something, and the game thought a usermap was a film, and when we started the film we were playing forge.
Probably the same concept here only Gametype->Usermap.
Raw still hasn't been done though I've found the assembly code for the Raw Decompression Buffer, and until raw is done you can't tag inject but..
You can still do some insane stuff if you know what you're doing, we just haven't really shown any.. as we're the researchers, not the modders. We show our research one by one, not all in one combination to create something really.
16 Player forge... It may be possible seeing as I remember a while back me and Eazy B and Dark were playing Halo 3 Retail and Eazy made an edit for something, and the game thought a usermap was a film, and when we started the film we were playing forge.
Probably the same concept here only Gametype->Usermap.

- DarkShallFall
- Posts: 1992
- Joined: Fri Jan 20, 2006 2:49 pm
- Location: MI, USA
- Contact:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- SPARTAN-OMEGA
- Posts: 497
- Joined: Sun Dec 24, 2006 10:09 am
- Location: stuck on delta halo...
- Contact:
Sounds good Detox, at the moment what is the max (default max)?

Join Halo 2.5 at http://halo25pro.yourfreebb.com/index.php
dont delete its not over the 5 line max in rules
- SPARTAN-OMEGA
- Posts: 497
- Joined: Sun Dec 24, 2006 10:09 am
- Location: stuck on delta halo...
- Contact:
K, thanks

Join Halo 2.5 at http://halo25pro.yourfreebb.com/index.php
dont delete its not over the 5 line max in rules
-
Gruntlord5
- Posts: 78
- Joined: Thu Aug 21, 2008 5:59 pm
Try this:Gruntlord5 wrote:ok, i posted this on the forums, but most people here are just as unsure as i am, so here it goes. what do i change in an sp film to play as a grunt? he is only holding a needler and plasma pistol, so there should be no animation problems.
Open the map the film was filmed on in Johnson or Engineer. Go to the Masterchief bipd tag and copy the identifier.
Open the film in a hex editor and search for that identifier.
If a result pops up, go back to the map open in Johnson, copy the Grunt identifier, and replace the Masterchief's identifier with the Grunt's.
Save changes, resign with Halomods Container Tool.
I do not know if that is the way, but that it the way i think you do it.

-
Gruntlord5
- Posts: 78
- Joined: Thu Aug 21, 2008 5:59 pm
lol thats what i tried, but nothing was found when i did the search.Eaton wrote:Try this:Gruntlord5 wrote:ok, i posted this on the forums, but most people here are just as unsure as i am, so here it goes. what do i change in an sp film to play as a grunt? he is only holding a needler and plasma pistol, so there should be no animation problems.
Open the map the film was filmed on in Johnson or Engineer. Go to the Masterchief bipd tag and copy the identifier.
Open the film in a hex editor and search for that identifier.
If a result pops up, go back to the map open in Johnson, copy the Grunt identifier, and replace the Masterchief's identifier with the Grunt's.
Save changes, resign with Halomods Container Tool.
I do not know if that is the way, but that it the way i think you do it.
- CompKronos
- Posts: 462
- Joined: Mon Sep 03, 2007 6:45 am
- Location: New Jersey
|
|
Code: Select all
(script startup shrine_main
(begin
(vehicle_auto_turret turret_north0 tv_turret_north0 185 195 10)
(vehicle_auto_turret turret_north1 tv_turret_north1 195 205 10)
(vehicle_auto_turret turret_side0 tv_turret_side0 185 190 10)
(vehicle_auto_turret turret_side1 tv_turret_side1 182.5 190 10)
(vehicle_auto_turret turret_south0 tv_turret_south0 189 195 10)
(vehicle_auto_turret turret_south1 tv_turret_south1 190 200 10)
)
)- M715ForLife
- Posts: 555
- Joined: Tue Jun 19, 2007 12:12 pm
- Location: Posts:9,001
- Contact:
- Aumaan Anubis
- Posts: 2938
- Joined: Fri Jun 30, 2006 1:01 pm
- Location: Aumaan
- Contact:
|
|
|
|
lolkornman00 wrote:REMOVE THAT *** BEGIN STATEMENT RIGHT NOW YOU ***, HOW MANY TIMES MUST I SAY IT?
kornman00 wrote:No, thats NOT what bungie does. They haven't started ANY of their scripts with a begin in Halo, Halo 2, NOR Halo 3. Someone just didn't understand the whole idea to the scripting runtime which caused this whole begin statement crap to contaminate the modding scene, once again...neodos wrote: When i script i always use begin, and it always work and that's how bungie does on halo 2.
kornman00 wrote:If I ever see you using a begin statement as the first expression in your scripts again, I'm going to go candlejack on your ass bit-neodos wrote:If your map has script, then you just need to know the name of your ai squad and then compile this script:
Code: Select all
(script static camo (begin (ai_set_active_camo name_of_your_ai_elite True) ) )
Shock120 on XLink & XBC




