is this possible in ce?
-
- Posts: 552
- Joined: Thu May 12, 2005 4:12 am
is this possible in ce?
ok for a single player level is it possible to cause less lag and split up the map into 2 bsps and when you go into the other bsp it unloads the other one like theres a top of a map and underneath is caves when your ontop of the map the underneath is unloaded then when you start going down into the caves under the map the under part loads and the top part unloads.
-
- Posts: 552
- Joined: Thu May 12, 2005 4:12 am
bungie did it in halo pc single player like in the silent cartographer your above ground then when you go into that structure where theres a door with an elite with an energy sword inside as you go below the ground theres a load point which loads the underground bsp and unloads the above ground bsp well basically what im trying to say is is it possible to add load points in ce?
- gh0570fchurch
- Posts: 3374
- Joined: Sat Oct 01, 2005 11:04 am
- Location: San Diego Area, CA
- Contact:
![]() |
- MasterNeoChief
- Posts: 2431
- Joined: Tue Dec 23, 2003 9:34 am
- Location: The Netherlands
![]() |
-
- Posts: 308
- Joined: Sat Jun 18, 2005 6:53 am
- Location: Newark, DE
- Contact:
![]() |
I've come across this before. It can be done (odviouslyk, if its already been done it can be done again). How, I don't know. I do not think it would decrease lag or if it is possible in a Multiplayer map because when you enter another portion of a map and another player has not, what will happen to that player? How will your program keep track of where that player is (which is what it does in a MP map)? I could be wrong, but I don't think it would work.

-
- Posts: 552
- Joined: Thu May 12, 2005 4:12 am
-
- Posts: 308
- Joined: Sat Jun 18, 2005 6:53 am
- Location: Newark, DE
- Contact:
![]() |
-
- Posts: 365
- Joined: Wed Apr 20, 2005 8:17 am
![]() |
It's a simple task, if you know how to use trigger volumes and scripts.
Make two BSPs. Make sure a couple parts have one common spot, like a long hallway that looks exactly the same, and is in the same spot. In one BSP, lay down a trigger volume and name it. In the second BSP, lay down another trigger volume with a different name.
Make a script that uses volume_test_objects, an if statement, and switch_bsp commands in a continuous script.
Make two BSPs. Make sure a couple parts have one common spot, like a long hallway that looks exactly the same, and is in the same spot. In one BSP, lay down a trigger volume and name it. In the second BSP, lay down another trigger volume with a different name.
Make a script that uses volume_test_objects, an if statement, and switch_bsp commands in a continuous script.
-
- Posts: 444
- Joined: Fri Aug 12, 2005 9:37 am
- Location: Can you feel that cold steel digging into your spine? That's me, B1TC|-|!!
- Contact:
Make it like co-op. only when he or she spawns with you they spawn like 300 ft. from you.scar tissue wrote:I've come across this before. It can be done (odviouslyk, if its already been done it can be done again). How, I don't know. I do not think it would decrease lag or if it is possible in a Multiplayer map because when you enter another portion of a map and another player has not, what will happen to that player? How will your program keep track of where that player is (which is what it does in a MP map)? I could be wrong, but I don't think it would work.