
kiko_96
Joined: Jun 12, 2009
|
Posted: Jun 12, 2009 05:32 PM
Msg. 1 of 9
Hi! I'm Kiril from Bulgaria! I'm a big Halo fan but my computer is old and I can't run Halo 2. After finishing the campaign several times I decided to make a Machinima video. I'm very good with Photoshop and other 2D programs but I'm a total noob at 3DS MAX and so I can't make any map. For my video I need 2 maps: The first one is very simple: it's large, there is only transperent floor, a space background (Earth and Moon are seen in it; I have seen it somewhere in the site but I don't remember where) and two Banshees (one purple and one gray) P.S.: I forgot - and no HUD. I don't still know what the second one should look like but I want to ask you something. Can 3 people play in a server: the one with a Spartan skin, the second with ODST skin and the third with an Elite skin at the same time? btw Sorry for my bad English. P.S.:I found just the map I was looking for in the screens of that weapon http://hce.halomaps.org/index.cfm?fid=844. Can someone give a link when he adds the Banshhes? Edited by kiko_96 on Jun 12, 2009 at 05:40 PMEdited by kiko_96 on Jun 13, 2009 at 12:15 PMEdited by kiko_96 on Jun 16, 2009 at 10:40 AM
|
|
|

malard
Joined: Apr 12, 2009
|
Posted: Jun 13, 2009 03:27 PM
Msg. 2 of 9
i dont think you can make a map with no hud but you can always use dev cam
|
|
|

Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: Jun 14, 2009 09:03 AM
Msg. 3 of 9
Quote: --- Original message by: kiko_96Hi! I'm Kiril from Bulgaria! I'm a big Halo fan but my computer is old and I can't run Halo 2. After finishing the campaign several times I decided to make a Machinima video. I'm very good with Photoshop and other 2D programs but I'm a total noob at 3DS MAX and so I can't make any map. For my video I need 2 maps: Everyone is a noob at everything when they start, and 3D modeling is no different. Modeling is very much harder than 2D (although don't get me wrong, thats hard too). There are a plethora of tutorials out there however, and if you want I can give you some links.The first one is very simple: it's large, there is only transperent floor, a space background (Earth and Moon are seen in it; I have seen it somewhere in the site but I don't remember where) and two Banshees (one purple and one gray) P.S.: I forgot - and no HUD. Having no HUD can be attained two different ways. 1) Use devmode or an app utilizing it to turn off the HUD. There are several apps out there that do that, go search for them. 2)Merely delete everything from the cyborg.unit_hud_interface tag. This requires the map to be unprotected, however.I don't still know what the second one should look like but I want to ask you something. Can 3 people play in a server: the one with a Spartan skin, the second with ODST skin and the third with an Elite skin at the same time? You cannot use devmode to do this. It requires modification of the map (again, it must be unprotected for this). To do so, you must go into the globals and change the biped to something with permutations of an elite, and ODST, and a spartan. However, these will spawn randomly, so it will not always be all three. Sometimes it could be two of one, or all one permutation. Note that you cannot what so ever make it so one team is a certain biped, and one another. It can only be random.btw Sorry for my bad English. P.S.:I found just the map I was looking for in http://hce.halomaps.org/index.cfm?fid=844]the screens of that weapon Can someone give a link when he adds the Banshhes? Modding a map is relatively easy. To mod a map it must be unprotected. If you wish to modify it, you must download HEKplus, an app that allows you to extract tags from the map and modify it. Then you can add vehicles or whatever at will.Edited by kiko_96 on Jun 12, 2009 at 05:40 PMEdited by kiko_96 on Jun 13, 2009 at 12:15 PM Responses in red
|
|
|

kiko_96
Joined: Jun 12, 2009
|
Posted: Jun 15, 2009 07:16 AM
Msg. 4 of 9
OK. But can you give me a link to the map from the screens of the weapon in the "P.S.:" so I can only mod the Banshhes However for the second map I'll need help - it'll be a huge map that looks like a city. I tryed and can't do it alone. After making the map you can upload them to the site so it can help other people when they make their Machinima videos. P.S.: I found a map with no HUD http://hce.halomaps.org/index.cfm?fid=2951 ("Note: I disabled the HUD since it is for mostly machimania purposes") How it's this done? Edited by kiko_96 on Jun 15, 2009 at 07:17 AMEdited by kiko_96 on Jun 16, 2009 at 10:42 AM
|
|
|

Gamma927
Joined: Jun 12, 2008
Steam: gamma927
|
Posted: Jun 15, 2009 10:38 PM
Msg. 5 of 9
The HUD that you see ingame is consisted of three main parts. The weapon ammo meters, the grenade icons, and the rest of the HUD (Shield, radar, damage indicators, etc.)
To remove the weapon and grenade parts of the HUD, don't specify a weapon_hud_interface inside the weapon, and remove the grenade_hud_interface from the globals.globals. To change the rest, modify unit_hud_interface. Damage indicators, and HUD text can be deleted from the hud_globals.
|
|
|

kiko_96
Joined: Jun 12, 2009
|
Posted: Jun 16, 2009 10:37 AM
Msg. 6 of 9
Quote: --- Original message by: Gamma927 The HUD that you see ingame is consisted of three main parts. The weapon ammo meters, the grenade icons, and the rest of the HUD (Shield, radar, damage indicators, etc.)
To remove the weapon and grenade parts of the HUD, don't specify a weapon_hud_interface inside the weapon, and remove the grenade_hud_interface from the globals.globals. To change the rest, modify unit_hud_interface. Damage indicators, and HUD text can be deleted from the hud_globals. I found a way to remove the HUD with DEVMODE so I only need a link to the map I talked about in the previous posts (The one that was in the screens of the weapon i gave link to) P.S.: Why when I make modifications to the shortcut so I can use Devmode all the multiplayer options exept Create a LAN game are disabled?
|
|
|

Headhunter09
Joined: May 6, 2008
This is the truth.
|
Posted: Jun 21, 2009 09:20 PM
Msg. 7 of 9
because you cannot do anything while devmode is on.
|
|
|

kiko_96
Joined: Jun 12, 2009
|
Posted: Jun 22, 2009 12:10 PM
Msg. 8 of 9
Quote: --- Original message by: Headhunter09 because you cannot do anything while devmode is on. So can I use devmode and still play in servers (I won't cheat - I need it for the machinima video)
|
|
|

The Barron
Joined: Oct 14, 2007
Howdy
|
Posted: Jun 24, 2009 11:42 AM
Msg. 9 of 9
Quote: --- Original message by: kiko_96Quote: --- Original message by: Headhunter09 because you cannot do anything while devmode is on. So can I use devmode and still play in servers (I won't cheat - I need it for the machinima video) yes but MAKE SURE YOU TURN IT OFF WHEN IT GETS TO THE SCORE BOARD OR YOU WILL EXCEPTION OUT!!!Lol. Just a tip. Also you cant cheat with dev mode in other servers unless you have the serves rcon password. All you can do is Debug_camera_save, Debug_camera_load, Camera_control 0, and cinematic_Effect_(cant remember the rest). You cant do cheats like cheat_all_weapons or any kind of cheat that will benefit you scorepoint wise. also its not Mashinima its "Machinima" <----- Am referring to the title of this thread Edited by The Barron on Jun 24, 2009 at 11:45 AM
|
|
|
| |
|
|
 |
|