Class selection

Moderator: GZDoom Developers

User avatar
Nash
 
 
Posts: 17500
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

That's a pity. Thanks for everything you've done for ZDoom and the community, Grubber. We really appreciate it. =(

Hope you'll come back and do some more serious modifications to the source code in the future! ;D
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Post by Graf Zahl »

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!
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

For WADs that'll use classes to make vechules (sp).
User avatar
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

Post by Ryan Cordell »

Me and Bouncy were speaking about this, and to be frank, I think it's an insane idea. Could be usefull for Rheingold. ;)
User avatar
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)

Post by BouncyTEM »

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!
there's a console command that allows you to be any class. it could be selected that way.

also to mention with ACS + classes, you could do vehicles. but you wouldn't want vehicles being selectable in player settings, would you?
User avatar
Nash
 
 
Posts: 17500
Joined: Mon Oct 27, 2003 12:07 am
Location: Kuala Lumpur, Malaysia
Contact:

Post by Nash »

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!
Can also be used for single-player mods where the player "changes class" as part of the storyline.

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.
User avatar
Anakin S.
Posts: 1067
Joined: Fri Nov 28, 2003 9:39 pm
Location: A long time ago in a galaxy far, far away...

Post by Anakin S. »

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.
User avatar
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)

Post by BouncyTEM »

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.
Indeed, you can do that too.

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

Post by Nash »

Bouncy wrote:Level up!
improved health and speed!
That can already be done with ACS. And it is more flexible to do it with ACS than with classes...
User avatar
Shadelight
Posts: 5113
Joined: Fri May 20, 2005 11:16 am
Location: Labrynna

Post by Shadelight »

Also, you could do a thing with the player training to be a mage or something.
User avatar
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)

Post by BouncyTEM »

Nash wrote:
Bouncy wrote:Level up!
improved health and speed!
That can already be done with ACS. And it is more flexible to do it with ACS than with classes...
obviously it can already be done with ACS.

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

Post by Nash »

Right. Sorry... =)
Post Reply

Return to “Closed Feature Suggestions [GZDoom]”