Spawning Elogation Conver Belt

Discuss Halo 2 modding, progress on figuring things out, mapfiles...you know the drill. Cheating discussion not allowed.
Post Reply
User avatar
Axel18





Posts: 74
Joined: Thu Jan 12, 2006 1:30 pm
Location: In My Prive Layer

Spawning Elogation Conver Belt

Post by Axel18 »

I was wondering how would I get Elogation's Conver Belt system into a map that doesnt have it. Or Better Colssus's Belt system.
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Re: Spawning Elogation Conver Belt

Post by Th2mods »

Axel18 wrote:I was wondering how would I get Elogation's Conver Belt system into a map that doesnt have it. Or Better Colssus's Belt system.
thats accauly a great idea... it think its a mach. check, i cant right now
Image
User avatar
DemonicSandwich




Advisor Connoisseur

Posts: 1198
Joined: Sat Sep 30, 2006 6:10 pm
Location:

Re: Spawning Elogation Conver Belt

Post by DemonicSandwich »

Th2mods wrote:thats accauly a great idea... it think its a mach.
Nope, its part of the BSP.
AIM wrote:Demonic5andwich (6:10:10 PM): structure of a first person weapon animation:
Demonic5andwich (6:10:43 PM): mess, mess, maybe a node?, another header?! wtf!, more mess, tacos, more shit
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Re: Spawning Elogation Conver Belt

Post by Th2mods »

demonicsandwich wrote:
Th2mods wrote:thats accauly a great idea... it think its a mach.
Nope, its part of the BSP.
oh, then you cant do it. good idea though
but... isn't it runned on a script? couldn't u add the texture of it to lets say, containments gate. then add that script to it?
Image
User avatar
blackdiamond





Posts: 764
Joined: Fri Feb 16, 2007 7:18 pm
Location: Virginia

Re: Spawning Elogation Conver Belt

Post by blackdiamond »

Th2mods wrote:isn't it runned on a script?
runned? :P
User avatar
Th2mods
Readers Club





Posts: 1229
Joined: Mon Jan 08, 2007 5:54 pm
Location: Salt Lake City, Utah
Contact:

Re: Spawning Elogation Conver Belt

Post by Th2mods »

blackdiamond wrote:
Th2mods wrote:isn't it runned on a script?
runned? :P
im sure you got what i was saying, and why did you have to point it out?

ran*
Image
User avatar
Axel18





Posts: 74
Joined: Thu Jan 12, 2006 1:30 pm
Location: In My Prive Layer

Post by Axel18 »

Yea I figure that would be the answer, I was just wondering. :( Yea I already knew it ran on a script so, but I was gonna have it run as scenery in one of my mods. Oh could I use H2Core and H2 Gurella to decompile the map and transfer the BSP.
User avatar
foxfanatic23I7




Stylist Advisor Coroner Connoisseur

Posts: 1343
Joined: Mon Jul 24, 2006 1:38 pm
Location: Canada bishes
Contact:

Post by foxfanatic23I7 »

Axel18 wrote:Yea I figure that would be the answer, I was just wondering. :( Yea I already knew it ran on a script so, but I was gonna have it run as scenery in one of my mods. Oh could I use H2Core and H2 Gurella to decompile the map and transfer the BSP.
That would convert the entire sbp, but I suppose you could use this script:

Code: Select all

 (begin 
   (texture_cache_flush) 
   (geometry_cache_flush) 
   (switch_bsp_by_name <insert bsp name>) 
)) whole sbsp
And have the second sbsp be Elongation, then null all of the shaders except that of the conveyer belts, then you would only haev conveyer belts.
Image
User avatar
Agent ME




Articulatist 500

Posts: 881
Joined: Tue Jun 21, 2005 6:00 pm
Location: California, USA
Contact:

Post by Agent ME »

That would make the level change to be just two conveyor belts seemingly floating in space, while the players walk on invisible platforms and into invisible walls when the script ran. And chances are that most of the players would be outside Elongation's BSP area once the script ran, so they'd just fall into the void and either get killed by the guardians or stuck at the bottom of the map.
User avatar
Axel18





Posts: 74
Joined: Thu Jan 12, 2006 1:30 pm
Location: In My Prive Layer

Post by Axel18 »

foxfanatic23I7 wrote: That would convert the entire sbp, but I suppose you could use this script:

Code: Select all

 (begin 
   (texture_cache_flush) 
   (geometry_cache_flush) 
   (switch_bsp_by_name <insert bsp name>) 
)) whole sbsp
And have the second sbsp be Elongation, then null all of the shaders except that of the conveyer belts, then you would only haev conveyer belts.
Agent ME wrote:That would make the level change to be just two conveyor belts seemingly floating in space, while the players walk on invisible platforms and into invisible walls when the script ran. And chances are that most of the players would be outside Elongation's BSP area once the script ran, so they'd just fall into the void and either get killed by the guardians or stuck at the bottom of the map.
Yea ok it was just an idea. That would be fun to mess with people delay it, or toggel off or on.
OwnZ joO




Articulatist 500

Posts: 980
Joined: Thu Nov 10, 2005 4:24 pm

Post by OwnZ joO »

Isn't the conveyor belt looking like it's moving a shader?? I'm sure if you placed a mach or something where you wanted it, nulled the collision, and gave it the conveyor belt shader it would at least look like it's moving... Like he said though, part of the bsp, probably wont get moving conveyor belt.
mr_penguin





Posts: 541
Joined: Thu Feb 08, 2007 5:39 pm
Location: NJ

Post by mr_penguin »

I saw a topic somewhere on this site about stopping the belt but maby theres a way to reverse the stopping and make something move

http://forums.halomods.com/viewtopic.php?t=45920
Your mom became oversized. Please make your mom smaller before reposting. :shock:
Infern0 wrote:You just shave the excess bush and burn the leftovers.
Punk Rock0905




Miner

Posts: 169
Joined: Sat Feb 26, 2005 3:05 pm
Location: halopatch.com

Post by Punk Rock0905 »

The conveyor belt is in the bsp, and isn't run by a script. I made a mod a while back that I had increased the speed on them, never released it though, partially because I sped up some belts, while I turned others around, each chunk seems to have a different purpose while changing only one chunk only changes one belt.

I'll check what I have and update this post later.

Code: Select all

  <struct name="Conveyor Belts (Elongation)" offset="196" visible="true" size="24" label="">
    <float name="Initial Speed" offset="0" visible="True" />
    <undefined name ="Unknown" offset="4" visible="False" />
    <undefined name ="Unknown" offset="8" visible="False" />
    <undefined name ="Unknown" offset="12" visible="False" />
    <undefined name ="Final Speed" offset="16" visible="True" />
    <undefined name ="Unknown" offset="20" visible="False" />
  </struct>
Add that into your sbsp plugin in the appropriate spot, and it will work. (Only elongation values show up correctly, not sure why yet)
Image
User avatar
DarkShallFall




Artisan Recreator Trickster Connoisseur
Advisor Pyre Renovator Sigma
Snitch! Enthraller New Age Miner

Posts: 1992
Joined: Fri Jan 20, 2006 2:49 pm
Location: MI, USA
Contact:

Post by DarkShallFall »

but you cant combine to BSP's......... or could you? cus that would work on this mod.
Image
Iron_Forge wrote:I assume I won?..I should get an emblem...
Post Reply