[6.3b] Corruption Cards - 200+ cards! New Collector mode!
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 8
- Joined: Sat Oct 05, 2013 10:49 pm
Re: [1.0] Corruption Cards - Choose cards that alter your ga
What ze heck? It works with samsara heroes AND samsara mixer? I'm honestly shocked at how compatible it is. I even saw cards that affect mixer exclusive enemies.
-
- Posts: 123
- Joined: Tue Dec 03, 2019 5:22 am
Re: [1.0] Corruption Cards - Choose cards that alter your ga
Will you make for another iwad too?
- A_D_M_E_R_A_L
- Posts: 308
- Joined: Sun Apr 16, 2017 2:55 am
- Preferred Pronouns: He/Him
Re: [1.0] Corruption Cards - Choose cards that alter your ga
Congrats on the 1.0 release
- Cutmanmike
- Posts: 11353
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Re: [1.0] Corruption Cards - Choose cards that alter your ga
I will have to add something in CCARDs so you can specify custom classes for you to do that. At the moment it checks for ISMONSTER, COUNTKILL, not FRIENDLY and health > 0. I'll have to check out the mod if you want to link it for me.Redead-ITA wrote:Ok i think i have noticed a thing with this mod is that if enemy actors aren't of Type Monsters (Stickguy in doom monsters are abstract types.) then there won't be any card that modifies monsters outside of poisonous cloud of monster dieing releasing a poisonous cloud, I was going to ask if you could make it so it checks for actors who have the Monster Flag inside their actor on the current map to make the calculations there but i am not sure if it is possible, an alternative would be to help me check if it is possible to implement a compatibility mode for it seeing i have no idea how.
Re: [1.0] Corruption Cards - Choose cards that alter your ga
Cant thank you enough for this mod, it has revitalized my love for Doom; Had lots of fun on stream today xD
- Sgt. Ham
- Posts: 60
- Joined: Wed May 16, 2018 5:53 pm
- Operating System Version (Optional): Windows 10
- Location: Somewhere else.
Re: [1.0] Corruption Cards - Choose cards that alter your ga
I'm definitely going to be using this as soon as Combine Kegan updates Combined_Arms to add on to the silliness. Nice work, dude!
- Redead-ITA
- Posts: 439
- Joined: Sun Dec 20, 2015 8:06 am
- Location: At the Pizza Tower
- Contact:
Re: [1.0] Corruption Cards - Choose cards that alter your ga
Oh my mod has the monster flag but without the count kill part because i implemented custom unique animations if they killed the player, which would then lead them to a vacant death state but they wouldn't be counted in the kill count, so i made them without for obvious reasons.Cutmanmike wrote: At the moment it checks for ISMONSTER, COUNTKILL, not FRIENDLY and health > 0. I'll have to check out the mod if you want to link it for me.
anyway here is the mod that has the enemies.
- Dan_The_Noob
- Posts: 880
- Joined: Tue May 07, 2019 12:24 pm
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: [1.0] Corruption Cards - Choose cards that alter your ga
gave this a crack last night, with mods it seems to add a monster for each variant rather than the initial map spawns, which is fine for most mods but some mods have a lot of creature variants so the cards don't affect much.
Re: [1.0] Corruption Cards - Choose cards that alter your ga
I thing I thought of, that card where monsters exlode on death, the explosion effect is so ugly, it's the vanilla doom explosion I know, but surely it can be improved? For example, AEons of Death mod has a great explosion effect on barrels, maybe you can use that and Credit the Devs of AEoD for the Explosion effect? Just a thought 

Re: [1.0] Corruption Cards - Choose cards that alter your ga
I hate that it is compatible on Legendoom, which makes the runs in every game much tougher.
- Congratulations as well on the 1.0 release.
- Congratulations as well on the 1.0 release.
- Dan_The_Noob
- Posts: 880
- Joined: Tue May 07, 2019 12:24 pm
- Graphics Processor: nVidia with Vulkan support
- Contact:
Re: [1.0] Corruption Cards - Choose cards that alter your ga
they would have to make every explosion death inherit the specific explosions tied to barrels or something.Josko wrote:I thing I thought of, that card where monsters exlode on death, the explosion effect is so ugly, it's the vanilla doom explosion I know, but surely it can be improved? For example, AEons of Death mod has a great explosion effect on barrels, maybe you can use that and Credit the Devs of AEoD for the Explosion effect? Just a thought
Re: [1.0] Corruption Cards - Choose cards that alter your ga
A new card idea:
Some monsters have a chance to become a CHAMPION
Champion monsters are bigger in size and have 2x health! So you could meet a Shotgunguy that is twice as large and also has double Health. Perhaps also give them a slightly red color.
I think that could be fun!
Some monsters have a chance to become a CHAMPION
Champion monsters are bigger in size and have 2x health! So you could meet a Shotgunguy that is twice as large and also has double Health. Perhaps also give them a slightly red color.
I think that could be fun!
Re: [1.0] Corruption Cards - Choose cards that alter your ga
download link does not work for me it does nothing its odd?
Re: [1.0] Corruption Cards - Choose cards that alter your ga
Right click > Open in new tab.zelda81 wrote:download link does not work for me it does nothing its odd?
It fixes the problem for me.
- Cutmanmike
- Posts: 11353
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact:
Re: [1.0] Corruption Cards - Choose cards that alter your ga
Not much I can do about that. Ideally monster packs set up monster species, so that cards can group them together properly. I could add a way for modders to group monsters together without adding species via an external lump (CCARDS) if that's a problem.Dan_The_Noob wrote:gave this a crack last night, with mods it seems to add a monster for each variant rather than the initial map spawns, which is fine for most mods but some mods have a lot of creature variants so the cards don't affect much.
That is outside of the scope of this mod, as it is also intended to work with vanilla doomJosko wrote:I thing I thought of, that card where monsters exlode on death, the explosion effect is so ugly, it's the vanilla doom explosion I know, but surely it can be improved? For example, AEons of Death mod has a great explosion effect on barrels, maybe you can use that and Credit the Devs of AEoD for the Explosion effect? Just a thought
