give extra lives through ACS
give extra lives through ACS
Is it possible to give a player additional lives in survival by an ACS command? I found an old thread on google about this and wonder if this has ever been implemented.
RE: give extra lives through ACS
GetPlayerLives and SetPlayerLives are in Zan 2.0, I think. I remember suggesting them like a year ago.
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: give extra lives through ACS
I already added these functions in 1.1:Ænima wrote: GetPlayerLives and SetPlayerLives are in Zan 2.0, I think. I remember suggesting them like a year ago.
1.1 changelog wrote: + - Added new ACS commands GetPlayerLivesLeft and SetPlayerLivesLeft. In game modes using sv_maxlives, these commands allow to access and change how many times the specified player is still allowed to respawn. [Torr Samaho]
RE: give extra lives through ACS
Oh! My bad, sorry I was too lazy to actually check. :p
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: give extra lives through ACS
Ænima wrote: GetPlayerLives and SetPlayerLives are in Zan 2.0, I think. I remember suggesting them like a year ago.
Hmm, combining these quotes it almost sounds as if you are requesting features, but then don't even bother to check whether they are implemented... I'll have to keep this in mind :PÆnima wrote: Oh! My bad, sorry I was too lazy to actually check. :p
RE: give extra lives through ACS
Yep, that's typical Aenima.Torr Samaho wrote:Ænima wrote: GetPlayerLives and SetPlayerLives are in Zan 2.0, I think. I remember suggesting them like a year ago.Hmm, combining these quotes it almost sounds as if you are requesting features, but then don't even bother to check whether they are implemented... I'll have to keep this in mind :PÆnima wrote: Oh! My bad, sorry I was too lazy to actually check. :p

Actually it was because I had wanted to use it for a mod that I was working on, but then I stopped working on that mod and so I didn't have much motivation to look into testing the Get/SetPlayerLives implementation.
Should I continue working on it just for the sake of testing this feature? It was basically an arcade-style survival mod in which getting enough points would give you an "1-Up" (in addition to an invul sphere replacement which also gives you an extra life).
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)

-
AkumaKing
- Forum Regular
- Posts: 128
- Joined: Tue Dec 03, 2013 9:14 pm
- Location: Over 2000 lines of Decorate
- Contact:
RE: give extra lives through ACS
Ænima wrote:Yep, that's typical Aenima.Torr Samaho wrote:Ænima wrote: GetPlayerLives and SetPlayerLives are in Zan 2.0, I think. I remember suggesting them like a year ago.Hmm, combining these quotes it almost sounds as if you are requesting features, but then don't even bother to check whether they are implemented... I'll have to keep this in mind :PÆnima wrote: Oh! My bad, sorry I was too lazy to actually check. :p
Actually it was because I had wanted to use it for a mod that I was working on, but then I stopped working on that mod and so I didn't have much motivation to look into testing the Get/SetPlayerLives implementation.
Should I continue working on it just for the sake of testing this feature? It was basically an arcade-style survival mod in which getting enough points would give you an "1-Up" (in addition to an invul sphere replacement which also gives you an extra life).
Didn't Laggy Blazko do something like this? I think I even remember you posting in the thread here.
-
Laggy Blazko
- Forum Regular
- Posts: 296
- Joined: Tue Jun 05, 2012 3:00 pm
- Location: Heck no
RE: give extra lives through ACS
Oh god, I wish I had time to update that thing. ;_;
EDIT: There's documentation in the Zandronum wiki.
http://wiki.zandronum.com/GetPlayerLivesLeft
http://wiki.zandronum.com/SetPlayerLivesLeft
EDIT: There's documentation in the Zandronum wiki.
http://wiki.zandronum.com/GetPlayerLivesLeft
http://wiki.zandronum.com/SetPlayerLivesLeft
Last edited by Laggy Blazko on Mon Apr 07, 2014 10:37 pm, edited 1 time in total.
Why is finding the user CP so hard?
- Torr Samaho
- Lead Developer
- Posts: 1543
- Joined: Fri May 25, 2012 6:03 pm
- Location: Germany
RE: give extra lives through ACS
No, it's fine. Qent confirmed that the implementation works back then.Ænima wrote: Should I continue working on it just for the sake of testing this feature? It was basically an arcade-style survival mod in which getting enough points would give you an "1-Up" (in addition to an invul sphere replacement which also gives you an extra life).
RE: give extra lives through ACS
Oh, hehe, I'm just now looking @ the wiki. I'm so hooked to the ZDoom wiki that sometimes I forget that Zandronum also has one to look in before posting :P. Anyway, thanks!
