Genocide lovers must work for Genocide

General talk about the map making process.

How would you like the idea of this map?

Excelent, time for payback nasty geno!
4
20%
Sure, why not?
6
30%
Its ok
5
25%
I like it but, no
2
10%
H-O-R-R-I-B-L-E
3
15%
 
Total votes: 20

User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Genocide lovers must work for Genocide

Post by knoxkorner »

I have thought of something during the holidays, geno. So many maps have it simple to get maybe surrounded by bad flags but that doesnt stop them from getting it. What i thought of was making it a lot harder for them to get it my plan is im going to make a small map not many details but i may use mofo a little bit in my map its also a skill- a skill- of running away How im going to make them work for geno make a twisted staircase and at the very top: a genocide flag i also might put a sw or a laser at the top slowing them down from getting it this run away part is two: im going to put gm flags to get the geno guy and 2nd part is: running away from geno lol. so how would you like the idea of this map?
User avatar
Da Best
Private First Class
Private First Class
Posts: 110
Joined: Fri Feb 10, 2006 11:44 pm
Location: Inside Your brain

Post by Da Best »

kinda hard to follow, i get the picture, i think there is something like this at the jok3rs CTF map, i lke the idea, get the map out and let us try it eh?
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

On my newest map (Playground Revisited), I have a little platform with some flags on it. Under the pool is a pool where you die if you fall in. Now, on the platform, there are 8 flags. One is geno, one is wings, and the other six are OO. So six out of eight flag grabs lead a player to their death.

Just one way to discourage using those flags.

Also, at the top of the map, there is a small, invisible platform where GM, SW, and L are located. If you miss the platform, then... BOOM!
User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Post by knoxkorner »

TangetT ? how do you get invisible stuff? id like to do tat to :D :D
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

you make a meshbox and add the code:

Code: Select all

color 1 1 1 0
Image
User avatar
CannonBallGuy
Private First Class
Private First Class
Posts: 2083
Joined: Wed Apr 12, 2006 1:31 am
Contact:

Post by CannonBallGuy »

You can't add color dirrectly to an object, define a material with color/diffuse and apply the matref to the object.
Image

Merry Christmas!

"Look, if I don't buy booze for the kids, I don't get any incriminating pictures to show to their parents, my business goes down the sink, my girlfriend leaves me and the baby goes on ebay. So help me search..."

"go Play With Toys urself in a dark alley u donkey ******" - Lt-Kirby2007
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

Example:

Code: Select all

matref
 name invis
 color 0 0 0 0
end
meshbox
 position 0 0 0
 rotation 0
 size 10 10 10
 matref invis
end
User avatar
Spazzy McGee
Sergeant Major
Sergeant Major
Posts: 1405
Joined: Mon Mar 21, 2005 4:59 pm
Location: Planet MoFo, Sheffield Division; United Kingdom

Post by Spazzy McGee »

Like so:

Code: Select all

material
   name invisible
   diffuse 0 0 0 0
   noshadow
   notextures
end

meshbox
   size 10 10 10
   pos 0 0 0
   matref invisible
end
"Life is what happens to you while you're busy making other plans." - John Lennon
User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Post by knoxkorner »

Thanks!
dango
Private First Class
Private First Class
Posts: 1400
Joined: Sun Feb 06, 2005 5:40 pm
Location: Somewhere over there.

Post by dango »

you can add color directly to an object, or add color to a material then add the material to an object.
Image
User avatar
ducatiwannabe
Private First Class
Private First Class
Posts: 3258
Joined: Tue Aug 10, 2004 3:55 pm
Location: Planet Earth
Contact:

Post by ducatiwannabe »

Me1 is correct.

A meshbox with the color line works. A material is not needed.
User avatar
Da Best
Private First Class
Private First Class
Posts: 110
Joined: Fri Feb 10, 2006 11:44 pm
Location: Inside Your brain

Post by Da Best »

I think i'll use that too spazzy, thanx ;) :lol-old:
User avatar
Triumph of the Soul
Corporal
Corporal
Posts: 294
Joined: Thu Jul 06, 2006 4:32 pm
Location: Minnesota

Post by Triumph of the Soul »

How about having the good flags surrounded by teleporters that will only let you in if you have a certain [specified] number of kills? Maybe you could have a players kill counter be reset everytime they went inside the teleporters.
Image
Creator @: Duck or Die, Duck or Die CTF, Fuel Stack, Guernica, Normal, Frayed
User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Post by knoxkorner »

