Spawning Elogation Conver Belt
Spawning Elogation Conver Belt
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.
- Th2mods
- Readers Club
- Posts: 1229
- Joined: Mon Jan 08, 2007 5:54 pm
- Location: Salt Lake City, Utah
- Contact:
Re: Spawning Elogation Conver Belt
thats accauly a great idea... it think its a mach. check, i cant right nowAxel18 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.
- DemonicSandwich
- Posts: 1198
- Joined: Sat Sep 30, 2006 6:10 pm
- Location: �
Re: Spawning Elogation Conver Belt
Nope, its part of the BSP.Th2mods wrote:thats accauly a great idea... it think its a mach.
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
- Th2mods
- Readers Club
- Posts: 1229
- Joined: Mon Jan 08, 2007 5:54 pm
- Location: Salt Lake City, Utah
- Contact:
Re: Spawning Elogation Conver Belt
oh, then you cant do it. good idea thoughdemonicsandwich wrote:Nope, its part of the BSP.Th2mods wrote:thats accauly a great idea... it think its a mach.
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?
- blackdiamond
- Posts: 764
- Joined: Fri Feb 16, 2007 7:18 pm
- Location: Virginia
Re: Spawning Elogation Conver Belt
runned?Th2mods wrote:isn't it runned on a script?
- Th2mods
- Readers Club
- Posts: 1229
- Joined: Mon Jan 08, 2007 5:54 pm
- Location: Salt Lake City, Utah
- Contact:
Re: Spawning Elogation Conver Belt
im sure you got what i was saying, and why did you have to point it out?blackdiamond wrote:runned?Th2mods wrote:isn't it runned on a script?
ran*
- foxfanatic23I7
- Posts: 1343
- Joined: Mon Jul 24, 2006 1:38 pm
- Location: Canada bishes
- Contact:
That would convert the entire sbp, but I suppose you could use this script: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.
Code: Select all
(begin
(texture_cache_flush)
(geometry_cache_flush)
(switch_bsp_by_name <insert bsp name>)
)) whole sbsp
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.
foxfanatic23I7 wrote: That would convert the entire sbp, but I suppose you could use this script: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.Code: Select all
(begin (texture_cache_flush) (geometry_cache_flush) (switch_bsp_by_name <insert bsp name>) )) whole sbsp
Yea ok it was just an idea. That would be fun to mess with people delay it, or toggel off or on.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.
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.
-
- Posts: 541
- Joined: Thu Feb 08, 2007 5:39 pm
- Location: NJ
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
http://forums.halomods.com/viewtopic.php?t=45920
Your mom became oversized. Please make your mom smaller before reposting.
Infern0 wrote:You just shave the excess bush and burn the leftovers.
-
- Posts: 169
- Joined: Sat Feb 26, 2005 3:05 pm
- Location: halopatch.com
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.
Add that into your sbsp plugin in the appropriate spot, and it will work. (Only elongation values show up correctly, not sure why yet)
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>
- DarkShallFall
- Posts: 1992
- Joined: Fri Jan 20, 2006 2:49 pm
- Location: MI, USA
- Contact: