Class selection
Moderator: GZDoom Developers
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Bouncy wrote:Can I ask for one improvement with the custom classes coding?
Is there any way to make it so that if you have a hidden class it *DOESN'T* show up in the player settings menu? because all classes, whether selectable in the menu or not, show up in there.
And what would be the poin? If you can't use the class when you hide it you don't need to define it to begin with!
- TheDarkArchon
- Posts: 7656
- Joined: Sat Aug 07, 2004 5:14 am
- Location: Some cold place
- Ryan Cordell
- Posts: 4349
- Joined: Sun Feb 06, 2005 6:39 am
- Preferred Pronouns: No Preference
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Capital of Explodistan
- BouncyTEM
- Posts: 3822
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
there's a console command that allows you to be any class. it could be selected that way.Graf Zahl wrote:Bouncy wrote:Can I ask for one improvement with the custom classes coding?
Is there any way to make it so that if you have a hidden class it *DOESN'T* show up in the player settings menu? because all classes, whether selectable in the menu or not, show up in there.
And what would be the poin? If you can't use the class when you hide it you don't need to define it to begin with!
also to mention with ACS + classes, you could do vehicles. but you wouldn't want vehicles being selectable in player settings, would you?
Can also be used for single-player mods where the player "changes class" as part of the storyline.Graf Zahl wrote:And what would be the poin? If you can't use the class when you hide it you don't need to define it to begin with!
Example: Some thing similar Quake 4. For example, in the beginning, you are human, then later, all hell breaks lose and you turn into a Baron of Hell hybrid. The hidden Baron class would make the player's viewheight slightly taller, have a totally different set of weapons, have more health, different blood colour... or something like that.
- Anakin S.
- Posts: 1067
- Joined: Fri Nov 28, 2003 9:39 pm
- Location: A long time ago in a galaxy far, far away...
Or like KOTOR. You start out as a soldier, scout, or scoundrel, and later in the game you become either a Jedi consular, guardian, or sentinel. But I think it's a little different in that game since you inherit characteristics from the initial class you selected. So it seems to be more like 9 different Jedi classes.
- BouncyTEM
- Posts: 3822
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
Indeed, you can do that too.Anakin S. wrote:Or like KOTOR. You start out as a soldier, scout, or scoundrel, and later in the game you become either a Jedi consular, guardian, or sentinel. But I think it's a little different in that game since you inherit characteristics from the initial class you selected. So it seems to be more like 9 different Jedi classes.
*AND* you can do a level-ing system with this too.
You kill 5 imps and gain 300 EXP.
Level up!
improved health and speed!
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
- BouncyTEM
- Posts: 3822
- Joined: Sun Aug 24, 2003 5:42 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: 2280 Lol Street: The Calamitous Carnival (formerly Senators Prison)
obviously it can already be done with ACS.Nash wrote:That can already be done with ACS. And it is more flexible to do it with ACS than with classes...Bouncy wrote:Level up!
improved health and speed!
and you kinda missed my statement in a way.
since I was saying doing BOTH ACS and classes for it...makes upgrades and yada yada yada easier