i have no idea how to do that
User avatar
A Vicious Muffin
Private First Class
Private First Class
Posts: 534
Joined: Sat Aug 26, 2006 12:25 am
Location: Drury Lane

Post by A Vicious Muffin »

So you mean if they want to use genocide, they have to give up some of their score? Ugh. I hate that idea. It seems useless to do if you're going to lose some of your score, not considering you still have to get a team with geno that has more players than kills.
Image
User avatar
Goodbye2U
Private First Class
Private First Class
Posts: 162
Joined: Sat Feb 25, 2006 1:19 am
Location: In my farewells

Post by Goodbye2U »

A Distraction wrote:How about having the good flags surrounded by teleporters that will only let you in if you have a certain [specified] number of kills? Maybe you could have a players kill counter be reset everytime they went inside the teleporters.
Im not sure that this current version can do that...
I'm thinking I need a better sig than this...
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

2.2 will be able to. I think.
User avatar
A Meteorite
Private First Class
Private First Class
Posts: 1786
Joined: Thu Apr 28, 2005 12:56 am
Location: California, U.S.
Contact:

Post by A Meteorite »

Goodbye2U wrote:
A Distraction wrote:How about having the good flags surrounded by teleporters that will only let you in if you have a certain [specified] number of kills? Maybe you could have a players kill counter be reset everytime they went inside the teleporters.
Im not sure that this current version can do that...
TangenT wrote:2.2 will be able to. I think.
The current version can, just you won't see the change in score locally (from your own client). But everyone else will see your change in score, and if stats or anything like that are running, it will too.

There is a patch available for 2.0.x that fixes that bug, if I recall correctly.
Image
Owner @ BZFX
Core Admin @ CAN

Email me: bzmet…@gmail.com
User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Post by knoxkorner »

A Vicious Muffin wrote:So you mean if they want to use genocide, they have to give up some of their score? Ugh. I hate that idea. It seems useless to do if you're going to lose some of your score, not considering you still have to get a team with geno that has more players than kills.
NO! besides i don't think im going to do it after all but here is one map thats going to come out in a few mins




EDIT: nvm
User avatar
Da Best
Private First Class
Private First Class
Posts: 110
Joined: Fri Feb 10, 2006 11:44 pm
Location: Inside Your brain

Post by Da Best »

A Distraction wrote:How about having the good flags surrounded by teleporters that will only let you in if you have a certain [specified] number of kills? Maybe you could have a players kill counter be reset everytime they went inside the teleporters.
That would be kinda pointless, since some people use only geno
meeba
Master Sergeant
Master Sergeant
Posts: 507
Joined: Sun Mar 12, 2006 10:49 pm
Location: N. Sanity Beach

Post by meeba »

Da Best wrote:
A Distraction wrote:How about having the good flags surrounded by teleporters that will only let you in if you have a certain [specified] number of kills? Maybe you could have a players kill counter be reset everytime they went inside the teleporters.
That would be kinda pointless, since some people use only geno
Well then they will have to find a new way to ruin everyone else's fun time.
User avatar
Da Best
Private First Class
Private First Class
Posts: 110
Joined: Fri Feb 10, 2006 11:44 pm
Location: Inside Your brain

Post by Da Best »

I guess so :wink:
User avatar
Triumph of the Soul
Corporal
Corporal
Posts: 294
Joined: Thu Jul 06, 2006 4:32 pm
Location: Minnesota

Post by Triumph of the Soul »

I never said the player would have to give up their score. You could just implement the kill counter to work behind the scenes (Kind of like the kill counter a Boxy).
Image
Creator @: Duck or Die, Duck or Die CTF, Fuel Stack, Guernica, Normal, Frayed
User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Post by knoxkorner »

HUH?



oh well, i dont feel like doing it anymore
User avatar
knoxkorner
Private First Class
Private First Class
Posts: 112
Joined: Sat Aug 26, 2006 7:24 pm

Post by knoxkorner »

met? how do you make it so like things you can go through from one side and lock you out from other side?

Oh ya if jeff could delete this post that would be great! why? i thought: NO


but youll still be able to see what i mightve done at yourmom-is-a-geek.com:5154

or something like that....
Post Reply