Section Rules - Halo 3 Modding Q&A

Discussion about modding Halo 3.
User avatar
Glitch101





Posts: 92
Joined: Fri Mar 21, 2008 3:29 pm
Location: SE London

Re: Section Rules - Halo 3 Modding Q&A

Post by Glitch101 »

Perhaps it would work; but surely once you start a new round, or save and end it would return to default anyway:?
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by Tural »

If it did reset the value, what would it do? I highly doubt it would just delete some of the objects to put it at the limit.
User avatar
Rogue_Modder





Posts: 284
Joined: Sat Mar 29, 2008 5:46 am
Location: London
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by Rogue_Modder »

The Limit is stored in the .map.

The usermap just checks how many are on the map (Usermap) and how many can be places, if it goes larger than that then it just won't spawn spawn them.
Image
{Rules}{Search}{Signature}
"Modding for xbox 1 is over, And modding for the 360 never began, So modding in general doesn't even exist"
JIME01





Posts: 36
Joined: Fri Sep 01, 2006 2:59 pm
Location: Adelaide

Re: Section Rules - Halo 3 Modding Q&A

Post by JIME01 »

uralllame wrote:
Rogue_Modder wrote:No, that's .map.
Really? When you spawn a new object, the object count goes up by 1, and when you delete it, it goes down again... That sounds like the object count is stored in the usermap to me, so why can't you set it to 0?
Go try it yourself.
Image
User avatar
grimdoomer




System Engineer

Posts: 1440
Joined: Mon Oct 09, 2006 4:36 pm

Re: Section Rules - Halo 3 Modding Q&A

Post by grimdoomer »

Rogue_Modder wrote:The Limit is stored in the .map.

The usermap just checks how many are on the map (Usermap) and how many can be places, if it goes larger than that then it just won't spawn spawn them.
I believe it uses a fixed buffer, because does'nt every usermap for a specific map have the same number of placements even if they are unused?
Image
AI Zones in MP | Ambiance | Gravemind Beta v1.1
Aumaan Anubis wrote:Grimdoomer. The first person ever to mod Halo 2 Vista.
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by kornman00 »

Yeah, there is only room for 640 object placements, no way to bypass that.
User avatar
Tural




Conceptionist Acolyte Bloodhound Recreator
Socialist Connoisseur Droplet Scorched Earth
Grunge

Posts: 15628
Joined: Thu Jun 16, 2005 3:44 pm
Location: Lincoln, NE
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by Tural »

But the default objects are over that? If not, then taking away the space they occupy in that 640 shouldn't cause any problem, yes? The issue is that the default objects, when removed, do not removed from the object count, even though they should. What makes them still act as an object on the map when they no longer exist?
User avatar
unknownv2





Posts: 1041
Joined: Sun Oct 14, 2007 8:31 am
Location: Florida

Re: Section Rules - Halo 3 Modding Q&A

Post by unknownv2 »

Some scenery from the map is stored as null chunks and they are not counted towards the object count. When you place an item, it skips these chunks and goes to the open null chunks. I don't know if that helps?
User avatar
kornman00




ONI New Age

Posts: 146
Joined: Fri Dec 12, 2003 6:30 pm
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by kornman00 »

unknownv2 wrote:Some scenery from the map is stored as null chunks and they are not counted towards the object count. When you place an item, it skips these chunks and goes to the open null chunks. I don't know if that helps?
What you consider a "null chunk" is probably just a special state an object placement can take when it's information is stored in the actual scenario itself. Such a state would be needed for streaming (ie over the network) when you don't want to include all the information (resulting in higher bandwidth usage) about the object due to the client already having on-demand access to that information (from the scenario stored in the cache).

I'm not entirely sure how they have their map variant system setup and tied into the engine, but they probably use the map variant data for game synchronization. Useful for future use if there are changes which have to be made to a scenario which involve a object placement defined by the designers. I'm sure this ability was probably used for the shieldless Snow Bound, etc variants seen in MM, but probably never intended to be used for variant gameplay but for fixes to unfair gameplay. Why repost DLC in hundreds of MB due to a post-ship glitch when you can just apply the fix to MM (where a glitch most matters) in only kilobytes.

EDIT: To further build the first theory using the second: that state can probably be expanded to where it uses the map variant object placement data instead of what is stored in the default scenario.
User avatar
Twinreaper




Literarian 50

Posts: 77
Joined: Tue Jun 07, 2005 7:13 pm

Re: Section Rules - Halo 3 Modding Q&A

Post by Twinreaper »

What about adding some of the different scenery objects available in other maps? Can you simply use the meta extraction with Johnson, then inject it with Engineer? I would love to get the bridge and ramp scenery added to sandtrap! BTW, anyone happen to be working on a BSP viewer for the maps?
WOW! Three years here, and I still haven't released any of my mods :oops:
User avatar
Eaton




Enthraller

Posts: 1639
Joined: Thu Jun 14, 2007 4:16 pm
Location: USA

