Cool KEYCONF effect

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
Caligari87
Admin
Posts: 6230
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Cool KEYCONF effect

Post by Caligari87 »

This is the Drugged-Up continuing project. Here is the first part of the mod; a PCP keyconf define. Download it, add your own effects, upload it, whatever. This was an idea that spawned from the mating of a "Matrix" effect and a drug / adrenaline effect discussed a while back. Hope you enjoy. It's rather fun :)

http://www.geocities.com/cialigari_87/drugged.zip
(that link should work)

8-)
User avatar
Macil
Posts: 2529
Joined: Mon Mar 22, 2004 7:00 pm
Preferred Pronouns: He/Him
Location: California, USA. Previously known as "Agent ME".
Contact:

Post by Macil »

Cool! But is it just me or does it not work with 63a? not that it matters really...
User avatar
Macil
Posts: 2529
Joined: Mon Mar 22, 2004 7:00 pm
Preferred Pronouns: He/Him
Location: California, USA. Previously known as "Agent ME".
Contact:

Post by Macil »

Nvm, i just had edited it slightly and messed it up. This is so cool! Anyways, its cooler if you make it slower! I'm making it 3x as slower...
User avatar
Caligari87
Admin
Posts: 6230
Joined: Thu Feb 26, 2004 3:02 pm
Preferred Pronouns: He/Him
Contact:

Post by Caligari87 »

Anyone else enjoy this? Anyone planning on adding any effects?

8-)
User avatar
Killo Zapit
Posts: 292
Joined: Wed Jul 16, 2003 9:26 pm
Location: Most likely sleeping.

Post by Killo Zapit »

Try this on for size instead:

Put this in a KEYCONF.* file and load with -file and there is no need for a wad.

Code: Select all

addkeysection "Drugged-Up" DruggedUp

// Adrenaline
addmenukey "Adrenaline" turbo_on
alias reset "alias loop slow"
alias slow "freeze; fov 80; testblend red .1; wait 1; freeze; fov 100; testblend yellow .1; wait 1; freeze; fov 120; testblend green .1; wait 1; freeze; fov 130; testblend cyan .1; wait 1; freeze; fov 120; testblend blue .1; wait 1; freeze; fov 100; testblend purple .1; wait 1; loop;"
alias loop "slow"
alias turbo_on "give berserk; rebind turbo_off; reset; wait 1; slow"
alias turbo_off "rebind turbo_on; fov 90; testblend black 0; alias loop wait"
alias +turbo "give berserk; reset; wait 1; slow" // hold button mode.
alias -turbo "fov 90; testblend black 0; alias loop wait"
defaultbind t turbo_on
Locked

Return to “Editing (Archive)”