Basic Modding: How do I make a new map?

Everything about HD, MD, and their mods.

Moderator: Halo Moderators

Modzy
Green Beret
Posts: 3058
Joined: Fri Feb 22, 2008 11:06 pm
Location: Portland, OR

Re: Basic Modding: How do I make a new map?

Post by Modzy » Sat Jul 18, 2009 1:27 pm


Modzy
Green Beret
Posts: 3058
Joined: Fri Feb 22, 2008 11:06 pm
Location: Portland, OR

Re: Basic Modding: How do I make a new map?

Post by Modzy » Sat Jul 18, 2009 6:20 pm

Devious wrote:The maps sparky and fonzie just released were made in CE.
Fonzie's map was made with SCEN.

Leatherneck
Newbie
Posts: 39
Joined: Sat Jul 04, 2009 8:11 pm
Location: Texas

Re: Basic Modding: How do I make a new map?

Post by Leatherneck » Sun Jul 19, 2009 12:02 pm

Can I use hex to build a new BSP?
When loading the main gun, remember: pointy end first!

tokage
Ranger
Posts: 1459
Joined: Sat Dec 06, 2008 4:28 pm
Location: Between the 'y' and 'i' keys.
Contact:

Re: Basic Modding: How do I make a new map?

Post by tokage » Sun Jul 19, 2009 12:11 pm

You can use HEX to make anythiiiing.... Except 4 new maps.
Last edited by tokage on Sun Jul 19, 2009 12:12 pm, edited 1 time in total.
Image

Leatherneck
Newbie
Posts: 39
Joined: Sat Jul 04, 2009 8:11 pm
Location: Texas

Re: Basic Modding: How do I make a new map?

Post by Leatherneck » Sun Jul 19, 2009 12:36 pm

Tokage wrote:You can use HEX to make anythiiiing.... Except 4 new maps.
:(( really? I thought you could do anything with hex.
When loading the main gun, remember: pointy end first!

Sparky
Delta Force
Posts: 4194
Joined: Wed Mar 31, 2004 8:59 pm
Location: New Jersey, USA
Contact:

Re: Basic Modding: How do I make a new map?

Post by Sparky » Sun Jul 19, 2009 1:35 pm

Sorry for the distraction, Leatherneck. Some members here act like children, but we love them all :mrgreen:

Here is a brief, step-by-step tutorial for you:

1. Null Bloodgulch

- Open HexEdit. Go to the following offsets and change their values as indicated. You should skip the first one for now, just change the second and third ones:
Modzy wrote:0x00000910: 7F 15 ---> 00 00

0x00000B88: 3A 12 ---> 00 00

0x00000BA0: A5 33 00 00 ---> FF FF FF FF


All you ever need :P
Save the file.

2. Open and expand your map in Eschaton. Open other maps that have the tags you want to use and recursively extract them. Then go under the rebuilt map (with the green Marathon icon next to it) and select all the tags you want to import. Check the "do not import duplicates" box. Then click Import. It will work in the background - wait for a window to come up saying that it has finished. Now click the "Rebuild" button.

3. Open your map in SwordEdit (use the Modded version if you can) - see tools.halodemo.net. Drag inside the viewport and use the (W-forward, S-backward, A-left, D-right, spacebar-up, C-down) keyboard keys to navigate around the map. Use the buttons on the bottom left to activate different commands, and use the spawn types button at the bottom right (under the right column's second tab) to activate new scenery. To be safe, only activate one scenery object at a time, then close the activate scenery window. Select a piece of scenery, duplicate it by clicking on the Duplicate button, and then use the right popup menu to change it to another type of scenery. Then bring up the activate scenery window again and add another piece of scenery. Repeat that process with all the new types of scenery you are adding to the map. When you're done, File -> Save. Only save once per SwordEdit session. Then quit the application and reopen it to change the map some more if you want.

4. Make adjustments using Eschaton. We can answer your questions about using Eschaton here.

5. When you're done, go back into HexEdit and change the "7F15" at offset 910 to "0000". Change it back to "7F15" before you open the map in SwordEdit or Eschaton's scnr bsp viewer/editor. Otherwise, those applications will crash.

P.S. In SwordEdit, cntrl-drag to move objects along the z-axis, up and down.
Either you are groping for answers, or you are asking God and listening to Jesus.

Leatherneck
Newbie
Posts: 39
Joined: Sat Jul 04, 2009 8:11 pm
Location: Texas

Re: Basic Modding: How do I make a new map?

Post by Leatherneck » Sun Jul 19, 2009 1:52 pm

Sparky wrote:Sorry for the distraction, Leatherneck. Some members here act like children, but we love them all :mrgreen:

Here is a brief, step-by-step tutorial for you:

1. Null Bloodgulch

- Open HexEdit. Go to the following offsets and change their values as indicated. You should skip the first one for now, just change the second and third ones:
Modzy wrote:0x00000910: 7F 15 ---> 00 00

0x00000B88: 3A 12 ---> 00 00

0x00000BA0: A5 33 00 00 ---> FF FF FF FF


All you ever need :P
Save the file.

2. Open and expand your map in Eschaton. Open other maps that have the tags you want to use and recursively extract them. Then go under the rebuilt map (with the green Marathon icon next to it) and select all the tags you want to import. Check the "do not import duplicates" box. Then click Import. It will work in the background - wait for a window to come up saying that it has finished. Now click the "Rebuild" button.

3. Open your map in SwordEdit (use the Modded version if you can) - see tools.halodemo.net. Drag inside the viewport and use the (W-forward, S-backward, A-left, D-right, spacebar-up, C-down) keyboard keys to navigate around the map. Use the buttons on the bottom left to activate different commands, and use the spawn types button at the bottom right (under the right column's second tab) to activate new scenery. To be safe, only activate one scenery object at a time, then close the activate scenery window. Select a piece of scenery, duplicate it by clicking on the Duplicate button, and then use the right popup menu to change it to another type of scenery. Then bring up the activate scenery window again and add another piece of scenery. Repeat that process with all the new types of scenery you are adding to the map. When you're done, File -> Save. Only save once per SwordEdit session. Then quit the application and reopen it to change the map some more if you want.

4. Make adjustments using Eschaton. We can answer your questions about using Eschaton here.

5. When you're done, go back into HexEdit and change the "7F15" at offset 910 to "0000". Change it back to "7F15" before you open the map in SwordEdit or Eschaton's scnr bsp viewer/editor. Otherwise, those applications will crash.

P.S. In SwordEdit, cntrl-drag to move objects along the z-axis, up and down.
Thankya Sparky! :D
I always have trouble doing stuff in Swordedit without my game crashing. But I'll do what you said, and hopefully it'll work
When loading the main gun, remember: pointy end first!

myson12

Re: Basic Modding: How do I make a new map?

Post by myson12 » Tue Jul 21, 2009 6:31 am

how do i make it so scenery goes up instead of just foreward and backward at the same hight?

Devious
Commando
Posts: 2020
Joined: Tue Mar 25, 2008 6:06 pm
Location: RaInBOw

Re: Basic Modding: How do I make a new map?

Post by Devious » Tue Jul 21, 2009 1:16 pm

You press control (At least i think it was control, it may be command)

and you don't need to thank me, just let this topic die peacefully.
The armaments which thunderstrike the walls
And monarchs tremble in their capitals.
The oak leviathans, whose huge ribs make
Of lord of thee, and arbiter of war;
Alike the Armada's pride, or spoils of Trafalgar.

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 14 guests