Re: Section Rules - Halo 3 Modding Q&A

Post by Eaton »

Twinreaper wrote:What about adding some of the different scenery objects available in other maps? Can you simply use the meta extraction with Johnson, then inject it with Engineer? I would love to get the bridge and ramp scenery added to sandtrap! BTW, anyone happen to be working on a BSP viewer for the maps?
No. That is something entirely different. We are still far away from building tags into other maps. Mostly because raw hasn't been figured out.

Raw hasn't been figured out, meaning no BSP viewing.
Image
User avatar
Veegie




Socialist Architect Coroner Golden Age
Mad Hatter Acolyte Translator New Age
ONI

Posts: 3638
Joined: Wed Nov 26, 2003 2:28 pm
Location: Redmond, WA

Re: Section Rules - Halo 3 Modding Q&A

Post by Veegie »

Unless you wanna view the collision.
Image
Hijikata wrote:The fact you love Jesus doesn't change the fact you're a *** mental patient. It just means you're a mental patient with a great imaginary friend.
Gruntlord5





Posts: 78
Joined: Thu Aug 21, 2008 5:59 pm

Re: Section Rules - Halo 3 Modding Q&A

Post by Gruntlord5 »

so you cannot refund slots not being used?
Choking Victim





Posts: 552
Joined: Thu May 12, 2005 4:12 am

Re: Section Rules - Halo 3 Modding Q&A

Post by Choking Victim »

Veegie wrote:Unless you wanna view the collision.
Bsp collision is compressed. Afaik it's not stored in the meta at least.
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Re: Section Rules - Halo 3 Modding Q&A

Post by -DeToX- »

Choking Victim wrote:
Veegie wrote:Unless you wanna view the collision.
Bsp collision is compressed. Afaik it's not stored in the meta at least.
This is true.
Image
nintendo9713




Wordewatician 250

Posts: 548
Joined: Tue May 23, 2006 2:04 pm
Location: Louisiana...

Re: Section Rules - Halo 3 Modding Q&A

Post by nintendo9713 »

I haven't really checked into Halo 3 modding in a while and didn't want to start a new thread, so a two quick questions.

1.)If I buy a memory card and I have the materials in the How to Modify Forge Maps [Tutorial], I can modify these forge maps and do basic meta swaps, or what all is possible at this point?

2.) Can I load them off the memory card so I don't have to put them on my hard drive so I don't get banned from XBL? Or in other words is it safe to play with these offline and not worry about getting banned?

Thanks for any help.
Image
ImpactPro





Posts: 152
Joined: Sun Sep 28, 2008 12:26 pm
Location: In ur IP Stealing ur Info

Re: Section Rules - Halo 3 Modding Q&A

Post by ImpactPro »

nintendo9713 wrote:I haven't really checked into Halo 3 modding in a while and didn't want to start a new thread, so a two quick questions.

1.)If I buy a memory card and I have the materials in the How to Modify Forge Maps [Tutorial], I can modify these forge maps and do basic meta swaps, or what all is possible at this point?

2.) Can I load them off the memory card so I don't have to put them on my hard drive so I don't get banned from XBL? Or in other words is it safe to play with these offline and not worry about getting banned?

Thanks for any help.
You can do Usermap (forge placement mods) and Gametype mods. Keep them off your fileshare says HM and bungie and use them for your own private use and you will be fine.
Image
User avatar
mxrider108




Renovator Wordewatician 250

Posts: 456
Joined: Thu Jun 29, 2006 6:39 pm
Location: Cary, NC
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by mxrider108 »

nintendo9713 wrote:1.)If I buy a memory card and I have the materials in the How to Modify Forge Maps [Tutorial], I can modify these forge maps and do basic meta swaps, or what all is possible at this point?
The usermap files store the following data in placement chunks (any of which can be modified): position, rotation, spawn flags. Placement chunks can be added or removed. You may also edit the item index, which stores: what items are on the map (can be swapped to any other tag in the .map), the runtime mins/maxs (can be useful to budget glitch), and the cost of the items/budget (doesn't have any effect though). There are a few other minor things, but that's pretty much it. If used well it can really extend the possibilities of Forge, however. :D
User avatar
Rogue_Modder





Posts: 284
Joined: Sat Mar 29, 2008 5:46 am
Location: London
Contact:

Re: Section Rules - Halo 3 Modding Q&A

Post by Rogue_Modder »

Well i bought a new Hair Dryer and i wanted to take it for a spin, AND LOOK WHAT I CAME UP WITH!

Image

:)
Image
{Rules}{Search}{Signature}
"Modding for xbox 1 is over, And modding for the 360 never began, So modding in general doesn't even exist"
User avatar
Eaton




Enthraller

Posts: 1639
Joined: Thu Jun 14, 2007 4:16 pm
Location: USA

Re: Section Rules - Halo 3 Modding Q&A

Post by Eaton »

I wish they put more detail into the lake bottom. Perhaps put a sandy bottom or plants at the bottom.
Image
Post Reply