Page 4 of 4

PostPosted: Fri Feb 15, 08 4:07 am
by SnakeEater
LTKJAY wrote:
[NK]~ Deviant ~ wrote:Lol, nice thought with the drums *Hint : Electric Guitar!!*


Not going to work because of all the possibilities and the techniques to get different sound out.

sorry double post but im just saying that yes it is possible, coughes modplug tracker XD

PostPosted: Fri Feb 15, 08 2:09 pm
by clyzm
SnakeEater wrote:
LTKJAY wrote:
[NK]~ Deviant ~ wrote:Lol, nice thought with the drums *Hint : Electric Guitar!!*


Not going to work because of all the possibilities and the techniques to get different sound out.

sorry double post but im just saying that yes it is possible, coughes modplug tracker XD


What does modplug tracker have to do with in-game guitar?

Won't work unless you make a piano-like interface with the guitar. And even then it will be hard.

PostPosted: Fri Feb 15, 08 2:30 pm
by ~ River ~
Electric keyboard please i can play it :mrgreen:

PostPosted: Fri Feb 15, 08 3:26 pm
by Baleout
Could you make some sort of instrument you can pick up or put in your inventory? Keytar? =D

PostPosted: Fri Feb 15, 08 3:40 pm
by or 1=1
ROLLEEER BLAAAAAADEEEEEEEEEEEESSSSS

Is it possible ? :?

PostPosted: Fri Feb 15, 08 4:08 pm
by Baleout
Just make the running animation go slower when you put them on?
Is there any way to get MMCity's skateboard? Or does he not want it used outside his mod?

PostPosted: Fri Feb 15, 08 4:31 pm
by Cozmo
Wallrun! :lol:

PostPosted: Fri Feb 15, 08 9:56 pm
by VodunLoas
Make basketballs have shadows. Looks much better. Here is the code:
Code: Select all
class Basketball2 expands Basketball;

var Decal Shadow;

simulated function PostBeginPlay()
{
   CreateShadow();
}

simulated function CreateShadow()
{
   if( Shadow == None )
   {
      Shadow = Spawn(class'Shadow', Self,, Location-vect(0,0,1)*CollisionHeight, rot(16384,0,0));
      if( Shadow != None )
      {
         Shadow.RemoteRole = ROLE_None;
      }
   }
}

PostPosted: Fri Feb 15, 08 10:36 pm
by SnakeEater
cataclyzm wrote:
SnakeEater wrote:
LTKJAY wrote:
[NK]~ Deviant ~ wrote:Lol, nice thought with the drums *Hint : Electric Guitar!!*


Not going to work because of all the possibilities and the techniques to get different sound out.

sorry double post but im just saying that yes it is possible, coughes modplug tracker XD


What does modplug tracker have to do with in-game guitar?

Won't work unless you make a piano-like interface with the guitar. And even then it will be hard.


um... making the certain notes for it, i could make the note sounds, its ez, modplug tracker does that

PostPosted: Fri Feb 15, 08 10:37 pm
by clyzm
SnakeEater wrote:
cataclyzm wrote:
SnakeEater wrote:
LTKJAY wrote:
[NK]~ Deviant ~ wrote:Lol, nice thought with the drums *Hint : Electric Guitar!!*


Not going to work because of all the possibilities and the techniques to get different sound out.

sorry double post but im just saying that yes it is possible, coughes modplug tracker XD


What does modplug tracker have to do with in-game guitar?

Won't work unless you make a piano-like interface with the guitar. And even then it will be hard.


um... making the certain notes for it, i could make the note sounds, its ez, modplug tracker does that


Read my post again.

in-game.

That means not going back to modplug and making different chords or rhythms.

PostPosted: Fri Feb 15, 08 10:42 pm
by SnakeEater
ffs im trying to tell you, like the keytar, here, ill make a zip file with all the guitar notes, yes keytar sounds better, but I'm serious about drums, it's rly easy, the best place i get sounds is from http://findsounds.com/ thats the way i get lots of sounds, maybe you guys should think about it

PostPosted: Fri Feb 15, 08 10:44 pm
by clyzm
SnakeEater wrote:ffs im trying to tell you, like the keytar, here, ill make a zip file with all the guitar notes, yes keytar sounds better, but I'm serious about drums, it's rly easy, the best place i get sounds is from http://findsounds.com/ thats the way i get lots of sounds, maybe you guys should think about it


We already have drum sounds, "ffs."

And I don't know what a keytar is but if it sounds similar to my post:

a piano-like interface with the guitar


Then, like I said, it's hard.

Besides, modplug sucks, use FLStudio 7.

PostPosted: Fri Feb 15, 08 10:59 pm
by SnakeEater
ok whatever, also i have a good idea, a tesla gun, as seen in red alert 2, and yuri's revenge, used by a tesla trooper, i could rip the sounds, what it does is an electric zap (set the ammo too N/A)
then make a little station where you can charge up ur weapon, zapola! you can also zap a row of enemies, so weak to just take out 1 enemy with like a law rocket when there's multiple enemies! in other words, i rly think this is a good idea

PostPosted: Sat Feb 16, 08 4:31 am
by Eçheløn
Could you guys make it so that people cannot hostage you (with hostage gun), when u have ADS - Aggressive Defense System.
Even if they shoot you in your face...

PostPosted: Sat Feb 16, 08 6:01 am
by SnakeEater
unhostage as well, an unhostage button heh

PostPosted: Sat Feb 16, 08 10:35 am
by Dae
The hostage gun will be available for admins only.