Forge map modding
-
Patrickssj6
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
|
|
|
Depends.miinaturvat wrote: If you change that, in theory, you could change how many of these onjects you can spawn
First barrier you can already see is that the maximum is at 255. I'm pretty sure that there is a barrier hard coded somewhere else for it as well that brings the number down even lower.
...left for good
Well, map modding can only be done on a Devkit. Those cost $800 or more. And you would still need to get your hands on a modified Halo 3 xex to disable the security checks on the maps. The people that mod have the right equipment. Modifications to Halo 3 cannot be done on an Xbox 360 you just buy at a store yet. There need to be some kind of kernel/homebrew software that can let us run unsigned code so we can do it on a retail 360.Tomblaser wrote:Yeah i've seen a few modded maps by you guys and you can't give a little advice? I am only intrested in map modding and i want to start doing it so how exactly do you mod things?![]()
![]()

- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
There is no website "use mods on".Tomblaser wrote:So how do you guys mod things? What do you need? Because I've been told there is a website that you simply use mods on...
http://forums.halomods.com/viewtopic.php?t=76529
They respect Bungie's wishes to keep them private. Bungie doesn't like the mods being released all over xbox live and since Anthony talks to Bungie, he respects them.Tomblaser wrote:What I don't like about mods is that all my friends on live that have it tell me to go to a certain site and these sites give no info at all! And that thing that veegie said about releasing mods to the public being "pointless" is just stupid...I don't understand why people keep mods so private!
Great job not reading the sticky.Tomblaser wrote:What I don't like about mods is that all my friends on live that have it tell me to go to a certain site and these sites give no info at all! And that thing that veegie said about releasing mods to the public being "pointless" is just stupid...I don't understand why people keep mods so private!
LuxuriousMeat just pointed out I forgot to include the Map ID enum in my white paper. I don't feel like making writing an enum for it right now so I'll just give you guys the switch statement I use in my program.
Code: Select all
public static string GetMapNameFromMapID(int MapID)
{
switch (MapID)
{
case 30: return "zanzibar.map";
case 300: return "construct.map";
case 310: return "deadlock.map";
case 320: return "gaurdian.map";
case 330: return "isolation.map";
case 340: return "riverworld.map";
case 350: return "salvation.map";
case 360: return "snowbound.map";
case 380: return "chill.map";
case 390: return "cyberdyne.map";
case 400: return "shrine.map";
case 410: return "bunkerworld.map";
case 480: return "warehouse.map";
case 580: return "armory.map";
}
return null;
}
If your saying that bungie dosent want the modded maps out on live and that ther are only a number of peaple that can modd what about all the peaple from halo 2 that did alot of modding im sure in the futer ther will be mods on b.net by a new person and that person could care less what bungie thinks.
- LuxuriousMeat
- Posts: 824
- Joined: Thu Nov 03, 2005 6:43 pm
- Location: zzzzzzzzzzzzzzzz
- Contact:
Thanks. I'll make an enum for you.
Code: Select all
public enum MapID : int {
Zanzibar = 30,
Construct = 300,
Deadlock = 310,
Gaurdian = 320,
Isolation = 330,
Riverworld = 340,
Salvation = 350,
Snowbound = 360,
Chill = 380,
Cyberdyne = 390,
Shrine = 400,
Bunkerworld = 410,
Warehouse = 480,
Armory = 580
}
What about Bungie's wishes to not have their software reverse engineered?unknownv2 wrote:They respect Bungie's wishes to keep them private. Bungie doesn't like the mods being released all over xbox live and since Anthony talks to Bungie, he respects them.Tomblaser wrote:What I don't like about mods is that all my friends on live that have it tell me to go to a certain site and these sites give no info at all! And that thing that veegie said about releasing mods to the public being "pointless" is just stupid...I don't understand why people keep mods so private!
- sober
How abou you think about how bungie spent 3 years working on a top notch video game was even kind enough to release a public beta for those of us who couldnt wait for the retail to be released.Sonoske wrote:If your saying that bungie dosent want the modded maps out on live and that ther are only a number of peaple that can modd what about all the peaple from halo 2 that did alot of modding im sure in the futer ther will be mods on b.net by a new person and that person could care less what bungie thinks.
and then think about how much of a slap to the face it would be if xbox live was crawling with cheaters, stand by'er and other vermin without the game even been out for a year.
It isn't a universal concept. You're taking logic about one specific situation and applying it to another.Mr N wrote:What about Bungie's wishes to not have their software reverse engineered?
Because modding Forge maps means cheating and standbying, yup.ares-erus wrote:and then think about how much of a slap to the face it would be if xbox live was crawling with cheaters, stand by'er and other vermin without the game even been out for a year.
- rocket360gs
- Posts: 44
- Joined: Tue Apr 29, 2008 6:07 pm
In theory, yes, but it only seems to work on objects that you can't normally spawn in Forge. Someone correct me, please, because I want to be wrong!! (but so far that doesn't seem to be the case)miinaturvat wrote:Yes you can:
public class Tag_Index_Entry : Chunk //12 Bytes * 256
{
[Ident(IdentType.ID)]
public TagReference Tag;
public byte Run_Time_Minimun;
public byte Run_Time_Maximun;
public byte Number_On_Map;
public byte Design_Time_Maximun;
public float Total_Cost;
}
If you change that, in theory, you could change how many of these onjects you can spawn
Plus, i still don't get how that could be the number of objects spawned...
Also, while I'm thinking about it: I am not experienced enough to write a program for this, but if someone else is, that would make this stuff WAY easier to do. (It gets really complicated really fast when you are trying to change the coordinates and rotations on 30 objects at a time by hand.) Also it should be pretty easy since Shade was nice enough to map (almost) everything out for us. I'd be glad to help in any way possible (testing, maybe?).
Well tell me then, why isn't it universal? Bungie has specifically stated that they do not want their software reverse engineered, yet respect for that wish is denied.Tural wrote:It isn't a universal concept. You're taking logic about one specific situation and applying it to another.Mr N wrote:What about Bungie's wishes to not have their software reverse engineered?
When it comes to Forge mods (which can't be used for cheating) not being released, they have respect.
Seems to me that the "logic" here is to respect their wishes, is it not?
- sober



