no survival reset

General help and assistance forum.
Post Reply
User avatar
DooMAGE
 
Posts: 29
Joined: Sun Aug 19, 2012 9:26 pm

no survival reset

#1

Post by DooMAGE » Mon Feb 12, 2018 7:20 pm

Hello guys

there is a way to survival cooperative games don't reset the map and instead when everyone dies go to the next map in the list?

EDIT

I'm trying to force it with ACS but only works in normal coop, for some reason it don't work on survival, its like ignored O.o

User avatar
Matiu
Posts a lot
Posts: 754
Joined: Thu May 29, 2014 7:56 pm
Location: Santiago De Chile
Clan: FS (ZD)
Clan Tag: Your Pal
Contact:

Re: no survival reset

#2

Post by Matiu » Tue Feb 13, 2018 3:33 am

DooMAGE wrote:
Mon Feb 12, 2018 7:20 pm
Hello guys

there is a way to survival cooperative games don't reset the map and instead when everyone dies go to the next map in the list?
I Think there's no way... but probably of your question... if there's any mods or a future wad to make it sure.

Depends on the coding and the ACS.
DooMAGE wrote:
Mon Feb 12, 2018 7:20 pm
I'm trying to force it with ACS but only works in normal coop, for some reason it don't work on survival, its like ignored O.o
Hmmm... seems rare and how the Survival Gamemode would ignore the "ACS"
Current FS member (ZDaemon), former GOH member, former SNS Staff and former ZDaemon Discord Admin.
Youtube Channel | Matiu's Purple World | Instagram | Twitter
Image

User avatar
DooMAGE
 
Posts: 29
Joined: Sun Aug 19, 2012 9:26 pm

Re: no survival reset

#3

Post by DooMAGE » Tue Feb 13, 2018 7:43 pm

Hey thanks for the help!

I'm trying to do the same as this dude: https://zandronum.com/forum/viewtopic.php?t=8479
But like he said the "mission failed" screen, screw with the script, its like the Exit_Normal(0); is ignored

sadly that dude don't shared his solution :sad:

User avatar
AqwerfNet
New User
Posts: 15
Joined: Sat Aug 27, 2016 10:23 pm
Location: Japan

Re: no survival reset

#4

Post by AqwerfNet » Tue Feb 13, 2018 8:54 pm

Let me open my slade and i will tell you :3

Edit: The first thing to do is to check if there is a player in the game(not spectating) and put a boolean on true when he is alive, then you do a loop that will check if the player is alive, so this is a infinite loop. When the player dies the loop break and continue the script.

Edit 2: if you want a src exmple PM me.

User avatar
DooMAGE
 
Posts: 29
Joined: Sun Aug 19, 2012 9:26 pm

Re: no survival reset

#5

Post by DooMAGE » Wed Feb 14, 2018 7:56 am

Hello AqwerfNet,

Thank you for the help, I sent to you a PM :p

Post Reply