Hi, I haven't posted here anything for a long time and I see there are tons of map projects who are worth playing. Well i don't know what to give you because most of the projects of mine ended up a big waste of time.
CaptainManiac replied to MasterRhan's topic in WAD Discussion
No, if you make a class that inherits from the player classes it inherits all the stats the ancestor class had.
https://zdoom.org/wiki/Using_inheritance
this will help you a lot
CaptainManiac replied to MasterRhan's topic in WAD Discussion
i think you should make separate actors and inherit from the main ones then it will be good and also make them replace the main actors. for example:
Actor YourMSXAddonActorName: MainMSXActorName replaces MainMSXActorName
{
YourStuff ValueOfYourStuff
...
etc
}