Test Zone development thread

The forum for discussions that don't fall into any of release topics below.

Moderator: Forum Guards

Postby SnakeEater » Fri Feb 15, 08 4:07 am

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
The eye sore has been removed!

I really do think Deus Ex is the all-time best game ever made.
User avatar
SnakeEater
Poster
 
Posts: 193
Joined: Wed Sep 12, 07 2:26 am
Location: Inside the void of your hard drive space

Postby clyzm » Fri Feb 15, 08 2:09 pm

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.
Image
User avatar
clyzm
Forum Master God
 
Posts: 16023
Joined: Sun Nov 28, 04 2:48 am
Location: Chiraq

Postby ~ River ~ » Fri Feb 15, 08 2:30 pm

Electric keyboard please i can play it :mrgreen:
<center>Image</Center>
AquaShock wrote:Stop looking at child porn klop!
User avatar
~ River ~
Poster
 
Posts: 243
Joined: Sat Jan 19, 08 8:35 pm
Location: United Kingdom, St Helens.

Postby Baleout » Fri Feb 15, 08 3:26 pm

Could you make some sort of instrument you can pick up or put in your inventory? Keytar? =D
Last edited by Baleout on Fri Feb 15, 08 3:26 pm, edited 1 time in total.
User avatar
Baleout
Master
 
Posts: 1606
Joined: Mon Feb 19, 07 1:28 pm
Location: Greater London

Postby or 1=1 » Fri Feb 15, 08 3:40 pm

ROLLEEER BLAAAAAADEEEEEEEEEEEESSSSS

Is it possible ? :?
Cheap Bitch
User avatar
or 1=1
Master
 
Posts: 1187
Joined: Sat Jan 19, 08 7:01 pm

Postby Baleout » Fri Feb 15, 08 4:08 pm

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?
User avatar
Baleout
Master
 
Posts: 1606
Joined: Mon Feb 19, 07 1:28 pm
Location: Greater London

Postby Cozmo » Fri Feb 15, 08 4:31 pm

Wallrun! :lol:
Cozmo_RPG (v1 & v2)
MPConversations - A tool for creating multiplayer RPG stuff
Cozmo
Master
 
Posts: 1266
Joined: Tue Jun 28, 05 10:53 am
Location: UK

Postby VodunLoas » Fri Feb 15, 08 9:56 pm

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;
      }
   }
}
User avatar
VodunLoas
Alpha
 
Posts: 677
Joined: Thu Apr 22, 04 7:16 am

Postby SnakeEater » Fri Feb 15, 08 10:36 pm

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
The eye sore has been removed!

I really do think Deus Ex is the all-time best game ever made.
User avatar
SnakeEater
Poster
 
Posts: 193
Joined: Wed Sep 12, 07 2:26 am
Location: Inside the void of your hard drive space

Postby clyzm » Fri Feb 15, 08 10:37 pm

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.
Image
User avatar
clyzm
Forum Master God
 
Posts: 16023
Joined: Sun Nov 28, 04 2:48 am
Location: Chiraq

Postby SnakeEater » Fri Feb 15, 08 10:42 pm

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
The eye sore has been removed!

I really do think Deus Ex is the all-time best game ever made.
User avatar
SnakeEater
Poster
 
Posts: 193
Joined: Wed Sep 12, 07 2:26 am
Location: Inside the void of your hard drive space

Postby clyzm » Fri Feb 15, 08 10:44 pm

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.
Last edited by clyzm on Fri Feb 15, 08 10:44 pm, edited 1 time in total.
Image
User avatar
clyzm
Forum Master God
 
Posts: 16023
Joined: Sun Nov 28, 04 2:48 am
Location: Chiraq

Postby SnakeEater » Fri Feb 15, 08 10:59 pm

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
The eye sore has been removed!

I really do think Deus Ex is the all-time best game ever made.
User avatar
SnakeEater
Poster
 
Posts: 193
Joined: Wed Sep 12, 07 2:26 am
Location: Inside the void of your hard drive space

Postby Eçheløn » Sat Feb 16, 08 4:31 am

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...
Eçheløn
Poster
 
Posts: 193
Joined: Sun May 07, 06 4:55 pm
Location: Fiji

Postby SnakeEater » Sat Feb 16, 08 6:01 am

unhostage as well, an unhostage button heh
The eye sore has been removed!

I really do think Deus Ex is the all-time best game ever made.
User avatar
SnakeEater
Poster
 
Posts: 193
Joined: Wed Sep 12, 07 2:26 am
Location: Inside the void of your hard drive space

Postby Dae » Sat Feb 16, 08 10:35 am

The hostage gun will be available for admins only.
User avatar
Dae
Alpha
 
Posts: 12086
Joined: Sat Sep 06, 03 4:40 pm

Previous

Return to Comments, questions, requests

Who is online

Users browsing this forum: No registered users and 9 guests