Change playerclass CVAR with ACS?
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Change playerclass CVAR with ACS?
Just wondering if there was a way to change the playerclass CVAR. I am trying to make a player class selection map similar to what other people have done with skill selection maps. I can change the playerclass if I set it in the console and load a new map with "map map01" in the console as well. I am also looking for a way that changes the map like the console command does. Currently I am stuck using zandronum to achieve this, although it does work.
Re: Change playerclass CVAR with ACS?
(G)ZDoom will never support Zandronum's ConsoleCommand() so unfortunately no.
Re: Change playerclass CVAR with ACS?
I understand this, but maybe a SetPlayerclass(str playerclass) and LoadMap(str mapname) can be implemented
EDIT:
Another question... Anyone think that this is worth a feature suggestion? It would be great to be able to make a player class selection map without the use of zandronum.
EDIT:
Another question... Anyone think that this is worth a feature suggestion? It would be great to be able to make a player class selection map without the use of zandronum.