Coop Spawn Problem, please help!
Quote from Spludge on July 23, 2011, 11:16 pmHey, first post to TWP.com and im just here to ask how come, even when i use the func_instance of the coop spawns, how come sometimes my guys get stuck? i can look around but cant move, not even noclip helps.. please help!
Hey, first post to TWP.com and im just here to ask how come, even when i use the func_instance of the coop spawns, how come sometimes my guys get stuck? i can look around but cant move, not even noclip helps.. please help! ![]()
Quote from Skotty on July 24, 2011, 3:56 amIn the case you use the normal instance, I can't see any reason why the player gets stuck.
Maybe there is something wrong in your map? Any brush cutting the instance? Did you edit the instance or is it really the right one with the testchamber sign?
In the case you use the normal instance, I can't see any reason why the player gets stuck.
Maybe there is something wrong in your map? Any brush cutting the instance? Did you edit the instance or is it really the right one with the testchamber sign?
Quote from ChickenMobile on July 24, 2011, 4:46 amUsing the instance should work however if the scripts for coop are not run the players will just freeze when spawned.
To see if this is the problem Create a logic_script. For the "Entity Scripts" value in your logic_script put in mp_coop_transition_list.nut. Create a logic_auto and put an output "OnMapSpawn NAME-OF-LOGIC_SCRIPT-HERE RunScriptCode MapPostLoaded()"
Using the instance should work however if the scripts for coop are not run the players will just freeze when spawned.
To see if this is the problem Create a logic_script. For the "Entity Scripts" value in your logic_script put in mp_coop_transition_list.nut. Create a logic_auto and put an output "OnMapSpawn NAME-OF-LOGIC_SCRIPT-HERE RunScriptCode MapPostLoaded()"
Quote from Spludge on July 24, 2011, 7:24 pmI used the actual instances/gameplay/coop_bluebot_dropper.vmf and it still doesnt work, trying what chicken said now...
Edit: I just check console and get this error -
---- Host_NewGame ----
Couldn't get HDR 'maps/mp_coop_maze_test/c-752_-1568_600.hdr' -- Trying non HDR 'maps/mp_coop_maze_test/c-752_-1568_600'
Couldn't get HDR 'maps/mp_coop_maze_test/c-960_-960_312.hdr' -- Trying non HDR 'maps/mp_coop_maze_test/c-960_-960_312'
Host_NewGame on map mp_coop_maze_test
exec: couldn't exec skill1.cfg
Executing listen server config file
exec: couldn't exec listenserver.cfg
exec: couldn't exec skill1.cfg
==== calling mapspawn.nut
Commentary: Could not find commentary data file 'maps/mp_coop_maze_test_commentary.txt'.
121.108: Sending UDP connect to public IP 127.0.0.1:27015
Server using '<none>' lobbies, requiring pw no, lobby id 0
RememberIPAddressForLobby: lobby 0 from address loopback
Processing Split Screen connection packet.
I used the actual instances/gameplay/coop_bluebot_dropper.vmf and it still doesnt work, trying what chicken said now...
Edit: I just check console and get this error -
---- Host_NewGame ----
Couldn't get HDR 'maps/mp_coop_maze_test/c-752_-1568_600.hdr' -- Trying non HDR 'maps/mp_coop_maze_test/c-752_-1568_600'
Couldn't get HDR 'maps/mp_coop_maze_test/c-960_-960_312.hdr' -- Trying non HDR 'maps/mp_coop_maze_test/c-960_-960_312'
Host_NewGame on map mp_coop_maze_test
exec: couldn't exec skill1.cfg
Executing listen server config file
exec: couldn't exec listenserver.cfg
exec: couldn't exec skill1.cfg
==== calling mapspawn.nut
Commentary: Could not find commentary data file 'maps/mp_coop_maze_test_commentary.txt'.
121.108: Sending UDP connect to public IP 127.0.0.1:27015
Server using '<none>' lobbies, requiring pw no, lobby id 0
RememberIPAddressForLobby: lobby 0 from address loopback
Processing Split Screen connection packet.
Quote from ChickenMobile on July 25, 2011, 12:34 amYou should be using the double coop spawn to spawn your players as it runs all the necessary scripts. Look at the VDC coop map creation page: http://developer.valvesoftware.com/wiki ... 2_Coop_Map
You should be using the double coop spawn to spawn your players as it runs all the necessary scripts. Look at the VDC coop map creation page: http://developer.valvesoftware.com/wiki ... 2_Coop_Map
Quote from ChickenMobile on July 25, 2011, 10:36 pmSpludge wrote:The thing about that is i need the two players to spawn in different possitions :'(Copy all the scripting from the dual coop spawn instance, put it in your map, then put the individual coop spawns in different locations. Problem solved.
Copy all the scripting from the dual coop spawn instance, put it in your map, then put the individual coop spawns in different locations. Problem solved.
