Change playerclass CVAR with ACS?

Archive of the old editing forum
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.
Locked
User avatar
MeatyD
Posts: 61
Joined: Mon Mar 11, 2013 12:01 pm
Location: United States

Change playerclass CVAR with ACS?

Post by MeatyD »

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.
User avatar
Nash
 
 
Posts: 17500
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Re: Change playerclass CVAR with ACS?

Post by Nash »

(G)ZDoom will never support Zandronum's ConsoleCommand() so unfortunately no.
User avatar
MeatyD
Posts: 61
Joined: Mon Mar 11, 2013 12:01 pm
Location: United States

Re: Change playerclass CVAR with ACS?

Post by MeatyD »

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.
Locked

Return to “Editing (Archive)”